From 861e1add8a794c5cf3fb093c102d00b372d0099e Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Mon, 2 Dec 2013 08:25:11 -0500 Subject: [PATCH] prep for GA release. Ordinary release have Release values in the form of X. Prereleases, e.g. release candidates, have Release values in the form 0.X. I.e. following Fedora NVR (name, version, release) rules, _ordinary_ releases have NVRs like nfs-ganesha-2.0.0-X.fc21.x86_64.rpm, while prereleases have NVRs like nfs-ganesha-2.0.0-0.X.rcY.fc21.x86_64.rpm. This convention allows the GA updates to apply correctly when someone has installed a prerelease RPM. --- nfs-ganesha.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nfs-ganesha.spec b/nfs-ganesha.spec index 24c28c3..ff0f91b 100644 --- a/nfs-ganesha.spec +++ b/nfs-ganesha.spec @@ -1,12 +1,12 @@ -%global prereltag rcfinal +# %%global prereltag rcfinal %global reltag pre-2.0-RC-final %global ntirpcname ntirpc %global ntirpcvers 1.0.0 Name: nfs-ganesha Version: 2.0.0 -Release: 0.2%{?prereltag:.%{prereltag}}%{?dist} +Release: 1%{?prereltag:.%{prereltag}}%{?dist} Summary: Ganesha NFS Server Group: System Environment/Libraries License: LGPLv3+