From 6b9f619d87559ed6c91877b9933ab1e9e2109a1b Mon Sep 17 00:00:00 2001 From: Jakub Martisko Date: Wed, 8 Jan 2025 16:09:53 +0100 Subject: [PATCH] Bump the release number to trigger the gating tests Related: RHEL-47131 --- zziplib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zziplib.spec b/zziplib.spec index a9fb4da..dd31a63 100644 --- a/zziplib.spec +++ b/zziplib.spec @@ -5,7 +5,7 @@ Summary: Lightweight library to easily extract data from zip files Name: zziplib Version: 0.13.74 -Release: 4%{?dist} +Release: 5%{?dist} License: LGPL-2.0-or-later OR MPL-1.1 URL: http://zziplib.sourceforge.net/ Source: https://github.com/gdraheim/zziplib/archive/v%{version}.tar.gz @@ -90,6 +90,9 @@ zziplib library. %{_mandir}/man3/* %changelog +* Wed Jul 03 2024 Jakub Martisko - 0.13.74-5 +- Bump the release number to trigger the gating tests + * Tue Oct 29 2024 Troy Dawson - 0.13.74-4 - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018