Hello community, here is the log from the commit of package cryptsetup for openSUSE:Factory checked in at 2013-03-26 14:05:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cryptsetup (Old) and /work/SRC/openSUSE:Factory/.cryptsetup.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cryptsetup", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/cryptsetup/cryptsetup.changes 2013-03-14 10:55:58.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.cryptsetup.new/cryptsetup.changes 2013-03-26 14:05:45.000000000 +0100 @@ -1,0 +2,6 @@ +Sun Mar 24 19:17:47 UTC 2013 - [email protected] + +- Remove excessive dependencies of libcryptsetup-devel + (it does not require any of these) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cryptsetup.spec ++++++ --- /var/tmp/diff_new_pack.sacAWj/_old 2013-03-26 14:05:47.000000000 +0100 +++ /var/tmp/diff_new_pack.sacAWj/_new 2013-03-26 14:05:47.000000000 +0100 @@ -16,11 +16,19 @@ # -#define beta rc1 -%define ver %version%{?beta:-%beta} - Name: 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: e2fsprogs-devel %if 0%{?suse_version} > 1220 @@ -29,19 +37,10 @@ BuildRequires: libgcrypt-devel BuildRequires: libselinux-devel BuildRequires: libtool +# 2.6.38 has the required if_alg.h +BuildRequires: linux-glibc-devel >= 2.6.38 BuildRequires: pkgconfig 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 cryptsetup is used to conveniently set up dm-crypt based device-mapper @@ -67,12 +66,8 @@ # 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: libgcrypt-devel -Requires: libgpg-error-devel %description -n libcryptsetup-devel cryptsetup is used to conveniently set up dm-crypt based device-mapper @@ -85,7 +80,7 @@ %if 0%{?gpg_verify:1} %gpg_verify %{S:1} %endif -%setup -n %name-%ver -q +%setup -q %build # cryptsetup build -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
