Skip to content

Commit

Permalink
Bump version to 1.28.3 and adjust Linux install instructions to
Browse files Browse the repository at this point in the history
clarify the difference between building an rpm from a git repo
versus building it from a sources tarball.
  • Loading branch information
sflow committed Oct 5, 2015
1 parent dfea5a9 commit fae6a61
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion INSTALL.Linux
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,15 @@ prevent daemonization:
gdb> set args -d
gdb> r

To build an rpm, try:
To build an rpm from a git repo, try:

% make rpm

To build an rpm from a sources tarball hsflowd-<ver>.tar.gz,
copy the tarball to your rpm SOURCES directory then run:

% rpmbuild -ba hsflowd.spec

The rpm will be written to /usr/src/redhat/RPMS/<ARCH>/
(where <ARCH> is i386 or x86_64 or ...)

Expand Down
2 changes: 1 addition & 1 deletion hsflowd.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: host sFlow daemon
Name: hsflowd
Version: 1.28.2
Version: 1.28.3
Release: 1
License: http://host-sflow.sourceforge.net/license.html
Group: Applications/Internet
Expand Down

0 comments on commit fae6a61

Please sign in to comment.