From 5a314b195cd4e77bcb3240170f7c98c87453f878 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 29 Oct 2024 08:39:11 -0700 Subject: [PATCH] Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 --- krb5.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/krb5.spec b/krb5.spec index 0b276bf..7497074 100644 --- a/krb5.spec +++ b/krb5.spec @@ -10,7 +10,7 @@ # # baserelease is what we have standardized across Fedora and what # rpmdev-bumpspec knows how to handle. -%global baserelease 2 +%global baserelease 3 # This should be e.g. beta1 or %%nil %global pre_release %nil @@ -717,6 +717,10 @@ exit 0 %{_datarootdir}/%{name}-tests/%{_arch} %changelog +* Tue Oct 29 2024 Troy Dawson - 1.21.3-3 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Fri Jul 12 2024 Julien Rische - 1.21.3-2 - Do not include files with "~" termination in krb5-tests Resolves: RHEL-45995