1
0

Accepting request 99731 from GNOME:Factory

Try to fix build loop

OBS-URL: https://build.opensuse.org/request/show/99731
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-bluetooth?expand=0&rev=54
This commit is contained in:
Stephan Kulow 2012-01-19 15:55:31 +00:00 committed by Git OBS Bridge
commit caba56a3c8
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 11 08:59:36 UTC 2012 - vuntz@opensuse.org
- Change gnome-control-center Requires to Recommends, to avoid a
build loop.
-------------------------------------------------------------------
Sat Dec 24 13:43:44 UTC 2011 - gankov@opensuse.org

View File

@ -15,7 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: gnome-bluetooth
Version: 3.3.3
Release: 0
@ -48,9 +47,9 @@ BuildRequires: gtk-doc
Requires: bluez >= 4.36
# Require obexd for bluetooth-sendto to work (bnc#622946)
Requires: obexd-client
# Require gnome-control-center for bluetooth setup to work (bnc#732689)
Requires: gnome-control-center
Recommends: %{name}-lang
# Recommend gnome-control-center for bluetooth setup to work (bnc#732689). It's not a Requires to avoid a build loop between NetworkManager-gnome and gnome-control-center.
Recommends: gnome-control-center
Provides: bluez-gnome = 1.8
Obsoletes: bluez-gnome < 1.8
BuildRoot: %{_tmppath}/%{name}-%{version}-build