Merge branch 'c10s' into a10s

This commit is contained in:
eabdullin 2024-12-06 15:17:57 +03:00
commit 91691f7ab5

View File

@ -4,7 +4,7 @@
# 2) When making changes, increment the version (in baserelease) by 1.
# rpmdev-bumpspec and other tools update the macro below, which is used
# in Version: to get the desired effect.
%global baserelease 286
%global baserelease 287
Summary: Red Hat specific rpm configuration files
Name: redhat-rpm-config
@ -259,9 +259,13 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora common.lua
%doc buildflags.md
%changelog
* Thu Oct 24 2024 Eduard Abdullin <eabdullint@almalinux.org> - 286-1.alma.1
* Fri Dec 06 2024 Eduard Abdullin <eabdullint@almalinux.org> - 287-1.alma.1
- Enable frame pointers for AlmaLinux 10+
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 287-1
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Wed Sep 25 2024 Siddhesh Poyarekar <siddhesh@redhat.com> - 286-1
- Change ppc64le tuning to Power 10 for RHEL10 and beyond (RHEL-58074)