From 44d0593bd24d58ee4252a332655475bcf9f83577 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 11 Nov 2010 20:41:18 +0100 Subject: remove "old-style" FileTransfer and ReportUploader plugins Signed-off-by: Denys Vlasenko --- abrt.spec | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'abrt.spec') diff --git a/abrt.spec b/abrt.spec index bf296423..9918834b 100644 --- a/abrt.spec +++ b/abrt.spec @@ -170,14 +170,6 @@ Obsoletes: abrt-plugin-ticketuploader %description plugin-reportuploader Plugin to report bugs into anonymous FTP site associated with ticketing system. -%package plugin-filetransfer -Summary: %{name}'s File Transfer plugin -Group: System Environment/Libraries -Requires: %{name} = %{version}-%{release} - -%description plugin-filetransfer -Plugin to uploading files to a server. - %package addon-python Summary: %{name}'s addon for catching and analyzing Python exceptions Group: System Environment/Libraries @@ -449,20 +441,11 @@ fi %files plugin-reportuploader %defattr(-,root,root,-) -%config(noreplace) %{_sysconfdir}/%{name}/plugins/ReportUploader.conf %config(noreplace) %{_sysconfdir}/%{name}/plugins/Upload.conf -%{_libdir}/%{name}/libReportUploader.so* -%{_libdir}/%{name}/ReportUploader.glade %{_libdir}/%{name}/Upload.glade -%{_mandir}/man7/abrt-ReportUploader.7.gz +%{_mandir}/man7/abrt-Upload.7.gz %{_libexecdir}/abrt-action-upload -%files plugin-filetransfer -%defattr(-,root,root,-) -%config(noreplace) %{_sysconfdir}/%{name}/plugins/FileTransfer.conf -%{_libdir}/%{name}/libFileTransfer.so* -%{_mandir}/man7/abrt-FileTransfer.7.gz - %files addon-python %defattr(-,root,root,-) %config(noreplace) %{_sysconfdir}/%{name}/plugins/Python.conf -- cgit