public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jiri <moskovcak@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/abrt] update-2.17.9-f44: fixed problems with rhel gpg keys rhbz#800419
Date: Mon, 03 Aug 2026 11:03:37 GMT	[thread overview]
Message-ID: <178575501715.1.11547412844433711627.rpms-abrt-4e43e282e048@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/abrt
Branch : update-2.17.9-f44
Commit : 4e43e282e0482f2c6ea51f2e7ef8a3d69e33ea39
Author : Jiri <moskovcak@gmail.com>
Date   : 2012-03-19T16:08:33+01:00
Stats  : +17/-2 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/abrt/c/4e43e282e0482f2c6ea51f2e7ef8a3d69e33ea39?branch=update-2.17.9-f44

Log:
fixed problems with rhel gpg keys rhbz#800419

---
diff --git a/abrt-rhelkeys.patch b/abrt-rhelkeys.patch
new file mode 100644
index 0000000..a19e427
--- /dev/null
+++ b/abrt-rhelkeys.patch
@@ -0,0 +1,9 @@
+--- abrt-2.0.3/src/daemon/gpg_keys	2011-06-08 17:00:18.000000000 +0200
++++ abrt-2.0.3/src/daemon/gpg_keys_6_2	2011-07-14 20:57:09.000000000 +0200
+@@ -1 +1,5 @@
+-/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
++/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-beta
++/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-legacy-former
++/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-legacy-release
++/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-legacy-rhx
++/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release

diff --git a/abrt.spec b/abrt.spec
index bd73478..1fceace 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -26,7 +26,7 @@
 Summary: Automatic bug detection and reporting tool
 Name: abrt
 Version: 2.0.7
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: https://fedorahosted.org/abrt/
@@ -41,7 +41,7 @@ Patch5: 0005-more-glib2.31-fixes.patch
 Patch6: 0006-missed-one-more-deprecated-g_io_channel_read.patch
 Patch7: 0007-abrt-action-install-debuginfo-do-not-use-scientific-.patch
 Patch8: 0008-abrt-cli-add-man-page.-Closes-rhbz-747624.patch
-
+Patch9: abrt-rhelkeys.patch
 BuildRequires: dbus-devel
 BuildRequires: gtk2-devel
 BuildRequires: rpm-devel >= 4.6
@@ -212,6 +212,9 @@ Virtual package to make easy default installation on desktop environments.
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
+%if 0%{?rhel} >= 7
+    %patch9 -p1
+%endif
 
 %build
 autoconf
@@ -541,6 +544,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %defattr(-,root,root,-)
 
 %changelog
+* Mon Mar 19 2012 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.7-7
+- fixed problems with rhel gpg keys rhbz#800419
+
 * Thu Feb 02 2012 Jiri Moskovcak <jmoskovc@redhat.com> - 2.0.7-6
 - abrt-desktop shouldn't require bodhi on rhel (2nd try)
 

                 reply	other threads:[~2026-08-03 11:03 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=178575501715.1.11547412844433711627.rpms-abrt-4e43e282e048@fedoraproject.org \
    --to=moskovcak@gmail.com \
    --cc=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