forked from pool/cryptsetup
Accepting request 160813 from home:jengelh:branches:security
- Remove excessive dependencies of libcryptsetup-devel (it does not require any of these) - Mark 2.6.38 as needed N.B.: You can now use the tilde syntax when procuring beta versions in future, e.g. "Version: 2.0~beta1" OBS-URL: https://build.opensuse.org/request/show/160813 OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=101
This commit is contained in:
parent
8d29697e3f
commit
7b820e0fc0
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 24 19:17:47 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Remove excessive dependencies of libcryptsetup-devel
|
||||||
|
(it does not require any of these)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 15 13:17:57 UTC 2013 - lnussel@suse.de
|
Tue Jan 15 13:17:57 UTC 2013 - lnussel@suse.de
|
||||||
|
|
||||||
|
@ -16,11 +16,19 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
#define beta rc1
|
|
||||||
%define ver %version%{?beta:-%beta}
|
|
||||||
|
|
||||||
Name: cryptsetup
|
Name: cryptsetup
|
||||||
Url: http://code.google.com/p/cryptsetup/
|
Url: http://code.google.com/p/cryptsetup/
|
||||||
|
Version: 1.6.0
|
||||||
|
Release: 0
|
||||||
|
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-%version.tar.bz2
|
||||||
|
Source1: http://cryptsetup.googlecode.com/files/cryptsetup-%version.tar.bz2.asc
|
||||||
|
Source2: baselibs.conf
|
||||||
|
Source3: %{name}.keyring
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: device-mapper-devel
|
BuildRequires: device-mapper-devel
|
||||||
BuildRequires: e2fsprogs-devel
|
BuildRequires: e2fsprogs-devel
|
||||||
%if 0%{?suse_version} > 1220
|
%if 0%{?suse_version} > 1220
|
||||||
@ -29,19 +37,10 @@ BuildRequires: gpg-offline
|
|||||||
BuildRequires: libgcrypt-devel
|
BuildRequires: libgcrypt-devel
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
|
# 2.6.38 has the required if_alg.h
|
||||||
|
BuildRequires: linux-glibc-devel >= 2.6.38
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: popt-devel
|
BuildRequires: popt-devel
|
||||||
Version: 1.6.0
|
|
||||||
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
|
|
||||||
Source3: %{name}.keyring
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
cryptsetup is used to conveniently set up dm-crypt based device-mapper
|
cryptsetup is used to conveniently set up dm-crypt based device-mapper
|
||||||
@ -67,12 +66,8 @@ 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: glibc-devel
|
||||||
Requires: libcryptsetup4 = %{version}
|
Requires: libcryptsetup4 = %{version}
|
||||||
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
|
||||||
@ -85,7 +80,7 @@ time via the config file /etc/crypttab.
|
|||||||
%if 0%{?gpg_verify:1}
|
%if 0%{?gpg_verify:1}
|
||||||
%gpg_verify %{S:1}
|
%gpg_verify %{S:1}
|
||||||
%endif
|
%endif
|
||||||
%setup -n %name-%ver -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# cryptsetup build
|
# cryptsetup build
|
||||||
|
Loading…
Reference in New Issue
Block a user