[banshee] - Update the Requires to match BR on s390(x)

Dan Horák sharkcz at fedoraproject.org
Tue Oct 19 15:47:29 UTC 2010


commit 888944c1ef29d58bef0c269a4eaec20215a48ead
Author: Dan Horák <dan at danny.cz>
Date:   Tue Oct 19 17:47:22 2010 +0200

    - Update the Requires to match BR on s390(x)

 banshee.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/banshee.spec b/banshee.spec
index 83363c8..c6f5e3a 100644
--- a/banshee.spec
+++ b/banshee.spec
@@ -7,7 +7,7 @@
 Name:    banshee
 Version: %{mainver}%{?patchver}
 #Release: 0.1.%{gitdate}git%{?dist}
-Release: 8%{?dist}
+Release: 9%{?dist}
 Summary: Easily import, manage, and play selections from your music collection
 
 Group:   Applications/Multimedia
@@ -92,7 +92,9 @@ BuildRequires: autoconf automake libtool
 
 Requires:      shared-mime-info
 Requires:      gstreamer-plugins-good
+%ifnarch s390 s390x
 Requires:      libgpod-sharp >= 0.7.95
+%endif
 Requires:      gio-sharp gtk-sharp-beans
 Requires:      %{name}-musicbrainz = %{version}-%{release}
 
@@ -243,6 +245,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Tue Oct 19 2010 Dan Horák <dan[at]danny.cz> - 1.8.0-9
+- Update the Requires to match BR on s390(x)
+
 * Tue Oct 19 2010 Nathaniel McCallum <nathaniel at natemccallum.com> - 1.8.0-8
 - Added gnome-doc-utils BR
 


More information about the scm-commits mailing list