Updated to latest stable version
This commit is contained in:
parent
3ac3bbb37a
commit
de16c9bc53
@ -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)
|
||||
|
12
abrt_disable_gpgcheck.diff
Normal file
12
abrt_disable_gpgcheck.diff
Normal 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
|
Loading…
Reference in New Issue
Block a user