summaryrefslogtreecommitdiffstats
path: root/abrt.spec
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-02-22 17:30:30 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2010-02-22 17:30:30 +0100
commit147e9cc73d654ce0a09d892c4ad3b4e12bcd6cef (patch)
treea06716c53af76097fcbdd92e479673e0f36e4fbb /abrt.spec
parent963907e66dba396614d27836e21f250a32ab391d (diff)
downloadabrt-147e9cc73d654ce0a09d892c4ad3b4e12bcd6cef.tar.gz
abrt-147e9cc73d654ce0a09d892c4ad3b4e12bcd6cef.tar.xz
abrt-147e9cc73d654ce0a09d892c4ad3b4e12bcd6cef.zip
1.0.8 pre-release for rawhide
Diffstat (limited to 'abrt.spec')
-rw-r--r--abrt.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/abrt.spec b/abrt.spec
index bd4ac2e2..8e3ccddd 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -4,7 +4,7 @@
Summary: Automatic bug detection and reporting tool
Name: abrt
Version: 1.0.8
-Release: 1%{?dist}
+Release: 0.git20100222%{?dist}
License: GPLv2+
Group: Applications/System
URL: https://fedorahosted.org/abrt/
@@ -19,6 +19,7 @@ BuildRequires: desktop-file-utils
#BuildRequires: nss-devel
BuildRequires: libnotify-devel
BuildRequires: xmlrpc-c-devel
+BuildRequires: xmlrpc-c-client
BuildRequires: file-devel
BuildRequires: python-devel
BuildRequires: gettext
@@ -408,6 +409,11 @@ fi
%defattr(-,root,root,-)
%changelog
+* Mon Feb 22 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.0.8-0.git-20100222
+- Kerneloops: make hashing more likely to produce same hash on different oopses (vda.linux@googlemail.com)
+- make abrt work with the latest kernels (>= 2.6.33) (jmoskovc@redhat.com)
+- lib/Utils/abrt_dbus: utf8-sanitize all strings in dbus messages (fixes #565876) (vda.linux@googlemail.com)
+
* Fri Feb 12 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.0.7-1
- enabled column sorting rhbz#541853
- Load plugin settings also from ~/.abrt/*.conf (kklic@redhat.com)