From 475944bd8d7561361b3625e780e33f4938d3a49e Mon Sep 17 00:00:00 2001 From: chengquan Date: Mon, 30 Mar 2020 17:26:27 +0800 Subject: [PATCH 1/2] fix build error --- abrt.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/abrt.spec b/abrt.spec index c2ee253..4a24ae2 100644 --- a/abrt.spec +++ b/abrt.spec @@ -414,6 +414,7 @@ killall abrt-dbus >/dev/null 2>&1 || : %ghost %attr(0666, -, -) %{_localstatedir}/run/%{name}/abrt.socket %ghost %attr(0644, -, -) %{_localstatedir}/run/%{name}/abrtd.pid %exclude %{_infodir}/dir +%exclude %{_sysconfdir}/profile.d/abrt-console-notification.sh %files libs %{_libdir}/libabrt.so.* @@ -570,6 +571,9 @@ killall abrt-dbus >/dev/null 2>&1 || : %{_mandir}/man*/* %changelog +* Mon Mar 30 2020 openEuler Buildteam - 2.13.0-6 +- fix build error + * Mon Mar 30 2020 openEuler Buildteam - 2.13.0-5 - remove useless packages From 83ecc1268da6fa5c60928fa5bf516f2834fa4644 Mon Sep 17 00:00:00 2001 From: chengquan Date: Mon, 30 Mar 2020 17:27:02 +0800 Subject: [PATCH 2/2] fix build error --- abrt.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abrt.spec b/abrt.spec index 4a24ae2..43ef5e6 100644 --- a/abrt.spec +++ b/abrt.spec @@ -1,6 +1,6 @@ Name: abrt Version: 2.13.0 -Release: 5 +Release: 6 Summary: A tool for automatic bug detection and reporting License: GPLv2+ URL: https://abrt.readthedocs.org/