Skip to content

Commit 25da2e9

Browse files
committed
Instructions for building RPM
1 parent de5ae94 commit 25da2e9

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@ Installation
3737
------------
3838
To install from source please run ``make`` and ``sudo make install`` from the top level.
3939

40+
RPM Build
41+
---------
42+
Run:
43+
```
44+
$ export exanic_version=2.7.4
45+
$ (cd .. && tar -czf $HOME/rpmbuild/SOURCES/exanic-${exanic_version}.tar.gz exanic-software --transform=s#exanic-software/#exanic-${exanic_version}/#g)
46+
$ rpmbuild -ba -D 'debug_package %{nil}' exanic.spec
47+
```
48+
4049
Support
4150
-------
4251
Complete documentation is available from our [website](https://www.cisco.com/c/en/us/td/docs/dcn/nexus3550/smartnic/sw/user-guide/cisco-nexus-smartnic-user-guide/index.html). For other questions and comments, you can contact Cisco TAC support team.

exanic.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: exanic
22
Version: 2.7.4
3-
Release: 1%{?dist}
3+
Release: 2%{?dist}
44

55
Summary: ExaNIC drivers and software
66
Group: System Environment/Kernel

0 commit comments

Comments
 (0)