public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/abrt] update-2.17.8: fixed build with rpm 4.9
@ 2026-08-03 10:22 Jiri Moskovcak
  0 siblings, 0 replies; only message in thread
From: Jiri Moskovcak @ 2026-08-03 10:22 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/abrt
Branch : update-2.17.8
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.8

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
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-03 10:22 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:22 [rpms/abrt] update-2.17.8: fixed build with rpm 4.9 Jiri Moskovcak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox