1
0
forked from rpms/pcs

Added python-clufter to Requires

This commit is contained in:
Tomas Jelinek 2015-02-27 15:28:18 +01:00
parent c1e59b16a3
commit fb7c9d6865

View File

@ -1,6 +1,6 @@
Name: pcs
Version: 0.9.139
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv2
URL: http://github.com/feist/pcs
Group: System Environment/Base
@ -11,7 +11,7 @@ Summary: Pacemaker Configuration System
Source0: http://people.redhat.com/cfeist/pcs/pcs-withgems-%{version}.tar.gz
Patch0: fedfix.patch
Requires: pacemaker ruby python
#Requires: python-clufter
Requires: python-clufter
Requires: rubygem-sinatra rubygem-highline rubygem-rack rubygem-rack-protection rubygem-tilt
Requires: rubygem-eventmachine rubygem-rack-test rubygem-multi_json rubygem-json rubygem-open4
@ -66,6 +66,9 @@ chmod 755 $RPM_BUILD_ROOT/%{python_sitelib}/pcs/pcs.py
%doc COPYING README
%changelog
* Fri Feb 27 2015 Tomas Jelinek <tojeline@redhat.com> - 0.9.139-2
- Reflect clufter inclusion (rhbz#1180723)
* Thu Feb 19 2015 Tomas Jelinek <tojeline@redhat.com> - 0.9.139-1
- Re-synced to upstream sources