The tdb library
Go to file
Lukas Slebodnik f8fefd2f13 Fix checking gpg
the command `gpgv` (Verify OpenPGP signatures) does not have
parameter --no-default-keyring. That parameter is requried
only for verify with gpg

sh$ gpg2 --no-default-keyring --keyring ./tdb.keyring --verify ./tdb-1.4.3.tar.asc ./tdb-1.4.3.tar.gz
gpg: Signature made Mon 16 Dec 2019 10:30:43 AM CET
gpg:                using RSA key 9147A339719518EE9011BCB54793916113084025
gpg:                issuer "samba-bugs@samba.org"
gpg: BAD signature from "Samba Library Distribution Key <samba-bugs@samba.org>" [unknown]

sh$ gpgv2 --keyring ./tdb.keyring ./tdb-1.4.3.tar.asc ./tdb-1.4.3.tar.gz
gpgv: Signature made Mon 16 Dec 2019 10:30:43 AM CET
gpgv:                using RSA key 9147A339719518EE9011BCB54793916113084025
gpgv:                issuer "samba-bugs@samba.org"
gpgv: BAD signature from "Samba Library Distribution Key <samba-bugs@samba.org>"
2020-01-22 13:05:25 +01:00
.gitignore Always check the signature of the tarball 2020-01-22 12:45:33 +01:00
0003-wafsamba-Fix-few-SyntaxWarnings-caused-by-regular-ex.patch rhbz#1718113 - samba fail to build with Python 3.8 2019-06-14 14:51:20 +02:00
libtdb.spec Fix checking gpg 2020-01-22 13:05:25 +01:00
sources Always check the signature of the tarball 2020-01-22 12:45:33 +01:00