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:
Marcus Meissner 2012-07-10 06:28:35 +00:00 committed by Git OBS Bridge
parent acdb37a416
commit b9c271feeb
2 changed files with 15 additions and 9 deletions

View File

@ -2,7 +2,7 @@
Mon Jul 9 09:37:43 UTC 2012 - cfarrell@suse.com
- 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

View File

@ -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: SUSE-GPL-2.0-with-openssl-exception and LGPL-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: SUSE-GPL-2.0-with-openssl-exception and LGPL-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: SUSE-GPL-2.0-with-openssl-exception and LGPL-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