diff --git a/boot.crypto-0_200903061252.tar.bz2 b/boot.crypto-0_200903061252.tar.bz2 deleted file mode 100644 index c123f90..0000000 --- a/boot.crypto-0_200903061252.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a39524bf11d119b645f58400f493eb00d68829cb207a690b84fab509855b6b1 -size 14417 diff --git a/boot.crypto-0_200904020930.tar.bz2 b/boot.crypto-0_200904020930.tar.bz2 new file mode 100644 index 0000000..be48608 --- /dev/null +++ b/boot.crypto-0_200904020930.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af764a4107a552827a84e7cbd5051076fe99d6d899f9f05f5a14744901f4068d +size 16525 diff --git a/cryptsetup.changes b/cryptsetup.changes index fb66ccb..11f4691 100644 --- a/cryptsetup.changes +++ b/cryptsetup.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Apr 2 09:33:22 CEST 2009 - lnussel@suse.de + +- boot.crypto: + * resolve symlinks when searching for loop devices (bnc#490170) + * add extra man page tags to avoid FIXME output of docbook + * don't pipe password if there's only one device to open + * update copyright information + * fix spelling and actually stop in pre_stop_hook + * introduce initrd option in crypttab (bnc#465711) + ------------------------------------------------------------------- Fri Mar 6 13:01:44 CET 2009 - lnussel@suse.de diff --git a/cryptsetup.spec b/cryptsetup.spec index a1c6e58..bc9ffa4 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -25,12 +25,12 @@ BuildRequires: libselinux-devel # hashalot version %define haver 0.3 # boot.crypto version -%define bcver 0_200903061252 +%define bcver 0_200904020930 License: BSD 3-Clause; GPL v2 only; GPL v2 or later Group: System/Base AutoReqProv: on Version: 1.0.5_SVNr46 -Release: 62 +Release: 63 Summary: Set Up dm-crypt Based Encrypted Block Devices Source: cryptsetup-%{version}.tar.bz2 Source1: hashalot-%haver.tar.bz2 @@ -223,6 +223,14 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libcryptsetup.so %changelog +* Thu Apr 02 2009 lnussel@suse.de +- boot.crypto: + * resolve symlinks when searching for loop devices (bnc#490170) + * add extra man page tags to avoid FIXME output of docbook + * don't pipe password if there's only one device to open + * update copyright information + * fix spelling and actually stop in pre_stop_hook + * introduce initrd option in crypttab (bnc#465711) * Fri Mar 06 2009 lnussel@suse.de - boot.crypto: * print dm name instead of physdev (bnc#456664)