From 341a661cd72e5645d1b8be1933ac843f505026a5 Mon Sep 17 00:00:00 2001 From: jinzhimin369 Date: Tue, 28 Jul 2020 09:52:14 +0800 Subject: [PATCH] update version --- crash.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/crash.spec b/crash.spec index 69b90bf..3d7c16c 100644 --- a/crash.spec +++ b/crash.spec @@ -1,10 +1,10 @@ Name: crash Version: 7.2.8 -Release: 1 +Release: 2 Summary: Linux kernel crash utility. License: GPLv3 URL: https://github.com/crash-utility/crash -Source0: https://github.com/crash-utility/%{name}/archive/%{version}.tar.gz +Source0: https://github.com/crash-utility/%{name}/archive/%{name}-%{version}.tar.gz Patch0: lzo_snappy.patch Patch1: use_system_readline_v3.patch @@ -75,6 +75,9 @@ install -D -m 0644 defs.h %{buildroot}%{_includedir}/%{name}/defs.h %{_mandir}/man8/crash.8* %changelog +* Tue Jul 28 2020 xinghe - 7.2.8-2 +- repair the source0 + * Mon Jul 27 2020 xinghe - 7.2.8-1 - update version to 7.2.8 -- Gitee