Accepting request 66851 from home:lnussel:Factory

OBS-URL: https://build.opensuse.org/request/show/66851
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=64
This commit is contained in:
Cristian Rodríguez 2011-04-11 14:45:23 +00:00 committed by Git OBS Bridge
parent fd1e4bf861
commit 88eca89303
6 changed files with 28 additions and 15 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:411129817ff29e6a957bcbdcd9a2c4c953c1539acd8af912c383262ba901b5ea
size 523859

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEABECAAYFAk0PQJUACgkQf1Jlc7shgi93yQCfdC+Z1aMb8NdBC8Zx/R/P6d8x
0d4AoJPO28ny/LmCRa3mCrh155YW6rZT
=UGVC
-----END PGP SIGNATURE-----

3
cryptsetup-1.3.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c675059a25061851dcaf9732a2118d75585097c8fbb3985026526988e8d76394
size 566628

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEABECAAYFAk2ba4MACgkQf1Jlc7shgi9ZIACgke0jnG9sqUiMUdxgJab1ujDG
8UcAn3S+V/f8GHkt4CIgFI/Oe234OK7q
=2ELH
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Apr 11 14:04:11 UTC 2011 - lnussel@suse.de
- new version 1.3.0:
* userspace crypto backends support
* Cryptsetup now automatically allocates loopback device
if device argument is file and not plain device.
* luksChangeKey command
* loopaesOpen command for loop-AES compatibility
-------------------------------------------------------------------
Thu Feb 17 07:53:34 UTC 2011 - lnussel@suse.de

View File

@ -17,6 +17,8 @@
# norootforbuild
#define beta rc1
%define ver %version%{?beta:-%beta}
Name: cryptsetup
Url: http://code.google.com/p/cryptsetup/
@ -29,11 +31,12 @@ BuildRequires: libselinux-devel pkgconfig
License: GPLv2+
Group: System/Base
AutoReqProv: on
Version: 1.2.0
Release: 8
Version: 1.3.0
Release: 1
#Release: %{?beta:0.}<CI_CNT>.<B_CNT>%{?beta:.}%{?beta}
Summary: Set Up dm-crypt Based Encrypted Block Devices
Source: http://cryptsetup.googlecode.com/files/cryptsetup-%{version}.tar.bz2
Source1: http://cryptsetup.googlecode.com/files/cryptsetup-%{version}.tar.bz2.asc
Source: http://cryptsetup.googlecode.com/files/cryptsetup-%{ver}.tar.bz2
Source1: http://cryptsetup.googlecode.com/files/cryptsetup-%{ver}.tar.bz2.asc
Source2: baselibs.conf
Source10: hashalot-%haver.tar.bz2
# git://gitorious.org/opensuse/boot_crypto.git
@ -116,7 +119,7 @@ Authors:
Ben Slusky <sluskyb@paranoiacs.org>
%prep
%setup -q -b 10 -b 20
%setup -n %name-%ver -q -b 10 -b 20
#patch0 -p1
pushd ../hashalot-%haver
%patch10 -p1