diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-03-25 14:22:15 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-03-25 14:22:15 +0100 |
commit | bb36076a03ce7bb40113d618db6d0343b8477c3f (patch) | |
tree | 917dbbeadcbfa235434d51891feafc13dfe97e2e /abrt.spec | |
parent | 7b721840773a6faf2fa93562aeae1cc4c7d05804 (diff) | |
download | abrt-bb36076a03ce7bb40113d618db6d0343b8477c3f.tar.gz abrt-bb36076a03ce7bb40113d618db6d0343b8477c3f.tar.xz abrt-bb36076a03ce7bb40113d618db6d0343b8477c3f.zip |
rhfastcheck: a new reporter plugin based on Gavin's work
Plugin quickly checks RH support DB for known solutions.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'abrt.spec')
-rw-r--r-- | abrt.spec | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -149,6 +149,14 @@ Requires: %{name} = %{version}-%{release} %description plugin-bugzilla Plugin to report bugs into the bugzilla. +%package plugin-rhfastcheck +Summary: %{name}'s rhfastcheck plugin +Group: System Environment/Libraries +Requires: %{name} = %{version}-%{release} + +%description plugin-rhfastcheck +Plugin to quickly check RH support DB for known solution. + %package plugin-rhticket Summary: %{name}'s rhticket plugin Group: System Environment/Libraries @@ -394,6 +402,13 @@ fi %{_libdir}/%{name}/Bugzilla.GTKBuilder %{_mandir}/man7/%{name}-Bugzilla.7.gz +%files plugin-rhfastcheck +%defattr(-,root,root,-) +#%config(noreplace) %{_sysconfdir}/%{name}/plugins/rhfastcheck.conf +%{_libdir}/%{name}/librhfastcheck.so* +#%{_libdir}/%{name}/rhfastcheck.GTKBuilder +#%{_mandir}/man7/%{name}-rhfastcheck.7.gz + %files plugin-rhticket %defattr(-,root,root,-) #%config(noreplace) %{_sysconfdir}/%{name}/plugins/rhticket.conf |