diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-05-20 11:42:27 +0200 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-05-20 11:42:27 +0200 |
| commit | 4f44247e93e92ac35a6e1a57d10bd85221328607 (patch) | |
| tree | 4b500f14c4e10700ce84b208dab1a2009d28eab7 | |
| parent | 2a8110532889efb58370d11cf3db0a059f554b82 (diff) | |
| parent | c4c35913f7e31787a024ccfad907ef551a5d0533 (diff) | |
| download | abrt-4f44247e93e92ac35a6e1a57d10bd85221328607.tar.gz abrt-4f44247e93e92ac35a6e1a57d10bd85221328607.tar.xz abrt-4f44247e93e92ac35a6e1a57d10bd85221328607.zip | |
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
| -rw-r--r-- | abrt.spec | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -130,6 +130,14 @@ Requires: %{name} = %{version}-%{release} %description plugin-bugzilla Plugin to report bugs into the bugzilla. +%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. + %prep %setup -q @@ -239,6 +247,11 @@ fi %config(noreplace) %{_sysconfdir}/%{name}/plugins/Bugzilla.conf %{_libdir}/%{name}/libBugzilla.so* +%files plugin-filetransfer +%defattr(-,root,root,-) +%config(noreplace) %{_sysconfdir}/%{name}/plugins/FileTransfer.conf +%{_libdir}/%{name}/libFileTransfer.so* + %changelog * Fri Apr 10 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.3-1 - new version |
