summaryrefslogtreecommitdiff
path: root/ci
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 /ci
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 'ci')
-rw-r--r--ci/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/Dockerfile b/ci/Dockerfile
index d9c72415f..d778de35e 100644
--- a/ci/Dockerfile
+++ b/ci/Dockerfile
@@ -28,7 +28,6 @@ RUN dnf -y install \
file-devel \
popt-devel \
libarchive-devel \
- libdb-devel \
sqlite-devel \
libselinux-devel \
ima-evm-utils-devel \