From 4e19fa1180f9a7a6c53a4dfd9e340cdefd398041e89e93f35a5683bfbf338062 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 6 May 2008 16:54:56 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=12 --- boot.crypto-0_200804091625.tar.bz2 | 3 --- boot.crypto-0_200805061223.tar.bz2 | 3 +++ cryptsetup.changes | 6 ++++++ cryptsetup.spec | 7 +++++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 boot.crypto-0_200804091625.tar.bz2 create mode 100644 boot.crypto-0_200805061223.tar.bz2 diff --git a/boot.crypto-0_200804091625.tar.bz2 b/boot.crypto-0_200804091625.tar.bz2 deleted file mode 100644 index e64fbd2..0000000 --- a/boot.crypto-0_200804091625.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ab39e3a547a35b46f4270e4edc68916fcba52a9cb124d3f4bcaa22838de8db9 -size 13171 diff --git a/boot.crypto-0_200805061223.tar.bz2 b/boot.crypto-0_200805061223.tar.bz2 new file mode 100644 index 0000000..17f8e25 --- /dev/null +++ b/boot.crypto-0_200805061223.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b8008b316e548e31551a6a631386fe54113cb449ed8f2a44bd67c6600b41428 +size 13209 diff --git a/cryptsetup.changes b/cryptsetup.changes index 3c4dc89..75ccbd9 100644 --- a/cryptsetup.changes +++ b/cryptsetup.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue May 6 12:36:49 CEST 2008 - mkoenig@suse.de + +- load loop module in boot.crypto-early as it might be needed. + It is previously initially loaded by boot.localfs. + ------------------------------------------------------------------- Wed Apr 9 15:59:09 CEST 2008 - mkoenig@suse.de diff --git a/cryptsetup.spec b/cryptsetup.spec index 50b1778..279a40f 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_200804091625 +%define bcver 0_200805061223 License: BSD 3-Clause; GPL v2 or later Group: System/Base AutoReqProv: on Version: 1.0.5_SVNr46 -Release: 11 +Release: 16 Summary: Set Up dm-crypt Based Encrypted Block Devices Source: cryptsetup-%{version}.tar.bz2 Source1: hashalot-%haver.tar.bz2 @@ -173,6 +173,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libcryptsetup.so %changelog +* Tue May 06 2008 mkoenig@suse.de +- load loop module in boot.crypto-early as it might be needed. + It is previously initially loaded by boot.localfs. * 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