Use the upstream tar ball, as signature verification is now able to handle
compressed archives. OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/ldb?expand=0&rev=56
This commit is contained in:
parent
b86b35402f
commit
a866ec473e
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -21,5 +21,3 @@
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||
## Specific LFS patterns
|
||||
ldb-1.1.17.tar filter=lfs diff=lfs merge=lfs -text
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2706e3df93dcaed10252d463e7d691fc3b8cf0d25478c186b07c633ca56a2aa3
|
||||
size 6010880
|
3
ldb-1.1.17.tar.gz
Normal file
3
ldb-1.1.17.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b9a312aad19e9463716d257d8f2529fd7fc1a5ef24f6dcdc0c4a1930d7bdb6e6
|
||||
size 1177926
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
8
ldb.spec
8
ldb.spec
@ -45,13 +45,7 @@ Release: 0
|
||||
Summary: An LDAP-like embedded database
|
||||
License: GPL-3.0+
|
||||
Group: System/Libraries
|
||||
# Unfortunately upstream is mindboggingly stupid here by gpg signing the
|
||||
# uncompressed tarball, but not publishing the uncompressed tarball but
|
||||
# only a compressed one. so we need to unpack it manually so that
|
||||
# gpg verification works, but then we can't have download verification
|
||||
|
||||
# http://download.samba.org/pub/ldb/ldb-%{version}.tar.gz
|
||||
Source: ldb-%{version}.tar
|
||||
Source: http://download.samba.org/pub/ldb/ldb-%{version}.tar.gz
|
||||
Source1: http://download.samba.org/pub/ldb/ldb-%{version}.tar.asc
|
||||
Source2: ldb.keyring
|
||||
Source4: baselibs.conf
|
||||
|
Loading…
Reference in New Issue
Block a user