diff --git a/boot.crypto-0_200802041620.tar.bz2 b/boot.crypto-0_200802041620.tar.bz2 deleted file mode 100644 index 3a0adad..0000000 --- a/boot.crypto-0_200802041620.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4153ca276495cab00ef005f8525436d5a5815979b804f14c3d515a62ae27c8e -size 12472 diff --git a/boot.crypto-0_200804091625.tar.bz2 b/boot.crypto-0_200804091625.tar.bz2 new file mode 100644 index 0000000..e64fbd2 --- /dev/null +++ b/boot.crypto-0_200804091625.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ab39e3a547a35b46f4270e4edc68916fcba52a9cb124d3f4bcaa22838de8db9 +size 13171 diff --git a/cryptsetup.changes b/cryptsetup.changes index 7f34828..3c4dc89 100644 --- a/cryptsetup.changes +++ b/cryptsetup.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Apr 9 15:59:09 CEST 2008 - mkoenig@suse.de + +- add support for boot.crypto-early [#355824] + needed to encrypt block devices for usage with LVM or MD + adds a new option 'noearly' for crypttab, which will skip + the device in boot.crypto-early. + ------------------------------------------------------------------- Wed Feb 27 12:10:32 CET 2008 - mkoenig@suse.de diff --git a/cryptsetup.spec b/cryptsetup.spec index 829ad3a..50b1778 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -17,12 +17,12 @@ BuildRequires: device-mapper-devel e2fsprogs-devel libgcrypt-devel popt-devel # hashalot version %define haver 0.3 # boot.crypto version -%define bcver 0_200802041620 +%define bcver 0_200804091625 License: BSD 3-Clause; GPL v2 or later Group: System/Base AutoReqProv: on Version: 1.0.5_SVNr46 -Release: 1 +Release: 11 Summary: Set Up dm-crypt Based Encrypted Block Devices Source: cryptsetup-%{version}.tar.bz2 Source1: hashalot-%haver.tar.bz2 @@ -58,6 +58,7 @@ Authors: Ben Slusky %package devel +License: BSD 3-Clause; GPL v2 or later Summary: Set Up dm-crypt Based Encrypted Block Devices Group: System/Base Requires: %name = %version @@ -141,6 +142,7 @@ if [ -e /var/run/cryptsetup.boot.crypto.enabled ]; then rm -f /var/run/cryptsetup.boot.crypto.enabled %{fillup_and_insserv -fY boot.crypto} fi +%{fillup_and_insserv boot.crypto-early} %postun /sbin/ldconfig @@ -154,6 +156,7 @@ rm -rf $RPM_BUILD_ROOT %ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/crypttab %ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/cryptotab /etc/init.d/boot.crypto +/etc/init.d/boot.crypto-early /sbin/cryptsetup /sbin/hashalot %_mandir/man1/hashalot.1.gz @@ -170,6 +173,11 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libcryptsetup.so %changelog +* Wed Apr 09 2008 mkoenig@suse.de +- add support for boot.crypto-early [#355824] + needed to encrypt block devices for usage with LVM or MD + adds a new option 'noearly' for crypttab, which will skip + the device in boot.crypto-early. * Wed Feb 27 2008 mkoenig@suse.de - update to svn revision 46: * fix out of bound for key index in delKey [bnc#360041]