[Rpm-maint] [rpm-software-management/rpm] Handle downgrade within V-R when epoch goes away (RhBug:1845069) (PR #2223)

2022-10-11 Thread Panu Matilainen
A missing epoch is returned as NULL from rpmteE(), but the rpmdb matching code can't handle NULL in any meaningful way currently. Arguably it should, but that's a bigger topic... Specifically convert a missing epoch to a "0" which matches the behavior in mireSkip() to handle, adjust testcas

Re: [Rpm-maint] [rpm-software-management/rpm] Unable to quiet rpmbuild (Issue #2178)

2022-10-11 Thread Panu Matilainen
Repeating the same message verbatim is not terribly productive. -- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/issues/2178#issuecomment-1274252200 You are receiving this because you are subscribed to this thread. Message ID: _

Re: [Rpm-maint] [rpm-software-management/rpm] Add a handler for libselinux log messages (RhBug:2123719, RhBug:2050774) (PR #2201)

2022-10-11 Thread Panu Matilainen
@pmatilai pushed 1 commit. 100c80e5b0171470201279244b07f2cdca895edd Add a handler for libselinux log messages (RhBug:2123719, RhBug:2050774) -- View it on GitHub: https://github.com/rpm-software-management/rpm/pull/2201/files/aa1078b1d38cdcfadda8ebf0c2a1a6a907eee12f..100c80e5b0171470201279244b

Re: [Rpm-maint] [rpm-software-management/rpm] Add a handler for libselinux log messages (RhBug:2123719, RhBug:2050774) (PR #2201)

2022-10-11 Thread Panu Matilainen
After sleeping a few nights on it: adding this callback is really the right thing to do regardless of the audit log issue, any warnings/errors from libselinux should be forwarded to rpmlog where our own API users have a chance to discover them. That the pesky audit log gets dealt in the process

Re: [Rpm-maint] [rpm-software-management/rpm] Build version (build tag?) in RPM (Discussion #2031)

2022-10-11 Thread Simo Sorce
On Tue, 2022-04-26 at 05:24 -0700, Aleksandra Fedorova wrote: > > Forget about Koji, Copr. Or OBS. Solve the task on a local level > > first. I.e. in plain Mock on the command line. > > I agree that Mock is a reference implementation for this. But I'd say > we need to have build system in mind her

Re: [Rpm-maint] [rpm-software-management/rpm] Add manual page for File Mode (PR #2215)

2022-10-11 Thread Panu Matilainen
@pmatilai commented on this pull request. > +|`bzdio` | bzip2 ([flags](#bzip2-flags)) | +|`xzdio` | xz ([flags](#xz-flags)) | +|`lzdio` | lzma (legacy) ([flags](#lzma-flags)) | +|`zstdio` | zstd ([flags](#zstd-flags))

Re: [Rpm-maint] [rpm-software-management/rpm] Unable to quiet rpmbuild (Issue #2178)

2022-10-11 Thread Michael Newton
I did not send that, I was asleep 7 hours ago! Anyway the code is already checking for verbose mode here (and, I assume, elsewhere) so the decision has already been made as to what qualifies as “verbose.” The real issue is the forced `true` value of the flag with no way to change it. -- Rep

Re: [Rpm-maint] [rpm-software-management/rpm] 4.18.0 unbuildable on macOS (Issue #2222)

2022-10-11 Thread Demi Marie Obenour
Could `mkfifoat()` be emulated with `mknodat()` or `/dev/fd/`? -- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/issues/#issuecomment-1275499958 You are receiving this because you are subscribed to this thread. Message ID: __