Re: [Rpm-maint] [rpm-software-management/rpm] RPM v6 package format, first public draft for commenting (Discussion #2374)

2023-05-11 Thread Daniel Alley
How about no longer setting `RPMTAG_GROUP` to `Unspecified` automatically? Just exclude the tag. https://github.com/rpm-software-management/rpm/blob/93ee7d9c6164467608094a7e0652a0e3d84a6715/build/parsePreamble.c#L1239 -- Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Add macro '%-x**' containing all occurrences of the flag '-x' (PR #2449)

2023-05-11 Thread Ralf Habacker
Is there anything else that would block the merge? I need this feature to fix a problem I am having on https://build.opensuse.org/project/show/windows:mingw:win32. -- Reply to this email directly or view it on GitHub:

[Rpm-maint] [rpm-software-management/rpm] 4.18.90: build fails with `-D WITH_INTERNAL_OPENPGP=ON -D WITH_OPENSSL=ON` (Issue #2507)

2023-05-11 Thread Tomasz Kłoczko
Looks like some library (probably `gpgme`) dependency checking is missing when source tree is configured with `-D WITH_INTERNAL_OPENPGP=ON -D WITH_OPENSSL=ON`. I see only openssl detection in

Re: [Rpm-maint] [rpm-software-management/rpm] Drop support for external dependency generator (Issue #2373)

2023-05-11 Thread Denys Vlasenko
The fix which would definitely solve this problem is if rpmbuild would run dependency generators on all CPUs. These days, 8-thread build machines is bare minimum what people use. The hack we are working on basically implements this approach. -- Reply to this email directly or view it on