From 152329cceaf1ed70e5a854e95524184ecabb35c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Fri, 6 Sep 2024 14:14:55 +0200 Subject: [PATCH] Bump version above RHEL 9.5 RHEL 9.5 build did not use z-stream rightmost bump. Make sure 9.6 has higher version. Resolves: RHEL-49900 --- bind.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bind.spec b/bind.spec index 1901dde..e73579c 100644 --- a/bind.spec +++ b/bind.spec @@ -54,7 +54,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: MPLv2.0 Version: 9.16.23 -Release: 24%{?dist} +Release: 25%{?dist} Epoch: 32 Url: https://www.isc.org/downloads/bind/ # @@ -1247,6 +1247,9 @@ fi; %endif %changelog +* Fri Sep 06 2024 Petr Menšík - 32:9.16.23-25 +- Bump version above RHEL 9.5 + * Fri Aug 09 2024 Petr Menšík - 32:9.16.23-24 - Minor fix of reclimit test backport (CVE-2024-1737)