Compare commits
No commits in common. "a8" and "a10s" have entirely different histories.
17
config.yaml
17
config.yaml
@ -3,7 +3,19 @@ actions:
|
|||||||
- target: "spec"
|
- target: "spec"
|
||||||
find: "--with-bugurl=http://bugzilla.redhat.com/bugzilla \\"
|
find: "--with-bugurl=http://bugzilla.redhat.com/bugzilla \\"
|
||||||
replace: "--with-bugurl=http://bugs.almalinux.org/ \\"
|
replace: "--with-bugurl=http://bugs.almalinux.org/ \\"
|
||||||
count: 2
|
count: 3
|
||||||
|
- target: "spec"
|
||||||
|
find: |
|
||||||
|
%if 0%{?rhel} > 9
|
||||||
|
--with-arch_64=x86-64-v3 \
|
||||||
|
replace: |
|
||||||
|
%if 0%{?rhel} > 9
|
||||||
|
%ifarch x86_64_v2
|
||||||
|
--with-arch_64=x86-64-v2 \
|
||||||
|
%else
|
||||||
|
--with-arch_64=x86-64-v3 \
|
||||||
|
%endif
|
||||||
|
count: 1
|
||||||
|
|
||||||
- modify_release:
|
- modify_release:
|
||||||
- suffix: ".alma.1"
|
- suffix: ".alma.1"
|
||||||
@ -13,4 +25,5 @@ actions:
|
|||||||
- name: "Eduard Abdullin"
|
- name: "Eduard Abdullin"
|
||||||
email: "eabdullin@almalinux.org"
|
email: "eabdullin@almalinux.org"
|
||||||
line:
|
line:
|
||||||
- "AlmaLinux changes"
|
- "Change to almalinux bugtracker"
|
||||||
|
- "Set --with-arch_64=x86-64-v2 on v2 arch"
|
||||||
|
Loading…
Reference in New Issue
Block a user