From b026e372e6f18ef34d1e23abecd584c2914b1cf1 Mon Sep 17 00:00:00 2001 From: Nikola Pajkovsky Date: Tue, 2 Feb 2010 10:09:15 +0100 Subject: a few typos Signed-off-by: Nikola Pajkovsky --- abrt.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'abrt.spec') diff --git a/abrt.spec b/abrt.spec index b4db5203..004dec3c 100644 --- a/abrt.spec +++ b/abrt.spec @@ -176,7 +176,7 @@ Group: System Environment/Libraries Requires: %{name} = %{version}-%{release} %description addon-python -This package contains python hook and python analyzer plugin for hadnling +This package contains python hook and python analyzer plugin for handling uncaught exception in python programs. %package cli @@ -185,7 +185,7 @@ Group: User Interface/Desktops Requires: %{name} = %{version}-%{release} %description cli -This package contains simple command line client for controling abrt daemon over +This package contains simple command line client for controlling abrt daemon over the sockets. %package desktop @@ -208,7 +208,7 @@ Obsoletes: bug-buddy Provides: bug-buddy %description desktop -Virtual package to make easy default instalation on desktop environments. +Virtual package to make easy default installation on desktop environments. %prep %setup -q -- cgit From 94c71201b0c64204e16cb6b5f7d2cc90cb4cf1c6 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Tue, 2 Feb 2010 12:56:03 +0100 Subject: merge conflict --- abrt.spec | 2 ++ 1 file changed, 2 insertions(+) (limited to 'abrt.spec') diff --git a/abrt.spec b/abrt.spec index 004dec3c..c3750c78 100644 --- a/abrt.spec +++ b/abrt.spec @@ -356,8 +356,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 -- cgit From bf53954d6aa9f1d107efe8649d174f8e92c4592e Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Tue, 2 Feb 2010 13:46:18 +0100 Subject: SPEC: added some requires to abrt-cli to make it work out-of-the-box --- abrt.spec | 3 +++ 1 file changed, 3 insertions(+) (limited to 'abrt.spec') diff --git a/abrt.spec b/abrt.spec index c3750c78..18d1cc4c 100644 --- a/abrt.spec +++ b/abrt.spec @@ -183,6 +183,9 @@ uncaught exception in python programs. Summary: %{name}'s command line interface Group: User Interface/Desktops Requires: %{name} = %{version}-%{release} +Requires: %{name}-addon-kerneloops +Requires: %{name}-addon-ccpp, %{name}-addon-python +Requires: %{name}-plugin-bugzilla, %{name}-plugin-logger, %{name}-plugin-runapp %description cli This package contains simple command line client for controlling abrt daemon over -- cgit From 413bf193a4209623ec756287575f58bcc4889733 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Tue, 2 Feb 2010 17:02:58 +0100 Subject: new version --- abrt.spec | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'abrt.spec') diff --git a/abrt.spec b/abrt.spec index 18d1cc4c..f8f429bc 100644 --- a/abrt.spec +++ b/abrt.spec @@ -3,7 +3,7 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Summary: Automatic bug detection and reporting tool Name: abrt -Version: 1.0.5 +Version: 1.0.6 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -408,12 +408,27 @@ fi %defattr(-,root,root,-) %changelog -* Fri Jan 29 2010 Jiri Moskovcak 1.0.5-1 +* Tue Feb 2 2010 Jiri Moskovcak 1.0.6-1 +- SPEC: added some requires to abrt-cli to make it work out-of-the-box (jmoskovc@redhat.com) +- abrt-hook-ccpp: fix rhbz#560612 "limit '18446744073709551615' is bogus" rhbz#560612(vda.linux@googlemail.com) +- APPLET: don't show the icon when abrtd is not running rhbz#557866 (jmoskovc@redhat.com) +- GUI: made report message labels wrap (jmoskovc@redhat.com) +- GUI: don't die if daemon doesn't send the gpg keys (jmoskovc@redhat.com) +- disabled the autoreporting of kerneloopses (jmoskovc@redhat.com) +- Kerneloops: fix BZ reporting of oopses (vda.linux@googlemail.com) +- GUI: wider report message dialog (jmoskovc@redhat.com) - moved the gpg key list from abrt.conf to gpg_keys file (jmoskovc@redhat.com) - Logger: create log file with mode 0600 (vda.linux@googlemail.com) - GUI: fixed the rating logic, to prevent sending BT with rating < 3 (jmoskovc@redhat.com) - Report GUI: made more fields copyable - closed rhbz#526209; tweaked wording (vda.linux@googlemail.com) - GUI: fixed bug caused by failed gk-authorization (jmoskovc@redhat.com) + +* Fri Jan 29 2010 Jiri Moskovcak 1.0.5-1 +- moved the gpg key list from abrt.conf to gpg_keys file (jmoskovc@redhat.com) +- Logger: create log file with mode 0600 rhbz#559545 (vda.linux@googlemail.com) +- GUI: fixed the rating logic, to prevent sending BT with rating < 3 (jmoskovc@redhat.com) +- Report GUI: made more fields copyable - closed rhbz#526209; tweaked wording (vda.linux@googlemail.com) +- GUI: fixed bug caused by failed gk-authorization (jmoskovc@redhat.com) - fix bug 559881 (kerneloops not shown in "new" GUI) (vda.linux@googlemail.com) - GUI ReporterDialog: hide log button (vda.linux@googlemail.com) - added valgrind and strace to blacklist (jmoskovc@redhat.com) -- cgit From 539deb3da4d59a568dc7c8ca9d6c077ed53a351f Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Wed, 3 Feb 2010 15:40:22 +0100 Subject: don't try to write to limits in Fedora --- abrt.spec | 1 + 1 file changed, 1 insertion(+) (limited to 'abrt.spec') diff --git a/abrt.spec b/abrt.spec index f8f429bc..33609d79 100644 --- a/abrt.spec +++ b/abrt.spec @@ -409,6 +409,7 @@ fi %changelog * Tue Feb 2 2010 Jiri Moskovcak 1.0.6-1 +- print __glib_assert_msg (rhbz#549735); - SPEC: added some requires to abrt-cli to make it work out-of-the-box (jmoskovc@redhat.com) - abrt-hook-ccpp: fix rhbz#560612 "limit '18446744073709551615' is bogus" rhbz#560612(vda.linux@googlemail.com) - APPLET: don't show the icon when abrtd is not running rhbz#557866 (jmoskovc@redhat.com) -- cgit