[os-refresh-config] Add python-pbr as a buildrequires

Steven Dake sdake at fedoraproject.org
Mon Feb 24 16:24:22 UTC 2014


commit 10446f53fa21ee2151a58e6f482b61407fe41366
Author: Steven Dake <sdake at redhat.com>
Date:   Mon Feb 24 09:25:05 2014 -0700

    Add python-pbr as a buildrequires

 os-refresh-config.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/os-refresh-config.spec b/os-refresh-config.spec
index 6d4539c..e6a782e 100644
--- a/os-refresh-config.spec
+++ b/os-refresh-config.spec
@@ -1,6 +1,6 @@
 Name:		os-refresh-config
 Version:	0.0.8
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Refresh system configuration
 
 License:	ASL 2.0
@@ -10,6 +10,7 @@ Source0:	http://tarballs.openstack.org/%{name}/%{name}-%{version}.tar.gz
 BuildArch:	noarch
 BuildRequires:	python-setuptools
 BuildRequires:	python2-devel
+BuildRequires:  python-pbr
 
 Requires:	python-setuptools
 
@@ -33,6 +34,9 @@ Tool to refresh openstack config changes to service.
 %{python_sitelib}/os_refresh_config*
 
 %changelog
+* Mon Feb 24 2014 Steven Dake <sdake at redhat.com> - 0.0.8-3
+- Add python-pbr as a BuildRequires
+
 * Thu Feb 20 2014 Steven Dake <sdake at redhat.com> - 0.0.8-2
 - Properly formatted changelog
 


More information about the scm-commits mailing list