fix(autopatch): Removed obsolete replace action for portablesuffix — the upstream spec refactor now naturally produces el8 for AlmaLinux #2

Merged
eabdullin merged 2 commits from agent-fix/a9-20260723-033759 into a9 2026-07-23 07:37:46 +00:00
Showing only changes of commit df7d201f48 - Show all commits

View File

@ -1,19 +1,4 @@
actions:
- replace:
- target: "spec"
find: |
%global portablesuffix el9
%endif
replace: |
%global portablesuffix el9
%endif
%if 0%{?almalinux}
%global portablesuffix el8
%endif
count: 1
- modify_release:
- suffix: ".alma.1"
enabled: true