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}