Add BuildRequires: systemd
This commit is contained in:
parent
fb7c9d6865
commit
9fb5798361
7
pcs.spec
7
pcs.spec
@ -1,12 +1,14 @@
|
|||||||
Name: pcs
|
Name: pcs
|
||||||
Version: 0.9.139
|
Version: 0.9.139
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: http://github.com/feist/pcs
|
URL: http://github.com/feist/pcs
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
BuildRequires: python2-devel ruby ruby-devel pam-devel python rubygem-bundler
|
BuildRequires: python2-devel ruby ruby-devel pam-devel python rubygem-bundler
|
||||||
BuildRequires: rubygem-sinatra rubygem-highline rubygem-rack rubygem-rack-protection rubygem-tilt
|
BuildRequires: rubygem-sinatra rubygem-highline rubygem-rack rubygem-rack-protection rubygem-tilt
|
||||||
BuildRequires: rubygem-eventmachine rubygem-rack-test rubygem-multi_json rubygem-json rubygem-open4
|
BuildRequires: rubygem-eventmachine rubygem-rack-test rubygem-multi_json rubygem-json rubygem-open4
|
||||||
|
# for post, preun and postun macros
|
||||||
|
BuildRequires: systemd
|
||||||
Summary: Pacemaker Configuration System
|
Summary: Pacemaker Configuration System
|
||||||
Source0: http://people.redhat.com/cfeist/pcs/pcs-withgems-%{version}.tar.gz
|
Source0: http://people.redhat.com/cfeist/pcs/pcs-withgems-%{version}.tar.gz
|
||||||
Patch0: fedfix.patch
|
Patch0: fedfix.patch
|
||||||
@ -66,6 +68,9 @@ chmod 755 $RPM_BUILD_ROOT/%{python_sitelib}/pcs/pcs.py
|
|||||||
%doc COPYING README
|
%doc COPYING README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 26 2015 Tomas Jelinek <tojeline@redhat.com> - 0.9.139-3
|
||||||
|
- Add BuildRequires: systemd (rhbz#1206253)
|
||||||
|
|
||||||
* Fri Feb 27 2015 Tomas Jelinek <tojeline@redhat.com> - 0.9.139-2
|
* Fri Feb 27 2015 Tomas Jelinek <tojeline@redhat.com> - 0.9.139-2
|
||||||
- Reflect clufter inclusion (rhbz#1180723)
|
- Reflect clufter inclusion (rhbz#1180723)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user