[os-apply-config] add python-pbr buildrequires

Steven Dake sdake at fedoraproject.org
Fri Feb 21 18:26:06 UTC 2014


commit 9177922899ea21fa2bb1b9288c489e976a81525b
Author: Steven Dake <sdake at redhat.com>
Date:   Fri Feb 21 11:26:45 2014 -0700

    add python-pbr buildrequires

 os-apply-config.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/os-apply-config.spec b/os-apply-config.spec
index 48fe208..0383086 100644
--- a/os-apply-config.spec
+++ b/os-apply-config.spec
@@ -1,6 +1,6 @@
 Name:		os-apply-config
 Version:	0.1.12
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Configure files from cloud metadata
 
 License:	ASL 2.0
@@ -10,6 +10,7 @@ Source0:	http://tarballs.openstack.org/%{name}/%{name}-%{version}.tar.gz
 BuildArch:	noarch
 BuildRequires:	python2-devel
 BuildRequires:	python-setuptools
+BuildRequires:	python-pbr
 
 Requires:	python-setuptools
 Requires:	python-argparse
@@ -36,6 +37,9 @@ Tool to apply openstack heat metadata to files on the system.
 %{python_sitelib}/os_apply_config*
 
 %changelog
+* Fri Feb 21 2014 Steven Dake <sdake at redhat.com> - 0.1.12-2
+- Add python-pbr buildrequires
+
 * Wed Feb 19 2014 Steven Dake <sdake at redhat.com>  - 0.1.12-1
 - Update to version 0.1.12
 - Add python2-devel buildrequires


More information about the scm-commits mailing list