Compare commits

...

No commits in common. "a10s" and "a8" have entirely different histories.
a10s ... a8

View File

@ -3,19 +3,7 @@ actions:
- target: "spec"
find: "--with-bugurl=http://bugzilla.redhat.com/bugzilla \\"
replace: "--with-bugurl=http://bugs.almalinux.org/ \\"
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
count: 2
- modify_release:
- suffix: ".alma.1"
@ -25,5 +13,4 @@ actions:
- name: "Eduard Abdullin"
email: "eabdullin@almalinux.org"
line:
- "Change to almalinux bugtracker"
- "Set --with-arch_64=x86-64-v2 on v2 arch"
- "AlmaLinux changes"