[pcs/f20] Added python to BuildRequires & Requires

cfeist cfeist at fedoraproject.org
Sat Dec 14 00:51:34 UTC 2013


commit 767bbd891652c61dd7f1513bc6f2d5b68f7cebff
Author: Chris Feist <cfeist at redhat.com>
Date:   Fri Dec 13 18:51:38 2013 -0600

    Added python to BuildRequires & Requires

 pcs.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/pcs.spec b/pcs.spec
index f10a2e9..06d8b69 100644
--- a/pcs.spec
+++ b/pcs.spec
@@ -1,16 +1,16 @@
 Name: pcs		
 Version: 0.9.102
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2
 URL: http://github.com/feist/pcs
 Group: System Environment/Base
-BuildRequires: python2-devel ruby ruby-devel pam-devel
+BuildRequires: python2-devel ruby ruby-devel pam-devel python
 BuildRequires: rubygem-sinatra rubygem-highline rubygem-rack rubygem-rack-protection rubygem-tilt
 BuildRequires: rubygem-eventmachine rubygem-rack-test rubygem-multi_json rubygem-json
 Summary: Pacemaker Configuration System	
 Source0: http://people.redhat.com/cfeist/pcs/pcs-withgems-%{version}.tar.gz
 Patch0: fedfix.patch
-Requires: pacemaker ruby
+Requires: pacemaker ruby python
 Requires: rubygem-sinatra rubygem-highline rubygem-rack rubygem-rack-protection rubygem-tilt
 Requires: rubygem-eventmachine rubygem-rack-test rubygem-multi_json rubygem-json
 


More information about the scm-commits mailing list