8 Jul
2005
8 Jul
'05
4:45 a.m.
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=-