From 7d4a66318c2ce2faefc17c196e25388e16dace3d Mon Sep 17 00:00:00 2001 From: lijian1 Date: Thu, 27 Nov 2025 18:35:26 +0800 Subject: [PATCH] fix patch conflicts with sw_64 --- crash.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/crash.spec b/crash.spec index 49e18b0..9316862 100644 --- a/crash.spec +++ b/crash.spec @@ -1,6 +1,6 @@ Name: crash Version: 8.0.4 -Release: 17 +Release: 18 Summary: Linux kernel crash utility. License: GPLv3 URL: https://crash-utility.github.io @@ -64,7 +64,9 @@ created by manufacturer-specific firmware. %patch 9002 -p1 %endif +%ifnarch sw_64 %patch 5 -p1 +%endif %patch 6 -p1 %patch 7 -p1 %patch 8 -p1 @@ -104,6 +106,9 @@ install -D -m 0644 defs.h %{buildroot}%{_includedir}/%{name}/defs.h %{_mandir}/man8/crash.8* %changelog +* Fri Oct 10 2025 lijian1 - 8.0.4-18 +- patch 5 conflicts with sw_64 patch, it should be isolated. + * Fri Oct 10 2025 lijian1 - 8.0.4-17 - fix loongarch64 support so file extension error for elf64 lack the branch while elf32 do not need. -- Gitee