From 43f76414c7441e928cd8ec821e65d891a4850e58 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 24 Jun 2024 08:15:40 -0700 Subject: [PATCH] Bump release for June 2024 mass rebuild --- redhat-rpm-config.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 5449fb0..39ad195 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 284 +%global baserelease 285 Summary: Red Hat specific rpm configuration files Name: redhat-rpm-config @@ -259,6 +259,9 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora common.lua %doc buildflags.md %changelog +* Mon Jun 24 2024 Troy Dawson - 285-1 +- Bump release for June 2024 mass rebuild + * Tue Jun 18 2024 Tulio Magno Quites Machado Filho - 284-1 - Use --config=xxx for clang configs instead of two separate arguments to work around a bug in meson