From 371617acf4419766f890e8d1b8174cfc3eb24e64 Mon Sep 17 00:00:00 2001 From: Jiří Moskovčák Date: May 13 2010 09:17:15 +0000 Subject: disable gpg check for rawhide --- diff --git a/abrt.spec b/abrt.spec index d348090..7e58044 100644 --- a/abrt.spec +++ b/abrt.spec @@ -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 installation on desktop environments. %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 diff --git a/abrt_disable_gpgcheck.diff b/abrt_disable_gpgcheck.diff index 6594bab..7699939 100644 --- a/abrt_disable_gpgcheck.diff +++ b/abrt_disable_gpgcheck.diff @@ -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?