From f0b1949aef0a4389571c88eab1f23833e1d290c6ce18b2c8a40ade5e61d66eba Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 10 Sep 2015 10:26:14 +0000 Subject: [PATCH] Accepting request 328239 from home:dimstar:Factory - Do not BuildRequire systemd: it conflicts with systemd-mini, pulled in by systemd-mini-devel (due to BuildRequires: pkgconfig(systemd)). The reason systemd was added as a buildrequires was for 'something' to onw /usr/lib/systemd/system-shutdown/; systemd-mini does that also for us. OBS-URL: https://build.opensuse.org/request/show/328239 OBS-URL: https://build.opensuse.org/package/show/Base:System/mdadm?expand=0&rev=134 --- mdadm.changes | 10 ++++++++++ mdadm.spec | 1 - 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/mdadm.changes b/mdadm.changes index f11b995..4101d9b 100644 --- a/mdadm.changes +++ b/mdadm.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Aug 31 11:43:43 UTC 2015 - dimstar@opensuse.org + +- Do not BuildRequire systemd: it conflicts with systemd-mini, + pulled in by systemd-mini-devel (due to BuildRequires: + pkgconfig(systemd)). The reason systemd was added as a + buildrequires was for 'something' to onw + /usr/lib/systemd/system-shutdown/; systemd-mini does that also + for us. + ------------------------------------------------------------------- Mon Aug 3 06:25:56 UTC 2015 - nfbrown@suse.com diff --git a/mdadm.spec b/mdadm.spec index 821576c..a06a7b6 100644 --- a/mdadm.spec +++ b/mdadm.spec @@ -23,7 +23,6 @@ BuildRequires: binutils-devel BuildRequires: groff BuildRequires: pkgconfig BuildRequires: sgmltool -BuildRequires: systemd BuildRequires: pkgconfig(libudev) BuildRequires: pkgconfig(systemd) BuildRequires: pkgconfig(udev)