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.
This commit is contained in:
root 2026-07-23 03:37:59 +00:00
parent feefbce301
commit df7d201f48

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