Accepting request 260075 from network:samba:STABLE

- Use the upstream tar ball, as signature verification is now able to handle
  compressed archives.

- Remove dependency on gpg-offline as signature checking is implemented in the
  source validator.

OBS-URL: https://build.opensuse.org/request/show/260075
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tdb?expand=0&rev=18
This commit is contained in:
Stephan Kulow 2014-11-07 08:05:15 +00:00 committed by Git OBS Bridge
commit c4eea377b6
3 changed files with 13 additions and 9 deletions

View File

@ -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 Tue Sep 23 17:02:44 UTC 2014 - lmuelle@suse.com

View File

@ -26,9 +26,6 @@ Name: tdb
%endif %endif
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: docbook-xsl-stylesheets BuildRequires: docbook-xsl-stylesheets
%if 0%{?suse_version} > 1220
BuildRequires: gpg-offline
%endif
BuildRequires: libxslt BuildRequires: libxslt
%if 0%{?suse_version} > 1020 %if 0%{?suse_version} > 1020
BuildRequires: pkg-config BuildRequires: pkg-config
@ -44,7 +41,7 @@ License: GPL-3.0+
Group: System/Libraries Group: System/Libraries
Source: http://download.samba.org/pub/tdb/tdb-%{version}.tar.gz Source: http://download.samba.org/pub/tdb/tdb-%{version}.tar.gz
Source1: http://download.samba.org/pub/tdb/tdb-%{version}.tar.asc Source1: http://download.samba.org/pub/tdb/tdb-%{version}.tar.asc
Source2: samba-library-distribution-pubkey_13084025.asc Source2: tdb.keyring
Source4: baselibs.conf Source4: baselibs.conf
Patch0: ignore-tdb1-run-transaction-expand.diff Patch0: ignore-tdb1-run-transaction-expand.diff
Patch1: build_pie.patch Patch1: build_pie.patch
@ -116,11 +113,6 @@ This package contains the python bindings for the Tdb library.
%prep %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 %setup -n tdb-%{version} -q
%ifarch ppc ppc64 ppc64le %ifarch ppc ppc64 ppc64le
%patch0 -p1 %patch0 -p1