From 9fb5798361351bdba6dab124abe529c1d90273da Mon Sep 17 00:00:00 2001 From: Tomas Jelinek Date: Thu, 26 Mar 2015 17:21:49 +0100 Subject: [PATCH] Add BuildRequires: systemd --- pcs.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pcs.spec b/pcs.spec index 3bc4a1f..3f966a6 100644 --- a/pcs.spec +++ b/pcs.spec @@ -1,12 +1,14 @@ Name: pcs Version: 0.9.139 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2 URL: http://github.com/feist/pcs Group: System Environment/Base 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-eventmachine rubygem-rack-test rubygem-multi_json rubygem-json rubygem-open4 +# for post, preun and postun macros +BuildRequires: systemd Summary: Pacemaker Configuration System Source0: http://people.redhat.com/cfeist/pcs/pcs-withgems-%{version}.tar.gz Patch0: fedfix.patch @@ -66,6 +68,9 @@ chmod 755 $RPM_BUILD_ROOT/%{python_sitelib}/pcs/pcs.py %doc COPYING README %changelog +* Thu Mar 26 2015 Tomas Jelinek - 0.9.139-3 +- Add BuildRequires: systemd (rhbz#1206253) + * Fri Feb 27 2015 Tomas Jelinek - 0.9.139-2 - Reflect clufter inclusion (rhbz#1180723)