[abrt] fixed build with rpm 4.9

Jiří Moskovčák jmoskovc at fedoraproject.org
Wed Jan 19 17:21:33 UTC 2011


commit 0411cb81fe52cd09e07a6e9497b2a1b76435c54a
Author: Jiri Moskovcak <jmoskovc at redhat.com>
Date:   Wed Jan 19 18:20:40 2011 +0100

    fixed build with rpm 4.9

 abrt.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
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 at 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 at redhat.com> 1.1.14-2
 - Rebuild against new rpm
 


More information about the scm-commits mailing list