Accepting request 452627 from network:samba:STABLE
Specify https URLs. osc service localrun download_files doesn't like the http->https redirect. (forwarded request 452617 from dmdiss) OBS-URL: https://build.opensuse.org/request/show/452627 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tdb?expand=0&rev=30
This commit is contained in:
commit
da816d6ccc
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iQEcBAABAgAGBQJXxTWoAAoJEEeTkWETCEAl0o4IAJvA82NRGwq8645KaPIoSWHa
|
||||
y1jwe3rMEvZ6d7YkxoRKBf1gl/1UFaer32sPNik4bKVSD3CacoCfWx8OaPn50D9C
|
||||
w4d2BlYRnjUPlsYIYYxDsZMugSg6fcJ7TiQorZ+gkXYpVFFFx/dF6OnmFFbLrgIT
|
||||
2QACxMA2ls5Y292ELCRaTc0neIRUa2iq7zQ7LLksoTowYa/u2vwRt4dsEByeaVbH
|
||||
3genlcjL+OELNbYyCsI4sWqePGq8rlJ1pFQeZ8DNIoL4fWQv6e2IOO3ogvf/ZxZi
|
||||
2RtZYJTXqgLYwsno/DYmaE2PT41hHcgIfOp4snrf0XXLbQ+HkFDhao3Kk/YYVdw=
|
||||
=TEQI
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:39e8511763c2b774dbed41e1907da54d5d3d0015d611c9e63793f90d201a3444
|
||||
size 495374
|
11
tdb-1.3.12.tar.asc
Normal file
11
tdb-1.3.12.tar.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iQEcBAABAgAGBQJYQCIEAAoJEEeTkWETCEAlraoH/RHRJmDseFcJrQCiW7xS0f+S
|
||||
KaHdehY95vY+jVZrrMvmBp36NHHZheeY96zba71vaTVoHTcQgFQ96zJWiW/+xsBf
|
||||
8JY2UtIddQzBMrqXyymSw7TQQWVi2qlSnrEzZrudwC92DTSnYR+peGMozuyCR5m+
|
||||
ocfLBBHvq63Mi+0voL16Pj8oVVR04IcKWRCPEQZr9cRgOVC/ASB3spHeoXssW0l+
|
||||
2tDKoV+OZAdhJ8VGVa2akv59iiPEMYVMratBn1iOX0MygWYI02Ft/j03mwaKFx3R
|
||||
6ykNgDAMwbkaEqUTHn4rXmHA04CJvbbcQODg6vBkf2N5y3lXqByy4V4VePGDVsc=
|
||||
=DLhf
|
||||
-----END PGP SIGNATURE-----
|
3
tdb-1.3.12.tar.gz
Normal file
3
tdb-1.3.12.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:60134e32253cac8e2efe5e0185d20123c208bcf6ad15edf2f50d80daadf8c348
|
||||
size 495520
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 24 16:58:23 UTC 2017 - ddiss@suse.com
|
||||
|
||||
- Update to version 1.3.12.
|
||||
+ Fix mutexes on FreeBSD
|
||||
+ Only mmap the mutex area if not already mmap'ed
|
||||
+ NULL out tdb->mutexes in tdb_mutex_munmap
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 14 08:49:43 UTC 2016 - jmcdonough@suse.com
|
||||
|
||||
|
10
tdb.spec
10
tdb.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package tdb
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -43,14 +43,14 @@ BuildRequires: python-devel
|
||||
%if %{with_python3}
|
||||
BuildRequires: python3-devel
|
||||
%endif
|
||||
Url: http://tdb.samba.org/
|
||||
Version: 1.3.11
|
||||
Url: https://tdb.samba.org/
|
||||
Version: 1.3.12
|
||||
Release: 0
|
||||
Summary: Samba Trivial Database
|
||||
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
|
||||
Source: https://download.samba.org/pub/tdb/tdb-%{version}.tar.gz
|
||||
Source1: https://download.samba.org/pub/tdb/tdb-%{version}.tar.asc
|
||||
Source2: tdb.keyring
|
||||
Source4: baselibs.conf
|
||||
Patch0: ignore-tdb1-run-transaction-expand.diff
|
||||
|
Loading…
Reference in New Issue
Block a user