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:
commit
4cec64a873
10
config.yaml
10
config.yaml
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user