[freeradius] fix release tag, it did not follow the guidelines in https://fedoraproject.org/wiki/Packaging:Naming

John Dennis jdennis at fedoraproject.org
Tue Jul 23 14:38:06 UTC 2013


commit e67ff3478a9ac6e5ab9d2320ccaaffb2ed7e570c
Author: John Dennis <jdennis at redhat.com>
Date:   Tue Jul 23 10:34:24 2013 -0400

    fix release tag, it did not follow the guidelines in
    https://fedoraproject.org/wiki/Packaging:NamingGuidelines?rd=Packaging/NamingGuidelines#Pre-Release_packages
    exchange the position of the .0 and .rc0 fields

 freeradius.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/freeradius.spec b/freeradius.spec
index 65b4dc4..5edda3c 100644
--- a/freeradius.spec
+++ b/freeradius.spec
@@ -1,7 +1,7 @@
 Summary: High-performance and highly configurable free RADIUS server
 Name: freeradius
 Version: 3.0.0
-Release: rc0.0%{?dist}
+Release: 0.rc0%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: System Environment/Daemons
 URL: http://www.freeradius.org/
@@ -709,7 +709,7 @@ exit 0
 %{_libdir}/freeradius/rlm_sql_unixodbc.so
 
 %changelog
-* Mon Jul 22 2013 John Dennis <jdennis at redhat.com> - 3.0.0-rc0.0
+* Mon Jul 22 2013 John Dennis <jdennis at redhat.com> - 3.0.0-0.rc0
 - Upgrade to new upstream major version release
 
 * Wed Jul 17 2013 Petr Pisar <ppisar at redhat.com> - 2.2.0-7


More information about the scm-commits mailing list