public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/abrt] update-2.17.8: Drop GPG check patch for unsigned packages
@ 2026-08-03 10:23 Martin Kutlak
0 siblings, 0 replies; only message in thread
From: Martin Kutlak @ 2026-08-03 10:23 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/abrt
Branch : update-2.17.8
Commit : a074333d286d3d85fabaafacea8e4ee2ae6bf144
Author : Martin Kutlak <mkutlak@redhat.com>
Date : 2017-09-27T10:21:34+02:00
Stats : +4/-29 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/abrt/c/a074333d286d3d85fabaafacea8e4ee2ae6bf144?branch=update-2.17.8
Log:
Drop GPG check patch for unsigned packages
Rawhide packages are signed.
https://fedoraproject.org/wiki/Releases/Rawhide
Signed-off-by: Martin Kutlak <mkutlak@redhat.com>
---
diff --git a/abrt.spec b/abrt.spec
index 3ff8a66..4ffaf03 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -60,7 +60,7 @@
Summary: Automatic bug detection and reporting tool
Name: abrt
Version: 2.10.4
-Release: 2%{?dist}
+Release: 3%{?dist}
License: GPLv2+
Group: Applications/System
URL: https://abrt.readthedocs.org/
@@ -69,8 +69,6 @@ Source: https://github.com/abrt/%{name}/archive/%{version}/%{name}-%{version}.ta
# git format-patch %%{Version} --topo-order -N -M;
# i=1; for p in `ls 0*.patch`; do printf "Patch%04d: %s\n" $i $p; ((i++)); done
-# don't remove this patch, packages in rawhide are not signed!
-Patch0: disable-OpenGPGCheck-in-Fedora-Rawhide.patch
Patch1: 0001-logging-rename-omitted-log-to-log_warning.patch
# '%%autosetup -S git' -> git
@@ -1170,6 +1168,9 @@ killall abrt-dbus >/dev/null 2>&1 || :
%config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
%changelog
+* Wed Sep 27 2017 Martin Kutlak <mkutlak@redhat.com> 2.10.4-3
+- Drop GPG check patch for unsigned packages
+
* Wed Aug 30 2017 Martin Kutlak <mkutlak@redhat.com> 2.10.4-2
- logging: rename omitted log() to log_warning()
diff --git a/disable-OpenGPGCheck-in-Fedora-Rawhide.patch b/disable-OpenGPGCheck-in-Fedora-Rawhide.patch
deleted file mode 100644
index f88c86d..0000000
--- a/disable-OpenGPGCheck-in-Fedora-Rawhide.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 1ef034096efe367af85f568bc982af969124003b Mon Sep 17 00:00:00 2001
-From: rpm-build <rpm-build>
-Date: Mon, 10 Feb 2014 09:39:07 +0100
-Subject: [PATCH] disable OpenGPGCheck in Fedora Rawhide
-
-Packages in Fedora Rawhide are not signed.
----
- src/daemon/abrt-action-save-package-data.conf | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/daemon/abrt-action-save-package-data.conf b/src/daemon/abrt-action-save-package-data.conf
-index 3d35bb6..e3f724a 100644
---- a/src/daemon/abrt-action-save-package-data.conf
-+++ b/src/daemon/abrt-action-save-package-data.conf
-@@ -3,7 +3,7 @@
- # Product Signing (GPG) Keys:
- # https://access.redhat.com/security/team/key
- #
--OpenGPGCheck = yes
-+OpenGPGCheck = no
-
- # Blacklisted packages
- #
---
-1.8.3.1
-
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-03 10:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-03 10:23 [rpms/abrt] update-2.17.8: Drop GPG check patch for unsigned packages Martin Kutlak
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox