[openstack-utils] update source location of tarball

Pádraig Brady pbrady at fedoraproject.org
Wed Apr 24 15:51:28 UTC 2013


commit 79a22ec0c5a0157f67210167d8a1c850e5db08cb
Author: Pádraig Brady <P at draigBrady.com>
Date:   Tue Apr 2 03:40:31 2013 +0100

    update source location of tarball

 .gitignore           |   11 +----------
 openstack-utils.spec |    8 +++++---
 sources              |    2 +-
 3 files changed, 7 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ebc6d3b..dda86fd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,10 +1 @@
-/openstack-utils-2012.1-1.tar.gz
-/openstack-utils-2012.1-2.tar.gz
-/openstack-utils-2012.2-1.tar.gz
-/openstack-utils-2012.2-2.tar.gz
-/openstack-utils-2012.2-3.tar.gz
-/openstack-utils-2012.2-4.tar.gz
-/openstack-utils-2012.2-5.tar.gz
-/openstack-utils-2012.2-6.tar.gz
-/openstack-utils-2012.2-7.tar.gz
-/openstack-utils-2013.1-1.tar.gz
+/2013.1-5.tar.gz
diff --git a/openstack-utils.spec b/openstack-utils.spec
index fa7dfab..75014a7 100644
--- a/openstack-utils.spec
+++ b/openstack-utils.spec
@@ -1,11 +1,11 @@
-%global rel 3
+%global rel 5
 
 Name:           openstack-utils
 Version:        2013.1
 Release:        %{rel}%{?dist}.1
 Summary:        Helper utilities for OpenStack services
 URL:            https://github.com/fedora-openstack/openstack-utils
-Source0:        http://pbrady.fedorapeople.org/%{name}/%{name}-%{version}-%{rel}.tar.gz
+Source0:        https://github.com/redhat-openstack/%{name}/archive/%{version}-%{rel}.tar.gz
 License:        ASL 2.0
 BuildArch:      noarch
 
@@ -31,10 +31,12 @@ install -p -D -m 644 man/*.1 %{buildroot}%{_mandir}/man1/
 %{_mandir}/man1/*.1.gz
 
 %changelog
-* Tue Apr  2 2013 Pádraig Brady <P at draigBrady.com> 2013.1-3
+* Tue Apr  2 2013 Pádraig Brady <P at draigBrady.com> 2013.1-5
 - Grizzly keystone sample credentials adjustments
 - Support systems with SELinux disabled
 - Improve handling of users in openstack-db --drop
+- Fix handling of cgroup service
+- Fix handling of passwords with mariadb
 
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2013.1-1.1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
diff --git a/sources b/sources
index 0c470dd..6bbe20b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-83c257183d1ace74e89c00c5e8369f1f  openstack-utils-2013.1-1.tar.gz
+59877cb61f50fec6f686f7d274ae30ef  2013.1-5.tar.gz


More information about the scm-commits mailing list