From 080dae87cad4b5fd7818abf08bea414ea8f3664d4e52b3b45bbe20defa341112 Mon Sep 17 00:00:00 2001 From: Bin Liu Date: Tue, 28 Jul 2015 00:52:54 +0000 Subject: [PATCH] Accepting request 318944 from home:dimstar:Factory - BuildRequire pkgconfig(systemd) instead of systemd: this should help avoid a build cycle. OBS-URL: https://build.opensuse.org/request/show/318944 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/corosync?expand=0&rev=64 --- corosync.changes | 6 ++++++ corosync.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/corosync.changes b/corosync.changes index 27a44a6..3a4e233 100644 --- a/corosync.changes +++ b/corosync.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jul 27 10:32:27 UTC 2015 - dimstar@opensuse.org + +- BuildRequire pkgconfig(systemd) instead of systemd: this should + help avoid a build cycle. + ------------------------------------------------------------------- Wed Jul 21 15:12:26 UTC 2015 - bliu@suse.com diff --git a/corosync.spec b/corosync.spec index 592e5c4..46e063c 100644 --- a/corosync.spec +++ b/corosync.spec @@ -100,7 +100,7 @@ BuildRequires: net-snmp-devel BuildRequires: dbus-1-devel %endif %if %{with systemd} -BuildRequires: systemd +BuildRequires: pkgconfig(systemd) Requires(post): systemd Requires(preun): systemd Requires(postun): systemd