diff --git a/mdadm.changes b/mdadm.changes index 83d30dd..9e54b29 100644 --- a/mdadm.changes +++ b/mdadm.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jul 13 09:19:36 UTC 2015 - werner@suse.de + +- Make it build, that is build-require pkgconfig of udev and the + package systemd as this one is the owner of the directory + /usr/lib/systemd/system-shutdown + ------------------------------------------------------------------- Mon Mar 2 20:33:12 UTC 2015 - mgorse@suse.com diff --git a/mdadm.spec b/mdadm.spec index 26cc718..745d14d 100644 --- a/mdadm.spec +++ b/mdadm.spec @@ -1,7 +1,7 @@ # # spec file for package mdadm # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,8 +23,10 @@ BuildRequires: binutils-devel BuildRequires: groff BuildRequires: pkgconfig BuildRequires: sgmltool +BuildRequires: systemd BuildRequires: pkgconfig(libudev) BuildRequires: pkgconfig(systemd) +BuildRequires: pkgconfig(udev) PreReq: %fillup_prereq /sbin/mkinitrd Recommends: cron Recommends: smtp_daemon