summaryrefslogtreecommitdiffstats
path: root/abrt.spec
diff options
context:
space:
mode:
authorKarel Klic <kklic@redhat.com>2010-02-04 11:28:18 +0100
committerKarel Klic <kklic@redhat.com>2010-02-04 11:28:18 +0100
commit7832c5a66672c63ebda91554bd463b85669755bb (patch)
treea0164bbd558399128a8329f13f0f32121ab7f4e0 /abrt.spec
parente45356512a661c4dd1d4d18bc40c37a3ffb3b989 (diff)
parenta50985f228686b8eecd7025a0851001f216c71d6 (diff)
downloadabrt-7832c5a66672c63ebda91554bd463b85669755bb.tar.gz
abrt-7832c5a66672c63ebda91554bd463b85669755bb.tar.xz
abrt-7832c5a66672c63ebda91554bd463b85669755bb.zip
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'abrt.spec')
-rw-r--r--abrt.spec29
1 files changed, 24 insertions, 5 deletions
diff --git a/abrt.spec b/abrt.spec
index c9b8d90f..0207c01d 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
@@ -176,16 +176,19 @@ 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
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 controling abrt daemon over
+This package contains simple command line client for controlling abrt daemon over
the sockets.
%package desktop
@@ -208,7 +211,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
@@ -403,12 +406,28 @@ fi
%defattr(-,root,root,-)
%changelog
-* Fri Jan 29 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.0.5-1
+* Tue Feb 2 2010 Jiri Moskovcak <jmoskovc@redhat.com> 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)
+- 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 <jmoskovc@redhat.com> 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)