From 120c1f3f7f17baff7406c483afd6e3ffb0b7c0466f92b7778ed8c547c241812b Mon Sep 17 00:00:00 2001 From: Yan Gao Date: Fri, 14 Nov 2014 09:26:59 +0000 Subject: [PATCH] Accepting request 261539 from home:dimstar:branches:network:ha-clustering:Factory - Drop conditional BuildRequires of system-devel: it was required one line lower unconditionally. - Replace remaining systemd-devel BuildRequires with pkgconfig(systemd). OBS-URL: https://build.opensuse.org/request/show/261539 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/pacemaker?expand=0&rev=171 --- pacemaker.changes | 8 ++++++++ pacemaker.spec | 5 +---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/pacemaker.changes b/pacemaker.changes index f8bac51..c07d7c9 100644 --- a/pacemaker.changes +++ b/pacemaker.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Nov 14 08:58:40 UTC 2014 - dimstar@opensuse.org + +- Drop conditional BuildRequires of system-devel: it was required + one line lower unconditionally. +- Replace remaining systemd-devel BuildRequires with + pkgconfig(systemd). + ------------------------------------------------------------------- Mon Nov 10 11:36:27 UTC 2014 - ygao@suse.com diff --git a/pacemaker.spec b/pacemaker.spec index c93f1c2..5e7254f 100644 --- a/pacemaker.spec +++ b/pacemaker.spec @@ -194,10 +194,7 @@ BuildRequires: libselinux-devel BuildRequires: ncurses-devel BuildRequires: openssl-devel -%if %{defined _unitdir} -BuildRequires: systemd-devel -%endif -BuildRequires: systemd-devel +BuildRequires: pkgconfig(systemd) %if %{with cman}