forked from pool/cryptsetup
Accepting request 127439 from security
- license update: SUSE-GPL-2.0-with-openssl-exception and LGPL-2.0+ cryptsetup developers use a special exception to link against openSSL OBS-URL: https://build.opensuse.org/request/show/127439 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=75
This commit is contained in:
commit
2628b2de70
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 9 09:37:43 UTC 2012 - cfarrell@suse.com
|
||||
|
||||
- license update: SUSE-GPL-2.0-with-openssl-exception and LGPL-2.0+
|
||||
cryptsetup developers use a special exception to link against openSSL
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 15 12:41:00 UTC 2012 - lnussel@suse.de
|
||||
|
||||
|
@ -21,19 +21,23 @@
|
||||
|
||||
Name: cryptsetup
|
||||
Url: http://code.google.com/p/cryptsetup/
|
||||
BuildRequires: device-mapper-devel e2fsprogs-devel libgcrypt-devel popt-devel
|
||||
BuildRequires: libselinux-devel pkgconfig
|
||||
BuildRequires: device-mapper-devel
|
||||
BuildRequires: e2fsprogs-devel
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: popt-devel
|
||||
# hashalot version
|
||||
%define haver 0.3
|
||||
# boot.crypto version
|
||||
%define bcver 0_201206151440
|
||||
License: GPL-2.0+
|
||||
Group: System/Base
|
||||
Version: 1.4.2
|
||||
Release: 1
|
||||
Release: 0
|
||||
#Release: %{?beta:0.}<CI_CNT>.<B_CNT>%{?beta:.}%{?beta}
|
||||
Summary: Set Up dm-crypt Based Encrypted Block Devices
|
||||
License: SUSE-GPL-2.0-with-openssl-exception and LGPL-2.0+
|
||||
Group: System/Base
|
||||
Source: http://cryptsetup.googlecode.com/files/cryptsetup-%{ver}.tar.bz2
|
||||
Source1: http://cryptsetup.googlecode.com/files/cryptsetup-%{ver}.tar.bz2.asc
|
||||
Source2: baselibs.conf
|
||||
@ -66,7 +70,6 @@ includes support for automatically setting up encrypted volumes at boot
|
||||
time via the config file /etc/crypttab.
|
||||
|
||||
%package -n libcryptsetup4
|
||||
License: GPL-2.0+
|
||||
Summary: Set Up dm-crypt Based Encrypted Block Devices
|
||||
Group: System/Base
|
||||
|
||||
@ -78,14 +81,17 @@ includes support for automatically setting up encrypted volumes at boot
|
||||
time via the config file /etc/crypttab.
|
||||
|
||||
%package -n libcryptsetup-devel
|
||||
License: GPL-2.0+
|
||||
Summary: Set Up dm-crypt Based Encrypted Block Devices
|
||||
Group: Development/Libraries/C and C++
|
||||
# cryptsetup-devel last used 11.1
|
||||
Provides: cryptsetup-devel = %{version}
|
||||
Obsoletes: cryptsetup-devel < %{version}
|
||||
Requires: device-mapper-devel
|
||||
Requires: e2fsprogs-devel
|
||||
Requires: glibc-devel
|
||||
Requires: libcryptsetup4 = %{version}
|
||||
Requires: device-mapper-devel libgcrypt-devel libgpg-error-devel e2fsprogs-devel glibc-devel
|
||||
Requires: libgcrypt-devel
|
||||
Requires: libgpg-error-devel
|
||||
|
||||
%description -n libcryptsetup-devel
|
||||
cryptsetup is used to conveniently set up dm-crypt based device-mapper
|
||||
|
Loading…
Reference in New Issue
Block a user