Drop support for read-write Berkeley DB format (#1787311)

This commit is contained in:
Panu Matilainen 2021-02-03 15:19:13 +02:00
parent 05e837eb31
commit 1089af6b8a

View File

@ -22,7 +22,7 @@
# build with sqlite support? # build with sqlite support?
%bcond_without sqlite %bcond_without sqlite
# build with bdb support? # build with bdb support?
%bcond_without bdb %bcond_with bdb
# build with internal Berkeley DB? # build with internal Berkeley DB?
%bcond_with int_bdb %bcond_with int_bdb
# build with bdb_ro support? # build with bdb_ro support?
@ -32,7 +32,7 @@
%global rpmver 4.16.1.2 %global rpmver 4.16.1.2
#global snapver rc1 #global snapver rc1
%global rel 5 %global rel 6
%global sover 9 %global sover 9
%global srcver %{rpmver}%{?snapver:-%{snapver}} %global srcver %{rpmver}%{?snapver:-%{snapver}}
@ -575,6 +575,9 @@ fi
%doc doc/librpm/html/* %doc doc/librpm/html/*
%changelog %changelog
* Wed Feb 03 2021 Panu Matilainen <pmatilai@redhat.com> - 4.16.1.2-6
- Drop support for read-write Berkeley DB format (#1787311)
* Wed Feb 03 2021 Panu Matilainen <pmatilai@redhat.com> - 4.16.1.2-5 * Wed Feb 03 2021 Panu Matilainen <pmatilai@redhat.com> - 4.16.1.2-5
- Make with/without bdb build option actually work - Make with/without bdb build option actually work
- Clean up unpackaged /var/tmp from the build root - Clean up unpackaged /var/tmp from the build root