Undefine pkgos
This commit is contained in:
parent
bc1e02508e
commit
7151c7d5f4
@ -30,6 +30,19 @@ actions:
|
|||||||
export ARCH_DATA_MODEL=64
|
export ARCH_DATA_MODEL=64
|
||||||
%endif
|
%endif
|
||||||
count: 1
|
count: 1
|
||||||
|
- target: "spec"
|
||||||
|
find: |
|
||||||
|
%if 0%{?centos} != 0 && 0%{?centos} != 0%{centos_buildos}
|
||||||
|
%global pkgos rhel%{?centos}
|
||||||
|
%endif
|
||||||
|
replace: |
|
||||||
|
%if 0%{?centos} != 0 && 0%{?centos} != 0%{centos_buildos}
|
||||||
|
%global pkgos rhel%{?centos}
|
||||||
|
%endif
|
||||||
|
%if 0%{?almalinux}
|
||||||
|
%undefine pkgos
|
||||||
|
%endif
|
||||||
|
count: 1
|
||||||
|
|
||||||
|
|
||||||
- changelog_entry:
|
- changelog_entry:
|
||||||
|
|||||||
@ -7,6 +7,21 @@ actions:
|
|||||||
- script: "replace_spec.sh"
|
- script: "replace_spec.sh"
|
||||||
cwd: "rpms"
|
cwd: "rpms"
|
||||||
|
|
||||||
|
- replace:
|
||||||
|
- target: "spec"
|
||||||
|
find: |
|
||||||
|
%if 0%{?centos} != 0 && 0%{?centos} != 0%{centos_buildos}
|
||||||
|
%global pkgos rhel%{?centos}
|
||||||
|
%endif
|
||||||
|
replace: |
|
||||||
|
%if 0%{?centos} != 0 && 0%{?centos} != 0%{centos_buildos}
|
||||||
|
%global pkgos rhel%{?centos}
|
||||||
|
%endif
|
||||||
|
%if 0%{?almalinux}
|
||||||
|
%undefine pkgos
|
||||||
|
%endif
|
||||||
|
count: 1
|
||||||
|
|
||||||
- changelog_entry:
|
- changelog_entry:
|
||||||
- name: "eabdullin"
|
- name: "eabdullin"
|
||||||
email: "eabdullin@almalinux.org"
|
email: "eabdullin@almalinux.org"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user