Update to version 1.4.12
- resolves: RHEL-59791
This commit is contained in:
parent
aebcc74e89
commit
25be535b52
2
.gitignore
vendored
2
.gitignore
vendored
@ -37,3 +37,5 @@
|
||||
/tdb-1.4.9.tar.asc
|
||||
/tdb-1.4.10.tar.asc
|
||||
/tdb-1.4.10.tar.gz
|
||||
/tdb-1.4.12.tar.asc
|
||||
/tdb-1.4.12.tar.gz
|
||||
|
26
libtdb.spec
26
libtdb.spec
@ -1,13 +1,13 @@
|
||||
Name: libtdb
|
||||
Version: 1.4.10
|
||||
Release: %autorelease
|
||||
Summary: The tdb library
|
||||
License: LGPL-3.0-or-later
|
||||
URL: http://tdb.samba.org/
|
||||
Source0: http://samba.org/ftp/tdb/tdb-%{version}.tar.gz
|
||||
Source1: http://samba.org/ftp/tdb/tdb-%{version}.tar.asc
|
||||
Name: libtdb
|
||||
Version: 1.4.12
|
||||
Release: %autorelease
|
||||
Summary: The tdb library
|
||||
License: LGPL-3.0-or-later
|
||||
URL: http://tdb.samba.org/
|
||||
Source0: http://samba.org/ftp/tdb/tdb-%{version}.tar.gz
|
||||
Source1: http://samba.org/ftp/tdb/tdb-%{version}.tar.asc
|
||||
# gpg2 --no-default-keyring --keyring ./tdb.keyring --recv-keys 9147A339719518EE9011BCB54793916113084025
|
||||
Source2: tdb.keyring
|
||||
Source2: tdb.keyring
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc
|
||||
@ -22,15 +22,17 @@ Obsoletes: python2-tdb < 1.4.2-1
|
||||
%description
|
||||
A library that implements a trivial database.
|
||||
|
||||
%package devel
|
||||
Summary: Header files need to link the Tdb library
|
||||
%package devel
|
||||
Summary: Header files need to link the Tdb library
|
||||
|
||||
Requires: libtdb = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
Header files needed to develop programs that link against the Tdb library.
|
||||
|
||||
%package -n tdb-tools
|
||||
Summary: Developer tools for the Tdb library
|
||||
Summary: Developer tools for the Tdb library
|
||||
|
||||
Requires: libtdb = %{version}-%{release}
|
||||
|
||||
%description -n tdb-tools
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (tdb-1.4.10.tar.asc) = 7bc9616aa6a3badba33e508777eec307de51c2abb494836677356e432036970641b53f3b7c0c207efe909194343d3554af7932412d163f59db0ec8877fd19848
|
||||
SHA512 (tdb-1.4.10.tar.gz) = b5147d811617d90a025d1070abf16c42744b3fc3cac1042fbff03b1e635af2eaf9c957a7bffdb3f56b4a0c775b44f8027def9f23deb1b3ede817b95bbece2ce9
|
||||
SHA512 (tdb-1.4.12.tar.asc) = a621e9b9f70f6cd03b5a15fdae84a9f4748d0a536219a3e5b869393c074b91c0e0cbb030f57330dbeb1b394b02c938f9b7471fc3e5477b4497b695a9e9b5b123
|
||||
SHA512 (tdb-1.4.12.tar.gz) = f41644ae29da7fed26959e4f2e3664e58ec65681b0b7115fbb296a7a8c5642c8190dac6e16e5704b322469466dd5aa15c1f7f72df8226ac9c695b5b10ac85b66
|
||||
|
Loading…
Reference in New Issue
Block a user