Re: [Rpm-maint] [rpm-software-management/rpm] rpmbuild: %patch: fix a memory leak (#873)

2019-10-19 Thread ニール・ゴンパ
@pmatilai unfortunately `%patch -P` is pretty heavily used. I've seen several examples of it in SUSE packages, not the least of which is the SUSE package for `rpm` itself... -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: h

Re: [Rpm-maint] [rpm-software-management/rpm] Revert "Fully shutdown DBUS on systemd_inhibit cleanup (RhBug:1714657)" (#900)

2019-10-19 Thread ニール・ゴンパ
@pmatilai Can you please mark this to backport into RPM 4.15? It's a pretty severe problem for Mageia and OpenMandriva too, as both ship dnfdragora (which breaks without this fix). -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on Gi

[Rpm-maint] [rpm-software-management/rpm] Backport NDB fixes to RPM 4.15 (#908)

2019-10-19 Thread ニール・ゴンパ
This pull request contains backports of #895 and #903 to rpm 4.15 to better support usage of the NDB backend. I am currently using this for rpm on macOS, but it makes sense to backport for general exploration of using the NDB backend by RPM-based systems. You can view, comment on, or merge this

[Rpm-maint] Using RPM with NDB on macOS

2019-10-19 Thread Neal Gompa
Hey all, As I had alluded to in the pull request adding the SQLite rpmdb backend[1], I have been doing some work every once in a while for the past few years on rpm for macOS. A point of frustration has been having a working bdb package, and maintaining bdb is functionally impossible for me, as I

Re: [Rpm-maint] [rpm-software-management/rpm] build: Add missing ifdef to conditionalize omp.h include statement (#907)

2019-10-19 Thread ニール・ゴンパ
@pmatilai @ffesti I'd appreciate this being backported into RPM 4.15.x too, as this also inhibits my ability to upgrade rpm in OpenMandriva (which also uses Clang as the system compiler and doesn't have OpenMP available on all architectures). -- You are receiving this because you are subscribe

[Rpm-maint] [rpm-software-management/rpm] build: Add missing ifdef to conditionalize omp.h include statement (#907)

2019-10-19 Thread ニール・ゴンパ
In 464d21dc8c176222c6586e2ee503fec6207f0d29, support for building RPM without OpenMP was conditionalized on the ENABLE_OPENMP define being set by the compiler. However, the include statement for omp.h in parseSpec.c was not conditionalized as everything else was. Because the conditional was previo