Hello community, here is the log from the commit of package cryptsetup for openSUSE:Factory checked in at 2015-12-23 09:56:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cryptsetup (Old) and /work/SRC/openSUSE:Factory/.cryptsetup.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cryptsetup" Changes: -------- --- /work/SRC/openSUSE:Factory/cryptsetup/cryptsetup.changes 2015-10-20 16:21:30.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.cryptsetup.new/cryptsetup.changes 2015-12-23 09:56:20.000000000 +0100 @@ -1,0 +2,6 @@ +Thu Dec 10 16:05:57 CET 2015 - [email protected] + +- Fix missing dependency on coreutils for initrd macros (boo#958562) +- Call missing initrd macro at postun (boo#958562) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cryptsetup.spec ++++++ --- /var/tmp/diff_new_pack.S0LEkI/_old 2015-12-23 09:56:21.000000000 +0100 +++ /var/tmp/diff_new_pack.S0LEkI/_new 2015-12-23 09:56:21.000000000 +0100 @@ -41,6 +41,8 @@ BuildRequires: pkgconfig BuildRequires: popt-devel BuildRequires: suse-module-tools +Requires(post): coreutils +Requires(postun): coreutils BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -135,6 +137,9 @@ %{?regenerate_initrd_post} +%postun +%{?regenerate_initrd_post} + %posttrans %{?regenerate_initrd_posttrans}
