summaryrefslogtreecommitdiffstats
path: root/abrt.spec
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-03-23 13:24:04 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2009-03-23 13:24:04 +0100
commitd879ebf08c48bbe8ed9bd344fceee9163fe464da (patch)
tree80f13cbc842ae4dff16fae2e2c6fa4e04501e3cb /abrt.spec
parent40cfd5a94bccd49742674037a339c179f2da2f24 (diff)
downloadabrt-d879ebf08c48bbe8ed9bd344fceee9163fe464da.tar.gz
abrt-d879ebf08c48bbe8ed9bd344fceee9163fe464da.tar.xz
abrt-d879ebf08c48bbe8ed9bd344fceee9163fe464da.zip
Fixed daemon to compile with new MW API, added check for dumps created while daemon wasn't running
- minor spec file fixes
Diffstat (limited to 'abrt.spec')
-rw-r--r--abrt.spec13
1 files changed, 12 insertions, 1 deletions
diff --git a/abrt.spec b/abrt.spec
index 8f9bed53..689a73bd 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -110,6 +110,14 @@ Requires: mailx
The simple reporter plugin, which sends a report via mailx to a specified
email.
+%package plugin-runapp
+Summary: %{name}'s runapp plugin
+Group: System Environment/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description plugin-runapp
+Plugin to run external programs.
+
%prep
%setup -q
@@ -186,7 +194,6 @@ fi
%files addon-kerneloops
%defattr(-,root,root,-)
-%config(noreplace) %{_sysconfdir}/%{name}/plugins/Kerneloops.conf
%{_libdir}/%{name}/libKerneloops.so*
%{_libexecdir}/hookKerneloops
@@ -210,6 +217,10 @@ fi
%config(noreplace) %{_sysconfdir}/%{name}/plugins/Mailx.conf
%{_libdir}/%{name}/libMailx.so*
+%files plugin-runapp
+%defattr(-,root,root,-)
+%{_libdir}/%{name}/libRunApp.so*
+
%changelog
* Wed Mar 11 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.2-1
- added kerneloops addon to rpm (aarapov)