From d40cab4af9f302c7cef12f7b6af62df6bf4de64f Mon Sep 17 00:00:00 2001 From: Nicola Sella Date: Mon, 22 May 2023 17:37:14 +0200 Subject: [PATCH] Fix specfile and bump version Resolves: rhbz#2209080 --- ...HEL-9.2.patch => 0003-Update-translations-RHEL-9-2.patch | 0 libdnf.spec | 6 +++++- 2 files changed, 5 insertions(+), 1 deletion(-) rename 0002-Update-translations-RHEL-9.2.patch => 0003-Update-translations-RHEL-9-2.patch (100%) diff --git a/0002-Update-translations-RHEL-9.2.patch b/0003-Update-translations-RHEL-9-2.patch similarity index 100% rename from 0002-Update-translations-RHEL-9.2.patch rename to 0003-Update-translations-RHEL-9-2.patch diff --git a/libdnf.spec b/libdnf.spec index 497c7c8..f9cd64b 100644 --- a/libdnf.spec +++ b/libdnf.spec @@ -56,13 +56,14 @@ Name: libdnf Version: %{libdnf_major_version}.%{libdnf_minor_version}.%{libdnf_micro_version} -Release: 4%{?dist} +Release: 5%{?dist} Summary: Library providing simplified C and Python API to libsolv License: LGPLv2+ URL: https://github.com/rpm-software-management/libdnf Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz Patch1: 0001-Allow-change-of-arch-during-security-updates-with-no.patch Patch2: 0002-Add-repoid-to-solver-error-messages.patch +Patch3: 0003-Update-translations-RHEL-9-2.patch BuildRequires: cmake @@ -307,6 +308,9 @@ popd %endif %changelog +* Mon May 22 2023 Nicola Sella - 0.69.0-5 +- Fix specfile and bump release + * Mon May 22 2023 Nicola Sella - 0.69.0-4 - Update translations