Skip to content

Commit

Permalink
Bumps version number in RPM spec file and adds precision in RPM READM…
Browse files Browse the repository at this point in the history
…E (issue #183).
  • Loading branch information
s-vincent committed Nov 29, 2018
1 parent e35aafb commit 8c0e872
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packaging/rpm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The rpm-build package must be installed:

Be sure to have the FreeLAN dependencies:

`yum install scons boost-devel libcurl-devel openssl-devel miniupnpc-devel`
`yum install scons boost-devel libcurl-devel openssl-devel miniupnpc-devel help2man`

## Build

Expand Down
2 changes: 1 addition & 1 deletion packaging/rpm/freelan.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%{!?name:%define name freelan}
%{!?version:%define version 2.1}
%{!?version:%define version 2.2}
%{!?release:%define release 1}

Summary: Peer-to-peer virtual private network daemon
Expand Down
2 changes: 1 addition & 1 deletion packaging/sailfishos/freelan.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%{!?name:%define name freelan}
%{!?version:%define version 2.1}
%{!?version:%define version 2.2}
%{!?release:%define release 1}

Summary: Peer-to-peer virtual private network daemon
Expand Down

0 comments on commit 8c0e872

Please sign in to comment.