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