diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-15 13:15:46 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-15 13:15:46 +0200 |
commit | 91e85cf829250429a2437076e9e165b4a953e5ac (patch) | |
tree | 353deae31615015eae3e11d6442cab2c8a5f1ef0 /abrt.spec | |
parent | dd488fb6ceb80f7963b1a1a29c4b90b80977bb34 (diff) | |
download | abrt-91e85cf829250429a2437076e9e165b4a953e5ac.tar.gz abrt-91e85cf829250429a2437076e9e165b4a953e5ac.tar.xz abrt-91e85cf829250429a2437076e9e165b4a953e5ac.zip |
RHTSupport: actually use settings; report curl errors better
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'abrt.spec')
-rw-r--r-- | abrt.spec | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -419,7 +419,7 @@ fi %files plugin-rhtsupport %defattr(-,root,root,-) -#%config(noreplace) %{_sysconfdir}/%{name}/plugins/RHTSupport.conf +%config(noreplace) %{_sysconfdir}/%{name}/plugins/RHTSupport.conf %{_libdir}/%{name}/libRHTSupport.so* %{_libdir}/%{name}/RHTSupport.GTKBuilder #%{_mandir}/man7/%{name}-RHTSupport.7.gz |