From f4e289a26911e2264cf9d94afcb6d67410823459 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 30 Jan 2024 09:27:50 +0100 Subject: [PATCH] fix release number Let's avoid collision with 8.9.Z branches. Related: RHEL-13741 --- util-linux.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/util-linux.spec b/util-linux.spec index 890d598..b58f4ab 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -2,7 +2,7 @@ Summary: A collection of basic system utilities Name: util-linux Version: 2.32.1 -Release: 44%{?dist} +Release: 45%{?dist} License: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain Group: System Environment/Base URL: http://en.wikipedia.org/wiki/Util-linux @@ -1145,6 +1145,9 @@ fi %{_libdir}/python*/site-packages/libmount/ %changelog +* Tue Jan 30 2024 Karel Zak 2.32.1-45 +- increment release number + * Wed Jan 10 2024 Karel Zak 2.32.1-44 - fix RHEL-13741 - lscpu: avoid EBUSY on cpuinfo_max_freq