diff --git a/pcs.spec b/pcs.spec index 44270e7..3bc4a1f 100644 --- a/pcs.spec +++ b/pcs.spec @@ -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 - 0.9.139-2 +- Reflect clufter inclusion (rhbz#1180723) + * Thu Feb 19 2015 Tomas Jelinek - 0.9.139-1 - Re-synced to upstream sources