forked from pool/cryptsetup
This commit is contained in:
parent
dc678340b8
commit
6e6b18d12d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4a39524bf11d119b645f58400f493eb00d68829cb207a690b84fab509855b6b1
|
||||
size 14417
|
3
boot.crypto-0_200904020930.tar.bz2
Normal file
3
boot.crypto-0_200904020930.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af764a4107a552827a84e7cbd5051076fe99d6d899f9f05f5a14744901f4068d
|
||||
size 16525
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user