Compare commits

..

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

View File

@ -1,14 +1,8 @@
actions:
- replace:
- target: "macros"
find: "%_include_frame_pointers %{undefined rhel} || 0%{?rhel} >= 11"
replace: "%_include_frame_pointers %{undefined rhel} || 0%{?rhel} >= 10"
count: 1
- replace:
- target: "dist.sh"
find: ' grep -Eq "(Enterprise|Advanced|CentOS)" $RELEASEFILE && echo $DISTNUM'
replace: ' grep -Eq "(Enterprise|Advanced|CentOS|AlmaLinux)" $RELEASEFILE && echo $DISTNUM'
find: " egrep -q \"(Enterprise|Advanced)\" $RELEASEFILE && echo $DISTNUM"
replace: " egrep -q \"(Enterprise|Advanced|AlmaLinux)\" $RELEASEFILE && echo $DISTNUM"
count: 1
- modify_release:
@ -16,7 +10,7 @@ actions:
enabled: true
- changelog_entry:
- name: "Eduard Abdullin"
email: "eabdullint@almalinux.org"
- name: "Andrei Lukoshko"
email: "alukoshko@almalinux.org"
line:
- "Enable frame pointers for AlmaLinux 10+"
- "Fix AlmaLinux detection"