Hello community, here is the log from the commit of package dmraid for openSUSE:Factory checked in at 2015-12-18 21:50:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dmraid (Old) and /work/SRC/openSUSE:Factory/.dmraid.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dmraid" Changes: -------- --- /work/SRC/openSUSE:Factory/dmraid/dmraid.changes 2015-07-20 11:20:22.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.dmraid.new/dmraid.changes 2015-12-18 21:50:16.000000000 +0100 @@ -1,0 +2,6 @@ +Thu Dec 10 16:08:28 CET 2015 - [email protected] + +- Fix missing dependency on coreutils for initrd macros (boo#958562) +- Call missing initrd macro at postun (boo#958562) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dmraid.spec ++++++ --- /var/tmp/diff_new_pack.Ak70Bj/_old 2015-12-18 21:50:17.000000000 +0100 +++ /var/tmp/diff_new_pack.Ak70Bj/_new 2015-12-18 21:50:17.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package dmraid # -# 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 @@ -27,6 +27,8 @@ Requires: aaa_base Requires: kpartx +Requires(post): coreutils +Requires(postun): coreutils Url: http://people.redhat.com/~heinzm/sw/dmraid/src/ Summary: A Device-Mapper Software RAID Support Tool License: GPL-2.0 @@ -142,6 +144,7 @@ %postun /sbin/ldconfig %service_del_postun dmraid-activation.service +%{?regenerate_initrd_post} %{insserv_cleanup}
