Commit Graph

7 Commits

Author SHA1 Message Date
c2670e5d11 Fix product=="rhel10" equality gates for almalinux10; enable auto_increment
Step 5 only rewrote the list-membership form (product in [...,"rhel10"]),
so the 7 shared rules using the equality form (product == "rhel10") fell
through to the generic else branch for almalinux10. Most visibly,
configure_custom_crypto_policy_cis emitted DEFAULT:NO-SHA1, but the NO-SHA1
subpolicy module was dropped from crypto-policies on EL10, so
'update-crypto-policies --set DEFAULT:NO-SHA1:NO-SSHCBC' failed. Now
almalinux10 follows the rhel10 branch (DEFAULT + self-created modules).

Also set auto_increment on the .alma.1 release suffix.
2026-06-09 17:59:44 +02:00
b89a9c615f Add patch to exclude AlmaLinux from PQC GPG key check
The updated upstream 0.1.80 SRPM adds PQC key support to
ensure_redhat_gpgkey_installed. Since AlmaLinux has no PQC keys,
the empty pqc_pkg_version/pqc_pkg_release values collide with
empty aux_pkg values, causing duplicate OVAL entity IDs. This patch
adds "almalinux" not in product to the 5 PQC conditionals.
2026-03-31 13:53:21 +00:00
e84936aa1c Fix trailing whitespace breaking find -exec in script
Remove trailing spaces after backslash on line continuation,
which caused 'find: missing argument to -exec'.
2026-03-31 12:47:26 +00:00
0f7385a6b0 Replace monolithic patch with script + targeted patches
Use add-almalinux10-support.sh to apply bulk sed/find operations during
%prep instead of maintaining a single large patch that must be regenerated
for each upstream version. Only non-scriptable changes remain as patches.
2026-03-31 11:35:03 +00:00
ebc889137e Update config and AlmaLinux patch for 0.1.79 2025-12-22 16:37:10 +00:00
cd01790e9d Update config and AlmaLinux patch for 0.1.77 2025-07-15 09:12:26 +00:00
Sofia Boldyreva
66d083195c Initial commit 2025-02-03 10:52:34 +01:00