From 4595a125832691dc8c207ebf59501a4b07db6f98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E4=BB=B2=E4=BC=9F?= Date: Wed, 11 Dec 2024 10:31:52 +0800 Subject: [PATCH] Fix: always apply loongarch patches. --- libdnf.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libdnf.spec b/libdnf.spec index c7b4040..117a781 100644 --- a/libdnf.spec +++ b/libdnf.spec @@ -18,7 +18,7 @@ Name: libdnf Version: 0.70.2 -Release: 6 +Release: 7 Summary: Library providing simplified C and Python API to libsolv License: LGPL-2.1-or-later URL: https://github.com/rpm-software-management/libdnf @@ -40,9 +40,7 @@ Obsoletes: python2-hawkey < %{version}-%{release} Obsoletes: python2-hawkey-debuginfo < %{version}-%{release} Obsoletes: python2-libdnf-debuginfo < %{version}-%{release} -%ifarch loongarch64 Patch6001: 0001-libdnf-0.65.0-add-loongarch-support.patch -%endif Patch6002: backport-python-bindings-Load-all-modules-with-RTLD_GLOBAL.patch Patch6003: backport-Avoid-reinstalling-installonly-packages-marked-for-ERASE.patch @@ -133,6 +131,9 @@ popd %{python3_sitearch}/hawkey/ %changelog +* Thu Nov 28 2024 Jia Chao - 0.70.2-7 +- Fix: always apply loongarch patches. + * Mon Jul 29 2024 Wenhua Huang - 0.70.2-6 - Fix a memory leak in glob_for_cachedir() -- Gitee