Accepting request 260073 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/260073 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ldb?expand=0&rev=16
This commit is contained in:
commit
edc829b49b
12
ldb.changes
12
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
|
Tue Sep 23 18:10:04 UTC 2014 - lmuelle@suse.com
|
||||||
|
|
||||||
|
10
ldb.spec
10
ldb.spec
@ -24,9 +24,6 @@
|
|||||||
|
|
||||||
Name: ldb
|
Name: ldb
|
||||||
BuildRequires: docbook-xsl-stylesheets
|
BuildRequires: docbook-xsl-stylesheets
|
||||||
%if 0%{?suse_version} > 1220
|
|
||||||
BuildRequires: gpg-offline
|
|
||||||
%endif
|
|
||||||
#!BuildIgnore: libtalloc
|
#!BuildIgnore: libtalloc
|
||||||
BuildRequires: libtalloc-devel >= %{talloc_version}
|
BuildRequires: libtalloc-devel >= %{talloc_version}
|
||||||
BuildRequires: libtdb-devel >= %{tdb_version}
|
BuildRequires: libtdb-devel >= %{tdb_version}
|
||||||
@ -50,7 +47,7 @@ License: GPL-3.0+
|
|||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Source: http://download.samba.org/pub/ldb/ldb-%{version}.tar.gz
|
Source: http://download.samba.org/pub/ldb/ldb-%{version}.tar.gz
|
||||||
Source1: http://download.samba.org/pub/ldb/ldb-%{version}.tar.asc
|
Source1: http://download.samba.org/pub/ldb/ldb-%{version}.tar.asc
|
||||||
Source2: samba-library-distribution-pubkey_13084025.asc
|
Source2: ldb.keyring
|
||||||
Source4: baselibs.conf
|
Source4: baselibs.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -120,11 +117,6 @@ LDB 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 ldb-%{version} -q
|
%setup -n ldb-%{version} -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user