3
0
forked from pool/util-linux
OBS User unknown 2007-08-28 17:22:43 +00:00 committed by Git OBS Bridge
parent 0719523b9a
commit 6b1cb9fd1b
3 changed files with 1500 additions and 1 deletions

1486
cryptsetup-2.13-crypto.diff Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Aug 28 16:42:04 CEST 2007 - lnussel@suse.de
- add support for specifying the key length and password hash
algorithm [#304861]
-------------------------------------------------------------------
Fri Aug 24 14:09:19 CEST 2007 - mkoenig@suse.de

View File

@ -21,7 +21,7 @@ License: BSD 3-Clause, GPL v2 or later
Group: System/Base
Autoreqprov: on
Version: 2.12r+2.13rc2+git20070725
Release: 12
Release: 14
%define upver 2.13rc2+git20070725
Summary: A collection of basic system utilities
Source: ftp://ftp.kernel.org/pub/linux/utils/util-linux/%name-ng-%upver.tar.bz2
@ -71,6 +71,9 @@ Patch45: util-linux-2.13-sys_utils_build_rdev_x86_64.patch
Patch46: util-linux-2.13-loop.patch
Patch47: util-linux-2.13-mount_create_mtab.patch
Patch48: util-linux-2.13-schedutils_error_handling.patch
# 304861 - support password hashing and key length
Patch49: cryptsetup-2.13-crypto.diff
##
##
## adjtimex
##
@ -117,6 +120,7 @@ Authors:
%patch46 -p1
%patch47 -p1
%patch48 -p1
%patch49 -p1
#
cd adjtimex-*
%patch50 -p1
@ -557,6 +561,9 @@ fi
#%endif
%changelog
* Tue Aug 28 2007 - lnussel@suse.de
- add support for specifying the key length and password hash
algorithm [#304861]
* Fri Aug 24 2007 - mkoenig@suse.de
- avoid duplicates of root fs if defined with LABEL in fstab
[#297959]