diff --git a/tdb.changes b/tdb.changes index 893eae7..2b3a289 100644 --- a/tdb.changes +++ b/tdb.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Nov 6 13:28:53 UTC 2014 - lmuelle@suse.com + +- Use the upstream tar ball, as signature verification is now able to handle + compressed archives. + +------------------------------------------------------------------- +Tue Oct 28 15:43:31 UTC 2014 - lmuelle@suse.com + +- Remove dependency on gpg-offline as signature checking is implemented in the + source validator. + ------------------------------------------------------------------- Tue Sep 23 17:02:44 UTC 2014 - lmuelle@suse.com diff --git a/samba-library-distribution-pubkey_13084025.asc b/tdb.keyring similarity index 100% rename from samba-library-distribution-pubkey_13084025.asc rename to tdb.keyring diff --git a/tdb.spec b/tdb.spec index a6cb50d..a7943dd 100644 --- a/tdb.spec +++ b/tdb.spec @@ -26,9 +26,6 @@ Name: tdb %endif BuildRequires: autoconf BuildRequires: docbook-xsl-stylesheets -%if 0%{?suse_version} > 1220 -BuildRequires: gpg-offline -%endif BuildRequires: libxslt %if 0%{?suse_version} > 1020 BuildRequires: pkg-config @@ -44,7 +41,7 @@ License: GPL-3.0+ Group: System/Libraries Source: http://download.samba.org/pub/tdb/tdb-%{version}.tar.gz Source1: http://download.samba.org/pub/tdb/tdb-%{version}.tar.asc -Source2: samba-library-distribution-pubkey_13084025.asc +Source2: tdb.keyring Source4: baselibs.conf Patch0: ignore-tdb1-run-transaction-expand.diff Patch1: build_pie.patch @@ -116,11 +113,6 @@ This package contains the python bindings for the Tdb library. %prep -%if 0%{?suse_version} > 1220 -gzip -dc %{SOURCE0} >${RPM_SOURCE_DIR}/%{name}-%{version}.tar -%{?gpg_verify: %gpg_verify --keyring %{SOURCE2} %{SOURCE1}} -rm ${RPM_SOURCE_DIR}/%{name}-%{version}.tar -%endif %setup -n tdb-%{version} -q %ifarch ppc ppc64 ppc64le %patch0 -p1