From da62030423bde900dc1d1be1bdbf2d05568be26b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E5=B0=8F=E5=93=A5?= Date: Tue, 8 Sep 2020 17:20:25 +0800 Subject: [PATCH] Restore Source0 and URL --- crash.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/crash.spec b/crash.spec index bb3cc13..025f2ab 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/crash/archive//%{name}-%{version}.tar.gz +URL: http://people.redhat.com/anderson +Source0: http://people.redhat.com/anderson/%{name}-%{version}.tar.gz Patch0: lzo_snappy.patch Patch1: use_system_readline_v3.patch @@ -74,6 +74,9 @@ install -D -m 0644 defs.h %{buildroot}%{_includedir}/%{name}/defs.h %{_mandir}/man8/crash.8* %changelog +* Tue Sep 8 2020 shixuantong - 7.2.8-2 +- Restore Source0 and URL + * Mon Aug 3 2020 chengquan - 7.2.8-1 - Update software to v7.2.8 -- Gitee