public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/abrt] update-2.17.8: disable gpg check for rawhide
Date: Mon, 03 Aug 2026 10:21:50 GMT [thread overview]
Message-ID: <178575251005.1.5796498180694111364.rpms-abrt-371617acf441@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/abrt
Branch : update-2.17.8
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.8
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?
reply other threads:[~2026-08-03 10:21 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178575251005.1.5796498180694111364.rpms-abrt-371617acf441@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox