From 9759622ff9ab8b48e293190c93e4f0860d1c2e6f Mon Sep 17 00:00:00 2001 From: Pavel Cahyna Date: Wed, 15 Jan 2025 13:13:59 +0100 Subject: [PATCH] Bump Release, update %changelog Resolves: RHEL-74055 --- libisoburn.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libisoburn.spec b/libisoburn.spec index 2b67273..f72bd6b 100644 --- a/libisoburn.spec +++ b/libisoburn.spec @@ -3,7 +3,7 @@ Summary: Library to enable creation and expansion of ISO-9660 filesystems Name: libisoburn Version: 1.5.4 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ URL: https://libburnia-project.org/ Source0: https://files.libburnia-project.org/releases/%{pkgname}-%{version}.tar.gz @@ -261,6 +261,9 @@ fi %endif %changelog +* Wed Jan 15 2025 Pavel Cahyna - 1.5.4-5 +- Fix upgrades from non-alternativized versions/packages + * Tue Feb 08 2022 Jiri Kucera - 1.5.4-4 - Provide alternatives Resolves: #1967484