disable gpg check for rawhide

This commit is contained in:
Jiří Moskovčák 2010-05-13 09:17:15 +00:00
parent b8aa7d7ba1
commit 371617acf4
2 changed files with 8 additions and 6 deletions

View File

@ -24,6 +24,7 @@ URL: https://fedorahosted.org/abrt/
Source: https://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.gz Source: https://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.gz
Source1: abrt.init Source1: abrt.init
Patch0: abrt-1.0.9-hideprefs.patch Patch0: abrt-1.0.9-hideprefs.patch
Patch1: abrt_disable_gpgcheck.diff
BuildRequires: dbus-devel BuildRequires: dbus-devel
BuildRequires: gtk2-devel BuildRequires: gtk2-devel
BuildRequires: curl-devel BuildRequires: curl-devel
@ -236,6 +237,8 @@ Virtual package to make easy default installation on desktop environments.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .hideprefs %patch0 -p1 -b .hideprefs
# rawhide packages are not signed, so we need to disable the gpg check
%patch1 -p1 -b .disable_gpg_check
%build %build
%configure %configure

View File

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