From 9901b5d9960afbbc6c67b561ce7f2e79cdf95634 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:21:21 +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 3d7c16c..56316c6 100644 --- a/crash.spec +++ b/crash.spec @@ -1,10 +1,10 @@ Name: crash Version: 7.2.8 -Release: 2 +Release: 3 Summary: Linux kernel crash utility. License: GPLv3 -URL: https://github.com/crash-utility/crash -Source0: https://github.com/crash-utility/%{name}/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 @@ -75,6 +75,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-3 +- Restore Source0 and URL + * Tue Jul 28 2020 xinghe - 7.2.8-2 - repair the source0 -- Gitee