From 1f5673409e88911ff4c2e578c004c8ed9f6bb7cd Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 29 Oct 2024 07:50:21 -0700 Subject: [PATCH] Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 --- redhat-rpm-config.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index ca4aa85..f3eba93 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -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,6 +259,10 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora common.lua %doc buildflags.md %changelog +* Tue Oct 29 2024 Troy Dawson - 287-1 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Wed Sep 25 2024 Siddhesh Poyarekar - 286-1 - Change ppc64le tuning to Power 10 for RHEL10 and beyond (RHEL-58074)