Bumped Release in freeradius-server.spec. version-number given to build.sh must be...
authorDan Breslau <dbreslau@painless-security.com>
Mon, 5 Jun 2017 22:43:53 +0000 (18:43 -0400)
committerDan Breslau <dbreslau@painless-security.com>
Mon, 5 Jun 2017 22:43:53 +0000 (18:43 -0400)
freeradius-server.spec
redhat/redhat-build.sh

index 3d0b4e2..f14b1d1 100644 (file)
@@ -1,7 +1,7 @@
 Summary: High-performance and highly configurable free RADIUS server
 Name: freeradius
 Version: 3.0.14
-Release: 0%{?dist}
+Release: 1%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: System Environment/Daemons
 URL: http://www.freeradius.org/
index 30d5a5d..7f7b3c1 100755 (executable)
@@ -5,6 +5,9 @@
 
 # Usage: rhb.sh <freeradius-version>
 # <freeradius-version> should include any moonshot extensions, e.g.: 3.0.13-5
+# Note: This must be consistent with the Version and Release lines at the
+# top of ../freeradius-server.spec: The part before the '-' is the Version,
+# and the part ater the '-' is the Release (up through the '%' on that line, anyway.)
 
 set -euo pipefail
 IFS=$'\n\t'