Re: [Rpm-maint] [rpm-software-management/rpm] Ensure unique tags in signature header (#1570)

2023-05-12 Thread Daniel Alley
>RPMSIGTAG_FILESIGNATURES and RPMSIGTAG_FILESIGNATURELENGTH is a different kind >of mess, needs to be sorted out nevertheless (make RPMTAG_FILESIGNATURES just >an alias for RPMSIGTAG_FILESIGNATURES or something) I noticed that (some?) Fedora 37 packages seem to have RPMTAG_FILESIGNATURES in the

[Rpm-maint] [rpm-software-management/rpm] Use __builtin_cpu_supports in x86-64 CPU feature level detection (PR #2508)

2023-05-12 Thread Fabian Vogt
Just CPUID is not enough and neither is just __builtin_cpu_supports, so use both. Fixes: https://github.com/rpm-software-management/rpm/issues/2463 @fweimer Anything else this could possibly be missing? You can view, comment on, or merge this pull request online at: https://github.com/rpm-soft