public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jiri Moskovcak <jmoskovc@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/abrt] update-2.17.9-f44: fixed build with rpm 4.9
Date: Mon, 03 Aug 2026 11:03:17 GMT	[thread overview]
Message-ID: <178575499704.1.15237868484441266651.rpms-abrt-0411cb81fe52@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/abrt
Branch : update-2.17.9-f44
Commit : 0411cb81fe52cd09e07a6e9497b2a1b76435c54a
Author : Jiri Moskovcak <jmoskovc@redhat.com>
Date   : 2011-01-19T18:20:40+01:00
Stats  : +6/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/abrt/c/0411cb81fe52cd09e07a6e9497b2a1b76435c54a?branch=update-2.17.9-f44

Log:
fixed build with rpm 4.9

---
diff --git a/abrt.spec b/abrt.spec
index 2eb86e4..59a5032 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -15,7 +15,7 @@
 %if "0%{?_buildid}" != "0"
 %define pkg_release 0.%{?_buildid}%{?dist}
 %else
-%define pkg_release 2%{?dist}
+%define pkg_release 3%{?dist}
 %endif
 
 Summary: Automatic bug detection and reporting tool
@@ -31,6 +31,7 @@ Patch0: abrt-1.0.9-hideprefs.patch
 Patch1: abrt_disable_gpgcheck.diff
 Patch2: blacklist.patch
 Patch4: libnotify_07.patch
+Patch5: abrt-1.1.14-rpm-digestalgo.patch
 BuildRequires: dbus-devel
 BuildRequires: gtk2-devel
 BuildRequires: curl-devel
@@ -241,6 +242,7 @@ Virtual package to make easy default installation on desktop environments.
 # general patches
 %patch2 -p1 -b .blacklist_mono
 %patch4 -p1 -b .libnotify07
+%patch5 -p1 -b .rpm49
 
 %build
 %configure
@@ -495,6 +497,9 @@ fi
 %defattr(-,root,root,-)
 
 %changelog
+* Wed Jan 19 2011 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.14-3
+- fixed build with rpm 4.9 (thx panu pmatilai for the patch)
+
 * Wed Jan 19 2011 Matthias Clasen <mclasen@redhat.com> 1.1.14-2
 - Rebuild against new rpm
 

                 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=178575499704.1.15237868484441266651.rpms-abrt-0411cb81fe52@fedoraproject.org \
    --to=jmoskovc@redhat.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