diff options
author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-10-30 11:11:55 +0100 |
---|---|---|
committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-10-30 11:11:55 +0100 |
commit | ca500bf6053056c197ef2ce687b8bd0282b18479 (patch) | |
tree | 82c8f16da6dc26f936aa2dbf5d00793f9ba1f603 | |
parent | c485062110cda2a95db5b4699a92ae2ef315d4fb (diff) | |
download | abrt-ca500bf6053056c197ef2ce687b8bd0282b18479.tar.gz abrt-ca500bf6053056c197ef2ce687b8bd0282b18479.tar.xz abrt-ca500bf6053056c197ef2ce687b8bd0282b18479.zip |
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
-rw-r--r-- | abrt.spec | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |