From: Dan Breslau Date: Mon, 5 Jun 2017 22:43:53 +0000 (-0400) Subject: Bumped Release in freeradius-server.spec. version-number given to build.sh must be... X-Git-Tag: moonshot_release_3.0.15~2 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=dd1a21a6a19ccae152580392a201ae613a704836;p=freeradius.git Bumped Release in freeradius-server.spec. version-number given to build.sh must be consistent with Version and Relase lines in freeradius-server.spec --- diff --git a/freeradius-server.spec b/freeradius-server.spec index 3d0b4e2..f14b1d1 100644 --- a/freeradius-server.spec +++ b/freeradius-server.spec @@ -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/ diff --git a/redhat/redhat-build.sh b/redhat/redhat-build.sh index 30d5a5d..7f7b3c1 100755 --- a/redhat/redhat-build.sh +++ b/redhat/redhat-build.sh @@ -5,6 +5,9 @@ # Usage: rhb.sh # 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'