From ca500bf6053056c197ef2ce687b8bd0282b18479 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Fri, 30 Oct 2009 11:11:55 +0100 Subject: build fixes, added plugin-logger to abrt-desktop - plugin-logger should work as a "failsafe" so if every other reporters fail, user can still find the reports in /var/log/abrt-logger --- abrt.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/abrt.spec b/abrt.spec index c130d22..af36c7f 100644 --- a/abrt.spec +++ b/abrt.spec @@ -194,7 +194,7 @@ the sockets. Summary: Virtual package to install all necessary packages for usage from desktop environment Group: User Interface/Desktops Requires: %{name} = %{version}-%{release} -Requires: %{name}-plugin-sqlite3, %{name}-plugin-bugzilla +Requires: %{name}-plugin-sqlite3, %{name}-plugin-bugzilla, %{name}-plugin-logger Requires: %{name}-gui # removed until it's usable the same way as the original kerneloops rhbz#528395 #Requires: %{name}-addon-kerneloops @@ -345,7 +345,7 @@ fi %defattr(-,root,root,-) %config(noreplace) %{_sysconfdir}/%{name}/plugins/Catcut.conf %{_libdir}/%{name}/libCatcut.so* -#%{_libdir}/%{name}/Catcut.GTKBuilder +%{_libdir}/%{name}/Catcut.GTKBuilder #%{_mandir}/man7/%{name}-Catcut.7.gz %files plugin-ticketuploader -- cgit