diff --git a/crash.spec b/crash.spec index 575c36bc00aebd9f705df7c2ba34829e63c9145c..7202b9b8efeb9f5f4c0862c3d55bd039b12ffd4f 100644 --- a/crash.spec +++ b/crash.spec @@ -1,6 +1,6 @@ Name: crash Version: 8.0.5 -Release: 1 +Release: 2 Summary: Linux kernel crash utility. License: GPLv3 URL: https://crash-utility.github.io @@ -42,13 +42,13 @@ created by manufacturer-specific firmware. %prep %setup -q -n %{name}-%{version} -%patch0 -p1 -%patch1 -p1 +%patch 0 -p1 +%patch 1 -p1 %ifarch sw_64 -%patch2 -p1 +%patch 2 -p1 %endif %ifarch loongarch64 -%patch3 -p1 +%patch 3 -p1 %endif %build @@ -84,6 +84,9 @@ install -D -m 0644 defs.h %{buildroot}%{_includedir}/%{name}/defs.h %{_mandir}/man8/crash.8* %changelog +* Tue Nov 05 2024 xuguangmin - 8.0.5-2 +- Fix build warning:%patchN is deprecated (3 usages found), use %patch N + * Thu Jul 25 2024 dillon chen - 8.0.5-1 - Upgrade to crash-8.0.5