Hello community, here is the log from the commit of package cryptsetup for openSUSE:Factory checked in at 2015-04-21 12:02:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-04-10 09:44:58.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.cryptsetup.new/cryptsetup.changes 2015-04-21 12:02:13.000000000 +0200 @@ -1,0 +2,11 @@ +Sun Apr 12 18:45:26 UTC 2015 - [email protected] + +- Enable verbose build log. + +------------------------------------------------------------------- +Sun Apr 12 18:41:39 UTC 2015 - [email protected] + +- regenerate the initrd if cryptsetup tool changes + (wanted by 90crypt dracut module) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cryptsetup.spec ++++++ --- /var/tmp/diff_new_pack.glhp2g/_old 2015-04-21 12:02:14.000000000 +0200 +++ /var/tmp/diff_new_pack.glhp2g/_new 2015-04-21 12:02:14.000000000 +0200 @@ -40,6 +40,7 @@ BuildRequires: linux-glibc-devel >= 2.6.38 BuildRequires: pkgconfig BuildRequires: popt-devel +BuildRequires: suse-module-tools BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -93,7 +94,7 @@ --enable-fips \ --enable-pwquality \ --enable-gcrypt-pbkdf2 -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %install # Generate HMAC checksums (FIPS) @@ -132,6 +133,11 @@ fi fi +%{?regenerate_initrd_post} + +%posttrans +%{?regenerate_initrd_posttrans} + %post -n libcryptsetup%{so_ver} -p /sbin/ldconfig %postun -n libcryptsetup%{so_ver} -p /sbin/ldconfig
