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 61d5a9e8c8 - Show all commits

View File

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