Skip to content

Commit

Permalink
Instructions for building RPM
Browse files Browse the repository at this point in the history
  • Loading branch information
danfruehauf committed May 24, 2024
1 parent de5ae94 commit 25da2e9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@ Installation
------------
To install from source please run ``make`` and ``sudo make install`` from the top level.

RPM Build
---------
Run:
```
$ export exanic_version=2.7.4
$ (cd .. && tar -czf $HOME/rpmbuild/SOURCES/exanic-${exanic_version}.tar.gz exanic-software --transform=s#exanic-software/#exanic-${exanic_version}/#g)
$ rpmbuild -ba -D 'debug_package %{nil}' exanic.spec
```

Support
-------
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.
Expand Down
2 changes: 1 addition & 1 deletion exanic.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: exanic
Version: 2.7.4
Release: 1%{?dist}
Release: 2%{?dist}

Summary: ExaNIC drivers and software
Group: System Environment/Kernel
Expand Down

0 comments on commit 25da2e9

Please sign in to comment.