From a5c752b0ce8271b1e6131c8d69137182f46564fa Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: May 31 2014 17:24:13 +0000 Subject: Only the GUI needs a window manager --- diff --git a/initial-setup.spec b/initial-setup.spec index af0b33b..f908c56 100644 --- a/initial-setup.spec +++ b/initial-setup.spec @@ -2,7 +2,7 @@ Summary: Initial system configuration utility Name: initial-setup URL: http://fedoraproject.org/wiki/FirstBoot Version: 0.3.21 -Release: 1%{?dist} +Release: 2%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. @@ -35,7 +35,6 @@ Requires: anaconda-tui >= %{anacondaver} Requires(post): systemd Requires(preun): systemd Requires(postun): systemd -Requires: firstboot(windowmanager) Requires: libreport-python Requires: python-di Requires: util-linux @@ -49,6 +48,7 @@ a series of steps that allows for easier configuration of the machine. Summary: Graphical user interface for the initial-setup utility Requires: gtk3 Requires: anaconda-gui >= %{anacondaver} +Requires: firstboot(windowmanager) Requires: initial-setup %description gui @@ -62,15 +62,15 @@ initial-setup utility. rm -rf *.egg-info %build -%{__python} setup.py build +python setup.py build make po-files %check export XDG_RUNTIME_DIR=/tmp -%{__python} setup.py nosetests +python setup.py nosetests %install -%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT +python setup.py install --skip-build --root $RPM_BUILD_ROOT make install-po-files %find_lang %{name} @@ -127,6 +127,9 @@ fi %systemd_postun_with_restart initial-setup-graphical.service %changelog +* Sat May 31 2014 Peter Robinson 0.3.21-2 +- Only the GUI needs a window manager + * Wed May 28 2014 Martin Kolman - 0.3.21-1 - Adapt to python-nose API change (mkolman)