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
This commit is contained in:
eabdullin 2026-07-23 07:37:46 +00:00
commit 4cec64a873

View File

@ -1,17 +1,13 @@
actions:
- replace:
- target: "spec"
find: |
%global portablesuffix el9
%endif
find: "%global portablebuilddir /builddir/build/BUILD"
replace: |
%global portablesuffix el9
%endif
%global portablebuilddir /builddir/build/BUILD
%if 0%{?almalinux}
%global portablesuffix el8
%endif
count: 1
- modify_release: