[heat-cfntools] Change pbr require to buildrequire

Jeff Peeler jpeeler at fedoraproject.org
Tue Oct 22 21:51:29 UTC 2013


commit bd6fb01ec3737704bef753e8c84f46933048d776
Author: Jeff Peeler <jpeeler at redhat.com>
Date:   Tue Oct 22 17:42:27 2013 -0400

    Change pbr require to buildrequire

 heat-cfntools.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/heat-cfntools.spec b/heat-cfntools.spec
index 7ee7dc5..530d263 100644
--- a/heat-cfntools.spec
+++ b/heat-cfntools.spec
@@ -10,10 +10,10 @@ Source0: https://pypi.python.org/packages/source/h/heat-cfntools/%{name}-%{versi
 BuildArch: noarch
 BuildRequires: python2-devel
 BuildRequires: python-setuptools
+BuildRequires: python-pbr >= 0.5.20
 
 Requires: python-boto >= 2.5.2
 Requires: python-psutil
-Requires: python-pbr >= 0.5.20
 
 %description
 Tools required to be installed on Heat provisioned cloud instances
@@ -37,7 +37,7 @@ Tools required to be installed on Heat provisioned cloud instances
 - rebase to 1.2.6
 - added new doc files
 - bump boto version requirement
-- add python-pbr require
+- add python-pbr buildrequire
 - fixed previous changelog date
 
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.3-2


More information about the scm-commits mailing list