From 0a83e0968328996ea0bdd958e2b81fc1585615a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 15 Jul 2024 18:01:50 +0200 Subject: [PATCH] Correct patch numbering Related: RHEL-35699 Related: RHEL-35699 --- ...atch => 0002-Fix-a-memory-leak-in-select_next_target.patch | 0 librepo.spec | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename 0001-Fix-a-memory-leak-in-select_next_target.patch => 0002-Fix-a-memory-leak-in-select_next_target.patch (100%) diff --git a/0001-Fix-a-memory-leak-in-select_next_target.patch b/0002-Fix-a-memory-leak-in-select_next_target.patch similarity index 100% rename from 0001-Fix-a-memory-leak-in-select_next_target.patch rename to 0002-Fix-a-memory-leak-in-select_next_target.patch diff --git a/librepo.spec b/librepo.spec index 78dd6e5..fe70583 100644 --- a/librepo.spec +++ b/librepo.spec @@ -35,8 +35,8 @@ Summary: Repodata downloading library License: LGPL-2.1-or-later URL: https://github.com/rpm-software-management/librepo Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz -Patch0: 0001-Use-rpm-sequoia-on-RHEL-10.patch -Patch1: 0001-Fix-a-memory-leak-in-select_next_target.patch +Patch1: 0001-Use-rpm-sequoia-on-RHEL-10.patch +Patch2: 0002-Fix-a-memory-leak-in-select_next_target.patch BuildRequires: cmake BuildRequires: gcc