From 3a2b1378399c27beebbe2bd59d7cbbf7553b050f5422ad12839e69856c5d377e Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Wed, 11 Jan 2012 09:58:46 +0000 Subject: [PATCH] Accepting request 99713 from home:vuntz:branches:GNOME:Factory Try to fix build loop OBS-URL: https://build.opensuse.org/request/show/99713 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-bluetooth?expand=0&rev=90 --- gnome-bluetooth.changes | 6 ++++++ gnome-bluetooth.spec | 5 ++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/gnome-bluetooth.changes b/gnome-bluetooth.changes index aba94b6..25d8598 100644 --- a/gnome-bluetooth.changes +++ b/gnome-bluetooth.changes @@ -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 diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec index ec963c6..8c3f443 100644 --- a/gnome-bluetooth.spec +++ b/gnome-bluetooth.spec @@ -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