From a962ce14e39649463b3e70808c137eec2d52c857 Mon Sep 17 00:00:00 2001 From: Hailiang Date: Fri, 7 Mar 2025 13:48:51 +0800 Subject: [PATCH] apply sw_64 loongarch patch on all arch --- dnf.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/dnf.spec b/dnf.spec index abf2dc2..693a5fc 100644 --- a/dnf.spec +++ b/dnf.spec @@ -3,7 +3,7 @@ Name: dnf Version: 4.16.2 -Release: 8 +Release: 9 Summary: A software package manager that manages packages on Linux distributions. License: GPL-2.0-or-later AND GPL-1.0-only URL: https://github.com/rpm-software-management/dnf @@ -16,13 +16,8 @@ Patch9004: fix-dnf-history-undo-error-when-history-sqlite-missing.pat Patch9006: get-lockfile-exists-before-unlick.patch %endif -%ifarch sw_64 Patch6000: dnf-4.10.0-sw.patch -%endif - -%if 0%(test `uname -m` == "loongarch64" && echo 1) Patch6001: 0001-Add-loongarch-architecture-support.patch -%endif Patch6002: backport-Fix-bash-completion-due-to-sqlite-changes.patch Patch6003: backport-remove-duplicates-when-no-duplicates-exit-with-0.patch @@ -261,6 +256,9 @@ popd %{_mandir}/man8/%{name}-automatic.8* %changelog +* Fri Mar 07 2025 mahailiang - 4.16.2-9 +- apply sw_64 loongarch patch on all arch + * Mon Nov 04 2024 majianhan - 4.16.2-8 - Type:bugfix - ID:NA -- Gitee