Hello community, here is the log from the commit of package cryptsetup for openSUSE:Factory checked in at 2019-12-17 13:29:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cryptsetup (Old) and /work/SRC/openSUSE:Factory/.cryptsetup.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cryptsetup" Tue Dec 17 13:29:09 2019 rev:106 rq:755886 version:2.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/cryptsetup/cryptsetup.changes 2019-05-14 13:29:50.959261460 +0200 +++ /work/SRC/openSUSE:Factory/.cryptsetup.new.4691/cryptsetup.changes 2019-12-17 13:29:39.899419748 +0100 @@ -0,0 +1,6 @@ +Thu Oct 17 11:55:51 UTC 2019 - Vítězslav Čížek <[email protected]> + +- Create a weak dependency cycle between libcryptsetup and + libcryptsetup-hmac to make sure they are installed together + (bsc#1090768) + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cryptsetup.spec ++++++ --- /var/tmp/diff_new_pack.zHLCCk/_old 2019-12-17 13:29:41.279419263 +0100 +++ /var/tmp/diff_new_pack.zHLCCk/_new 2019-12-17 13:29:41.287419260 +0100 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -66,7 +66,7 @@ %package -n libcryptsetup%{so_ver} Summary: Library for setting up dm-crypt Based Encrypted Block Devices Group: System/Libraries -Suggests: libcryptsetup%{so_ver}-hmac +Suggests: libcryptsetup%{so_ver}-hmac = %{version}-%{release} %description -n libcryptsetup%{so_ver} cryptsetup is used to conveniently set up dm-crypt based device-mapper @@ -78,6 +78,7 @@ %package -n libcryptsetup%{so_ver}-hmac Summary: Checksums for libcryptsetup%{so_ver} Group: System/Base +Requires: libcryptsetup%{so_ver} = %{version}-%{release} %description -n libcryptsetup%{so_ver}-hmac This package contains HMAC checksums for integrity checking of libcryptsetup4,
