From 26b050ccc0d7962666c2fb66ac994d032b5e0fcf Mon Sep 17 00:00:00 2001 From: bnocera Date: Jan 31 2007 13:41:42 +0000 Subject: - Require autoconf in the BuildRequires, as it's not in the minimum build environment --- diff --git a/rhythmbox.spec b/rhythmbox.spec index 5a3674c..2e733b8 100644 --- a/rhythmbox.spec +++ b/rhythmbox.spec @@ -3,7 +3,7 @@ Name: rhythmbox Summary: Music Management Application Version: 0.9.7 -Release: 9%{?dist} +Release: 10%{?dist} License: GPL Group: Applications/Multimedia URL: http://www.gnome.org/projects/rhythmbox/ @@ -38,6 +38,8 @@ BuildRequires: pygtk2-devel BuildRequires: libsoup-devel BuildRequires: hal-devel BuildRequires: perl-XML-Parser +# For Patch1 +BuildRequires: autoconf ExcludeArch: s390 s390x @@ -140,6 +142,10 @@ fi %{_libexecdir}/rhythmbox-metadata %changelog +* Wed Jan 31 2007 - Bastien Nocera - 0.9.7-10.fc7 +- Require autoconf in the BuildRequires, as it's not in the minimum build + environment + * Wed Jan 31 2007 - Bastien Nocera - 0.9.7-9.fc7 - Exclude s390* from the builds, as there's no gnome-media there