Commit Graph

4 Commits

Author SHA1 Message Date
4cec64a873 Merge pull request 'fix(autopatch): Removed obsolete replace action for portablesuffix — the upstream spec refactor now naturally produces el8 for AlmaLinux' (#2) from agent-fix/a9-20260723-033759 into a9
Reviewed-on: #2
2026-07-23 07:37:46 +00:00
eabdullin
61d5a9e8c8 fix(autopatch): restore AlmaLinux el8 portablesuffix override
almalinux-release defines the %centos macro (%centos %{major}), so the
upstream spec's `%if 0%{?centos} == 0` test treats AlmaLinux as CentOS
and sets portablesuffix to el9. AlmaLinux must consume the el8 portable
packages (like RHEL), so the previous action was NOT obsolete — dropping
it left the "Set portablesuffix to el8" changelog with nothing setting it.

Re-add the `%if 0%{?almalinux}` -> el8 override, anchored on the stable
`%global portablebuilddir /builddir/build/BUILD` line (matching the a10s
and a10 branch configs) instead of the fragile portablesuffix/%endif anchor.
2026-07-23 10:34:29 +03:00
root
df7d201f48 fix(autopatch): auto-fix for java-21-openjdk on c9
Removed obsolete replace action for portablesuffix — the upstream spec refactor now naturally produces el8 for AlmaLinux builds.
2026-07-23 03:37:59 +00:00
Sofia Boldyreva
feefbce301 Initial commit 2025-01-24 14:41:01 +01:00