no bluetooth on s390(x)

This commit is contained in:
Dan Horák 2011-04-28 16:43:47 +02:00
parent da9d8ec9b5
commit d2811fa31e

View File

@ -1,6 +1,6 @@
Name: gnome-shell Name: gnome-shell
Version: 3.0.1 Version: 3.0.1
Release: 2%{?dist} Release: 3%{?dist}
Summary: Window management and application launching for GNOME Summary: Window management and application launching for GNOME
Group: User Interface/Desktops Group: User Interface/Desktops
@ -44,8 +44,10 @@ BuildRequires: libXfixes-devel >= 5.0
BuildRequires: librsvg2-devel BuildRequires: librsvg2-devel
BuildRequires: mutter-devel >= %{mutter_version} BuildRequires: mutter-devel >= %{mutter_version}
BuildRequires: pulseaudio-libs-devel BuildRequires: pulseaudio-libs-devel
%ifnarch s390 s390x
BuildRequires: gnome-bluetooth-libs-devel >= 2.91 BuildRequires: gnome-bluetooth-libs-devel >= 2.91
BuildRequires: gnome-bluetooth >= 2.91 BuildRequires: gnome-bluetooth >= 2.91
%endif
# Bootstrap requirements # Bootstrap requirements
BuildRequires: gtk-doc gnome-common BuildRequires: gtk-doc gnome-common
Requires: gnome-menus >= 3.0.0-2 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 ||: glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
%changelog %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@redhat.com> - 3.0.1-2 * Wed Apr 27 2011 Owen Taylor <otaylor@redhat.com> - 3.0.1-2
- Add a patch from upstream to fix duplicate applications in application display - Add a patch from upstream to fix duplicate applications in application display