Hi! I'm trying to make a RPM package from the CVS snapshot and to give a name to this package like "freeradius-20050707-1.rpm" . Unfortunately, all CVS snaphots has a release "1.1.0-pre0". I can't make an RPM from this CVS shapshot, RPM build system requires a full release name. How to change a "RELEASE" from the "1.1.0-pre0" to the "20050707-1" ? I've changed a VERSION in the "configure.in", without success. dnl # The version of the software RADIUSD_MAJOR_VERSION=1 RADIUSD_MINOR_VERSION=1.0-pre0 RADIUSD_VERSION="${RADIUSD_MAJOR_VERSION}.${RADIUSD_MINOR_VERSION}" -- -=AV=-
You can specify the name, version, and release in the redhat/freeradius.spec file, that overrides whatever else may have been set. On Fri, 2005-07-08 at 02:45, Alexander Voropay wrote:
Hi!
I'm trying to make a RPM package from the CVS snapshot and to give a name to this package like "freeradius-20050707-1.rpm" .
Unfortunately, all CVS snaphots has a release "1.1.0-pre0".
I can't make an RPM from this CVS shapshot, RPM build system requires a full release name.
How to change a "RELEASE" from the "1.1.0-pre0" to the "20050707-1" ?
I've changed a VERSION in the "configure.in", without success.
dnl # The version of the software RADIUSD_MAJOR_VERSION=1 RADIUSD_MINOR_VERSION=1.0-pre0 RADIUSD_VERSION="${RADIUSD_MAJOR_VERSION}.${RADIUSD_MINOR_VERSION}"
-- -=AV=- - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/devel.html
participants (2)
-
Alexander Voropay -
Kenneth Grady