From 0411cb81fe52cd09e07a6e9497b2a1b76435c54a Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Jan 19 2011 17:20:40 +0000 Subject: 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 1.1.14-3 +- fixed build with rpm 4.9 (thx panu pmatilai for the patch) + * Wed Jan 19 2011 Matthias Clasen 1.1.14-2 - Rebuild against new rpm