From 6af5ca230fced89506fd627fb8af41c92edd478ed1721d5b48a960b4c97ef396 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 26 Oct 2011 14:34:20 +0000 Subject: [PATCH] Accepting request 89362 from GNOME:STABLE:3.2 - Add dependencies on libaccountsservice0, libgdmgreeter1 and libcaribou0 for 11.4. OBS-URL: https://build.opensuse.org/request/show/89362 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell?expand=0&rev=89 --- gnome-shell.changes | 6 ++++++ gnome-shell.spec | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/gnome-shell.changes b/gnome-shell.changes index 300349d..47a285c 100644 --- a/gnome-shell.changes +++ b/gnome-shell.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 26 11:28:56 UTC 2011 - fcrozat@suse.com + +- Add dependencies on libaccountsservice0, libgdmgreeter1 and + libcaribou0 for 11.4. + ------------------------------------------------------------------- Mon Oct 24 14:43:45 UTC 2011 - fcrozat@suse.com diff --git a/gnome-shell.spec b/gnome-shell.spec index 9ccb819..ed811ee 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -84,6 +84,12 @@ Requires: gnome-themes-accessibility Requires: gnome-screensaver # network system icon Requires: NetworkManager-gnome +# 11.4 doesn't have typelib dependency +%if 0%{?suse_version} < 1210 +Requires: libaccountsservice0 +Requires: libcaribou0 +Requires: libgdmgreeter1 +%endif Recommends: %{name}-browser-plugin Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build