From 3d978b3d96b938a6c50ac2c704bcd22230bb672c6a9424e9ea72a00e6bf6e78a Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Mon, 13 Jul 2015 09:20:46 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Base:System/mdadm?expand=0&rev=130 --- mdadm.changes | 7 +++++++ mdadm.spec | 4 +++- 2 files changed, 10 insertions(+), 1 deletion(-) 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