Updated to latest stable version

This commit is contained in:
Jiří Moskovčák 2010-02-23 13:02:54 +00:00
parent 3ac3bbb37a
commit de16c9bc53
3 changed files with 20 additions and 2 deletions

View File

@ -4,7 +4,7 @@
Summary: Automatic bug detection and reporting tool
Name: abrt
Version: 1.0.8
Release: 0.git20100222%{?dist}
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
URL: https://fedorahosted.org/abrt/
@ -31,6 +31,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: %{name}-libs = %{version}-%{release}
Requires(pre): shadow-utils
Obsoletes: abrt-plugin-sqlite3
Patch0: abrt_disable_gpgcheck.diff
%description
%{name} is a tool to help users to detect defects in applications and
@ -216,6 +217,7 @@ Virtual package to make easy default installation on desktop environments.
%prep
%setup -q
%patch0 -p1 -b .disable_gpg
%build
%configure
@ -409,6 +411,10 @@ fi
%defattr(-,root,root,-)
%changelog
* Mon Feb 22 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.0.8-1
- fix initscript (npajkovs@redhat.com)
- Kerneloops: make hashing more likely to produce same hash on different oopses (vda.linux@googlemail.com)
* 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)

View File

@ -0,0 +1,12 @@
--- abrt-1.0.8_old/src/Daemon/abrt.conf 2010-02-11 23:52:28.000000000 +0100
+++ abrt-1.0.8/src/Daemon/abrt.conf 2010-02-23 13:40:25.232039367 +0100
@@ -3,7 +3,8 @@
# only crashes in signed packages will be analyzed.
# the list of public keys used to check the signature is
# in the file gpg_keys
-OpenGPGCheck = yes
+# disable for rawhide, because the packages are not signed
+OpenGPGCheck = no
# Blacklisted packages
BlackList = nspluginwrapper, valgrind, strace, avant-window-navigator
# Which database plugin to use

View File

@ -1 +1 @@
1c20d0197b4db9f2870db53effe752a2 abrt-1.0.8.tar.gz
0e480999bb77b3babe19373c03057df4 abrt-1.0.8.tar.gz