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:
commit
c4eea377b6
12
tdb.changes
12
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
|
||||
|
||||
|
10
tdb.spec
10
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user