[gnome-shell/f15/master] no bluetooth on s390(x)

Dan Horák sharkcz at fedoraproject.org
Thu Apr 28 14:43:58 UTC 2011


commit d2811fa31e515b671fa57cafda05e40f35430fc8
Author: Dan Horák <dan at danny.cz>
Date:   Thu Apr 28 16:43:47 2011 +0200

    no bluetooth on s390(x)

 gnome-shell.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/gnome-shell.spec b/gnome-shell.spec
index 0b33fff..f2eaf93 100644
--- a/gnome-shell.spec
+++ b/gnome-shell.spec
@@ -1,6 +1,6 @@
 Name:           gnome-shell
 Version:        3.0.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Window management and application launching for GNOME
 
 Group:          User Interface/Desktops
@@ -44,8 +44,10 @@ BuildRequires:  libXfixes-devel >= 5.0
 BuildRequires:  librsvg2-devel
 BuildRequires:  mutter-devel >= %{mutter_version}
 BuildRequires:  pulseaudio-libs-devel
+%ifnarch s390 s390x
 BuildRequires:  gnome-bluetooth-libs-devel >= 2.91
 BuildRequires:  gnome-bluetooth >= 2.91
+%endif
 # Bootstrap requirements
 BuildRequires: gtk-doc gnome-common
 Requires:       gnome-menus >= 3.0.0-2
@@ -140,6 +142,9 @@ gconftool-2 --makefile-install-rule \
 glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
 
 %changelog
+* Thu Apr 28 2011 Dan Horák <dan[at]danny.cz> - 3.0.1-3
+- no bluetooth on s390(x)
+
 * Wed Apr 27 2011 Owen Taylor <otaylor at redhat.com> - 3.0.1-2
 - Add a patch from upstream to fix duplicate applications in application display
 


More information about the scm-commits mailing list