From 9dbad21cf7c2bf5fb19906c3e8a1cd87dd54e9a2 Mon Sep 17 00:00:00 2001 From: wang--ge Date: Thu, 3 Dec 2020 14:21:31 +0800 Subject: [PATCH] modify source0 ulr --- abrt.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/abrt.spec b/abrt.spec index 5866a93..1f2a5ba 100644 --- a/abrt.spec +++ b/abrt.spec @@ -1,10 +1,10 @@ Name: abrt Version: 2.14.2 -Release: 2 +Release: 3 Summary: A tool for automatic bug detection and reporting License: GPLv2+ -URL: https://abrt.readthedocs.org/ -Source: https://github.com/abrt/%{name}/archive/%{version}/%{name}-%{version}.tar.gz +URL: https://github.com/abrt/abrt/ +Source: https://github.com/abrt/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz Patch0001: 0001-applet-Pass-instance-pointer-to-signal-handler.patch Patch0002: 0002-applet-Chain-up-in-dispose.patch @@ -578,6 +578,9 @@ killall abrt-dbus >/dev/null 2>&1 || : %{_mandir}/man*/* %changelog +* Thu Dec 03 2020 Ge Wang - 2.14.2-3 +- modify source0 url + * Sun Sep 20 2020 leiju - 2.14.2-2 - fix uninstall abrt-addon-ccpp error