Re: [Rpm-maint] [rpm-software-management/rpm] pythondistdeps attempts to do invalid rich Provides (rpm 4.15.1 with backported fixes from master) (#981)

2019-12-21 Thread ニール・ゴンパ
This is fixed with the merge of #982. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/issues/981#issuecomment-568219547___ Rpm-maint

Re: [Rpm-maint] [rpm-software-management/rpm] pythondistdeps attempts to do invalid rich Provides (rpm 4.15.1 with backported fixes from master) (#981)

2019-12-21 Thread ニール・ゴンパ
Closed #981. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/issues/981#event-2902933702___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] Berkeley DB not disabled with --disable-bdb (#983)

2019-12-21 Thread ニール・ゴンパ
This should be fixed in #979. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/issues/983#issuecomment-568217140___ Rpm-maint mailing

[Rpm-maint] [rpm-software-management/rpm] Berkeley DB not disabled with --disable-bdb (#983)

2019-12-21 Thread stefanbidi
The problem is fairly trivial: `lib/backend/db3.c` gets included in the build even when `--disable-bdb` is used. I'm trying to build with lmdb only. The fix is equally trivial: `have_bdb="no"` needs to be moved outside of the AS_IF statement in configure.ac. --- configure.ac.orig

Re: [Rpm-maint] [rpm-software-management/rpm] Add support for reading BDB without the library (#980)

2019-12-21 Thread ニール・ゴンパ
@mlschroe I'm going to guess this probably doesn't work with a bdb6-based rpmdb (e.g. OpenMandriva's rpmdb)? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: