diff --git a/ldb.changes b/ldb.changes index 3f7e662..7323563 100644 --- a/ldb.changes +++ b/ldb.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Nov 6 13:24:43 UTC 2014 - lmuelle@suse.com + +- Use the upstream tar ball, as signature verification is now able to handle + compressed archives. + +------------------------------------------------------------------- +Tue Oct 28 14:41:43 UTC 2014 - lmuelle@suse.com + +- Remove dependency on gpg-offline as signature checking is implemented in the + source validator. + ------------------------------------------------------------------- Tue Sep 23 18:10:04 UTC 2014 - lmuelle@suse.com diff --git a/samba-library-distribution-pubkey_13084025.asc b/ldb.keyring similarity index 100% rename from samba-library-distribution-pubkey_13084025.asc rename to ldb.keyring diff --git a/ldb.spec b/ldb.spec index 6f620a6..7543f3b 100644 --- a/ldb.spec +++ b/ldb.spec @@ -24,9 +24,6 @@ Name: ldb BuildRequires: docbook-xsl-stylesheets -%if 0%{?suse_version} > 1220 -BuildRequires: gpg-offline -%endif #!BuildIgnore: libtalloc BuildRequires: libtalloc-devel >= %{talloc_version} BuildRequires: libtdb-devel >= %{tdb_version} @@ -50,7 +47,7 @@ License: GPL-3.0+ Group: System/Libraries Source: http://download.samba.org/pub/ldb/ldb-%{version}.tar.gz Source1: http://download.samba.org/pub/ldb/ldb-%{version}.tar.asc -Source2: samba-library-distribution-pubkey_13084025.asc +Source2: ldb.keyring Source4: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -120,11 +117,6 @@ LDB 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 ldb-%{version} -q %build