summaryrefslogtreecommitdiffstats
path: root/abrt.spec
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-01-22 14:31:18 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2010-01-22 14:31:18 +0100
commite521d3362c2685327fc3be8e8bbd3c27b1f86558 (patch)
treefb884141daf9b265c72c43a109c4832513632c79 /abrt.spec
parenta8113ffa93078a3db9de6ac18d4784ff520c875e (diff)
downloadabrt-e521d3362c2685327fc3be8e8bbd3c27b1f86558.tar.gz
abrt-e521d3362c2685327fc3be8e8bbd3c27b1f86558.tar.xz
abrt-e521d3362c2685327fc3be8e8bbd3c27b1f86558.zip
SPEC: added sosreport.conf, updated changelog
Diffstat (limited to 'abrt.spec')
-rw-r--r--abrt.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/abrt.spec b/abrt.spec
index a6b561bc..60aa9545 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -354,8 +354,10 @@ fi
%files plugin-sosreport
%defattr(-,root,root,-)
+%config(noreplace) %{_sysconfdir}/%{name}/plugins/SOSreport.conf
%{_libdir}/%{name}/libSOSreport.so*
+
#%files plugin-bugzilla
#%defattr(-,root,root,-)
#%config(noreplace) %{_sysconfdir}/%{name}/plugins/Bugzilla.conf
@@ -402,6 +404,8 @@ fi
%changelog
* Wed Jan 20 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.0.4-1
+- enabled sosreport
+- fixes in ticketuploader
- GUI: redesign of reporter dialog (jmoskovc@redhat.com)
- Set the prgname to "Automatic Bug Reporting Tool" fixes rhbz#550357 (jmoskovc@redhat.com)
- CCpp analyzer: display __abort_msg in backtrace. closes rhbz#549735 (vda.linux@googlemail.com)