[nfs-ganesha/f19] prep for GA release.

Kaleb S. KEITHLEY kkeithle at fedoraproject.org
Mon Dec 2 13:52:26 UTC 2013


commit 861e1add8a794c5cf3fb093c102d00b372d0099e
Author: Kaleb S. KEITHLEY <kkeithle at redhat.com>
Date:   Mon Dec 2 08:25:11 2013 -0500

    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 files 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+


More information about the scm-commits mailing list