fix(autopatch): Removed obsolete replace action for portablesuffix — the upstream spec refactor now naturally produces el8 for AlmaLinux #2
10
config.yaml
10
config.yaml
@ -1,17 +1,13 @@
|
|||||||
actions:
|
actions:
|
||||||
- replace:
|
- replace:
|
||||||
- target: "spec"
|
- target: "spec"
|
||||||
find: |
|
find: "%global portablebuilddir /builddir/build/BUILD"
|
||||||
%global portablesuffix el9
|
|
||||||
%endif
|
|
||||||
replace: |
|
replace: |
|
||||||
%global portablesuffix el9
|
%global portablebuilddir /builddir/build/BUILD
|
||||||
%endif
|
|
||||||
|
|
||||||
%if 0%{?almalinux}
|
%if 0%{?almalinux}
|
||||||
%global portablesuffix el8
|
%global portablesuffix el8
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
count: 1
|
count: 1
|
||||||
|
|
||||||
- modify_release:
|
- modify_release:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user