diff --git a/sugar.spec b/sugar.spec index 13a511d..e3704f8 100644 --- a/sugar.spec +++ b/sugar.spec @@ -6,7 +6,7 @@ Summary: Constructionist learning platform Name: sugar Version: 0.83.3 -Release: 5%{?dist} +Release: 6%{?dist} URL: http://sugarlabs.org/ Source0: http://dev.laptop.org/pub/sugar/sources/%{name}/%{name}-%{version}.tar.bz2 License: GPLv2+ @@ -30,6 +30,10 @@ Requires: gnome-python2-gconf Requires: matchbox-window-manager Requires: python-telepathy Requires: gstreamer-python +# for dbus-launch +Requires: dbus-x11 +# for ssh-keygen +Requires: openssh %description @@ -50,6 +54,8 @@ Summary: The emulator for the Sugar Desktop Environment Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: xorg-x11-server-Xephyr +# for xdpyinfo +Requires: xorg-x11-utils %description emulator The emulator let's you test and debug sugar. For example it allows you to run @@ -128,6 +134,9 @@ rm -rf %{buildroot} %{_bindir}/sugar-emulator %changelog +* Wed Dec 21 2008 Bernie Innocenti - 0.83.3-6 +- Add missing dependencies on xorg-x11-utils, dbus-x11 and openssh + * Wed Dec 10 2008 Bernie Innocenti - 0.83.3-5 - Spec file cleanup and updates