rpms/abrt/devel abrt_disable_gpgcheck.diff, NONE, 1.1 abrt.spec, 1.23, 1.24 sources, 1.18, 1.19

Jiří Moskovčák jmoskovc at fedoraproject.org
Tue Feb 23 13:02:55 UTC 2010


Author: jmoskovc

Update of /cvs/extras/rpms/abrt/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32704

Modified Files:
	abrt.spec sources 
Added Files:
	abrt_disable_gpgcheck.diff 
Log Message:
Updated to latest stable version


abrt_disable_gpgcheck.diff:
 abrt.conf |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--- NEW FILE abrt_disable_gpgcheck.diff ---
--- 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


Index: abrt.spec
===================================================================
RCS file: /cvs/extras/rpms/abrt/devel/abrt.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- abrt.spec	22 Feb 2010 15:54:35 -0000	1.23
+++ abrt.spec	23 Feb 2010 13:02:54 -0000	1.24
@@ -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
 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 ins
 
 %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 at redhat.com> 1.0.8-1
+- fix initscript (npajkovs at redhat.com)
+- Kerneloops: make hashing more likely to produce same hash on different oopses (vda.linux at googlemail.com)
+
 * Mon Feb 22 2010  Jiri Moskovcak <jmoskovc at redhat.com> 1.0.8-0.git-20100222
 - Kerneloops: make hashing more likely to produce same hash on different oopses (vda.linux at googlemail.com)
 - make abrt work with the latest kernels (>= 2.6.33) (jmoskovc at redhat.com)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/abrt/devel/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- sources	22 Feb 2010 15:54:35 -0000	1.18
+++ sources	23 Feb 2010 13:02:54 -0000	1.19
@@ -1 +1 @@
-1c20d0197b4db9f2870db53effe752a2  abrt-1.0.8.tar.gz
+0e480999bb77b3babe19373c03057df4  abrt-1.0.8.tar.gz



More information about the scm-commits mailing list