From 9dbad21cf7c2bf5fb19906c3e8a1cd87dd54e9a2 Mon Sep 17 00:00:00 2001 From: wang--ge Date: Thu, 3 Dec 2020 14:21:31 +0800 Subject: [PATCH 1/2] 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 From c7448f30efc9c0b762fc1fed7285d6ea1abc6f0a Mon Sep 17 00:00:00 2001 From: wang--ge Date: Thu, 3 Dec 2020 20:32:43 +0800 Subject: [PATCH 2/2] modify license --- abrt.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abrt.spec b/abrt.spec index 1f2a5ba..f0c5fd6 100644 --- a/abrt.spec +++ b/abrt.spec @@ -2,7 +2,7 @@ Name: abrt Version: 2.14.2 Release: 3 Summary: A tool for automatic bug detection and reporting -License: GPLv2+ +License: GPL-2.0 and GPL-2.0+ URL: https://github.com/abrt/abrt/ Source: https://github.com/abrt/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz