Hello community, here is the log from the commit of package plymouth for openSUSE:Factory checked in at 2015-12-18 21:52:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/plymouth (Old) and /work/SRC/openSUSE:Factory/.plymouth.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plymouth" Changes: -------- --- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes 2015-09-27 14:31:15.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes 2015-12-18 21:52:59.000000000 +0100 @@ -1,0 +2,6 @@ +Thu Dec 10 17:15:36 CET 2015 - [email protected] + +- Fix missing dependency on coreutils for initrd macros (boo#958562) +- Call missing initrd macro at postun (boo#958562) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plymouth.spec ++++++ --- /var/tmp/diff_new_pack.GOt0Hp/_old 2015-12-18 21:53:00.000000000 +0100 +++ /var/tmp/diff_new_pack.GOt0Hp/_new 2015-12-18 21:53:00.000000000 +0100 @@ -75,6 +75,8 @@ BuildRequires: xz BuildRequires: pkgconfig(libdrm) BuildRequires: pkgconfig(systemd) >= 186 +Requires(post): coreutils +Requires(postun): coreutils Requires: %{name}-branding Requires: gnu-unifont-bitmap-fonts Requires: systemd >= 186 @@ -426,6 +428,7 @@ [ -x /bin/systemctl ] && /bin/systemctl daemon-reload >/dev/null 2>&1 || : %postun +%{?regenerate_initrd_post} if [ $1 -eq 0 ]; then rm -f %{_libdir}/plymouth/default.so rm -f /boot/initrd-plymouth.img
