rpms/abrt/devel abrt.spec, 1.28, 1.29 abrt_disable_gpgcheck.diff, 1.1, 1.2

Jiří Moskovčák jmoskovc at fedoraproject.org
Thu May 13 09:17:15 UTC 2010


Author: jmoskovc

Update of /cvs/extras/rpms/abrt/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv21508

Modified Files:
	abrt.spec abrt_disable_gpgcheck.diff 
Log Message:
disable gpg check for rawhide



Index: abrt.spec
===================================================================
RCS file: /cvs/extras/rpms/abrt/devel/abrt.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- abrt.spec	13 May 2010 09:13:28 -0000	1.28
+++ abrt.spec	13 May 2010 09:17:14 -0000	1.29
@@ -24,6 +24,7 @@ URL: https://fedorahosted.org/abrt/
 Source: https://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.gz
 Source1: abrt.init
 Patch0: abrt-1.0.9-hideprefs.patch
+Patch1: abrt_disable_gpgcheck.diff
 BuildRequires: dbus-devel
 BuildRequires: gtk2-devel
 BuildRequires: curl-devel
@@ -236,6 +237,8 @@ Virtual package to make easy default ins
 %prep
 %setup -q
 %patch0 -p1 -b .hideprefs
+# rawhide packages are not signed, so we need to disable the gpg check
+%patch1 -p1 -b .disable_gpg_check
 
 %build
 %configure

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

Index: abrt_disable_gpgcheck.diff
===================================================================
RCS file: /cvs/extras/rpms/abrt/devel/abrt_disable_gpgcheck.diff,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- abrt_disable_gpgcheck.diff	23 Feb 2010 13:02:54 -0000	1.1
+++ abrt_disable_gpgcheck.diff	13 May 2010 09:17:15 -0000	1.2
@@ -1,12 +1,11 @@
---- 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 @@
+--- abrt-1.1.1/src/Daemon/abrt.conf	2010-05-12 15:48:18.000000000 +0200
++++ abrt-1.1.1_/src/Daemon/abrt.conf	2010-05-13 11:15:15.773258050 +0200
+@@ -3,7 +3,7 @@
  # 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
+ BlackList = nspluginwrapper, valgrind, strace
+ # Process crashes in executables which do not belong to any package?



More information about the scm-commits mailing list