From cc6603992b29365e456f8747a8d17c17b8dc45a4 Mon Sep 17 00:00:00 2001 From: Nicola Sella Date: Fri, 6 Jan 2023 14:50:10 +0100 Subject: [PATCH] Bump release Related: rhbz#2135367 --- microdnf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/microdnf.spec b/microdnf.spec index 1b7563d..49065cd 100644 --- a/microdnf.spec +++ b/microdnf.spec @@ -2,7 +2,7 @@ Name: microdnf Version: 3.9.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Lightweight implementation of DNF in C License: GPLv2+ @@ -55,6 +55,9 @@ minimal environment possible so you can build up to exactly what you need. %{_bindir}/%{name} %changelog +* Fri Jan 06 2023 Nicola Sella - 3.9.1-3 +- Bump release (needed to rebuild) + * Mon Oct 31 2022 Nicola Sella - 3.9.1-2 - Revert: leaves: Treat recommends as dependencies when install_weak_deps=True - Revert: Add leaves command