summaryrefslogtreecommitdiff
path: root/lib/verify.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2021-01-29 13:01:48 +0200
committerFlorian Festi <ffesti@redhat.com>2021-02-03 14:41:48 +0100
commit4290300e24c5ab17c615b6108f38438e31eeb1d0 (patch)
tree346bda0e61a6cc466c5fb9d85a3af46dbbb44936 /lib/verify.c
parentabb19a23b9386bb14ac38e65f0b6bdc6bd306ada (diff)
downloadrpm-4290300e24c5ab17c615b6108f38438e31eeb1d0.tar.gz
Remove support for Berkeley Database backend
Back in 2013, the Berkeley DB license was changed in a way that prevented most of open-source world to go along, rpm was no different. We now have other options and a standalone migration path from BDB for those that haven't yet done so. Whatever else might be said about this partnership, it has been a long one. Now's the time to part ways.
Diffstat (limited to 'lib/verify.c')
-rw-r--r--lib/verify.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/verify.c b/lib/verify.c
index e3c829329..5b97fbf27 100644
--- a/lib/verify.c
+++ b/lib/verify.c
@@ -485,8 +485,8 @@ int rpmcliVerify(rpmts ts, QVA_t qva, char * const * argv)
FD_t scriptFd = fdDup(STDOUT_FILENO);
/*
- * Open the DB + indices explicitly before possible chroot,
- * otherwises BDB is going to be unhappy...
+ * Open the DB + indices explicitly before possible chroot for
+ * consistency with how transactions operate.
*/
rpmtsOpenDB(ts, O_RDONLY);
rpmdbOpenAll(rpmtsGetRdb(ts));