public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/abrt] update-2.17.9-f44: disable gpg check for rawhide
@ 2026-08-03 11:03
0 siblings, 0 replies; only message in thread
From: @ 2026-08-03 11:03 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/abrt
Branch : update-2.17.9-f44
Commit : 371617acf4419766f890e8d1b8174cfc3eb24e64
Author : Jiří Moskovčák <jmoskovc@fedoraproject.org>
Date : 2010-05-13T09:17:15+00:00
Stats : +8/-6 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/abrt/c/371617acf4419766f890e8d1b8174cfc3eb24e64?branch=update-2.17.9-f44
Log:
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?
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-03 11:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-03 11:03 [rpms/abrt] update-2.17.9-f44: disable gpg check for rawhide
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox