[openstack-keystone/el6: 3/5] Update version to diablo final

Mark McLoughlin markmc at fedoraproject.org
Mon Oct 24 07:27:48 UTC 2011


commit ddb82e049c48925da6c06d7573dc6927b66ec93b
Author: Mark McLoughlin <markmc at redhat.com>
Date:   Mon Oct 24 08:13:10 2011 +0100

    Update version to diablo final

 openstack-keystone.spec |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/openstack-keystone.spec b/openstack-keystone.spec
index 16888ab..18bc136 100644
--- a/openstack-keystone.spec
+++ b/openstack-keystone.spec
@@ -1,17 +1,21 @@
 
+#
+# This snapshot corresponds to the 2011.3 tag in git
+#
 %global milestone d4
 %global git_revno 1213
 %global snapdate 20110930
 %global snaptag ~%{milestone}~%{snapdate}.%{git_revno}
+%global tarballversion 1.0
 
 Name:           openstack-keystone
-Version:        1.0
-Release:        0.4.%{milestone}.%{git_revno}%{?dist}
+Version:        2011.3
+Release:        1%{?dist}
 Summary:        OpenStack Identity Service
 
 License:        ASL 2.0
 URL:            http://keystone.openstack.org/
-Source0:        http://keystone.openstack.org/tarballs/keystone-%{version}%{snaptag}.tar.gz
+Source0:        http://keystone.openstack.org/tarballs/keystone-%{tarballversion}%{snaptag}.tar.gz
 Source1:        openstack-keystone.logrotate
 Source2:        openstack-keystone.service
 
@@ -51,7 +55,7 @@ Swift and Nova which are:
 
 
 %prep
-%setup -q -n keystone-%{version}
+%setup -q -n keystone-%{tarballversion}
 
 sed -i 's|\(log_file = \)\(keystone.log\)|\1%{_localstatedir}/log/keystone/\2|' etc/keystone.conf
 sed -i 's|\(sql_connection = sqlite:///\)keystone.db|\1%{_sharedstatedir}/keystone/keystone.sqlite|' etc/keystone.conf
@@ -126,6 +130,9 @@ fi
 %dir %attr(-, keystone, keystone) %{_localstatedir}/log/keystone
 
 %changelog
+* Mon Oct 24 2011 Mark McLoughlin <markmc at redhat.com> - 2011.3-1
+- Update version to diablo final
+
 * Wed Oct 19 2011 Matt Domsch <Matt_Domsch at dell.com> - 1.0-0.4.d4.1213
 - add Requires: python-passlib
 


More information about the scm-commits mailing list