Only the GUI needs a window manager
This commit is contained in:
parent
c059048c48
commit
a5c752b0ce
@ -2,7 +2,7 @@ Summary: Initial system configuration utility
|
|||||||
Name: initial-setup
|
Name: initial-setup
|
||||||
URL: http://fedoraproject.org/wiki/FirstBoot
|
URL: http://fedoraproject.org/wiki/FirstBoot
|
||||||
Version: 0.3.21
|
Version: 0.3.21
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
|
|
||||||
# This is a Red Hat maintained package which is specific to
|
# This is a Red Hat maintained package which is specific to
|
||||||
# our distribution.
|
# our distribution.
|
||||||
@ -35,7 +35,6 @@ Requires: anaconda-tui >= %{anacondaver}
|
|||||||
Requires(post): systemd
|
Requires(post): systemd
|
||||||
Requires(preun): systemd
|
Requires(preun): systemd
|
||||||
Requires(postun): systemd
|
Requires(postun): systemd
|
||||||
Requires: firstboot(windowmanager)
|
|
||||||
Requires: libreport-python
|
Requires: libreport-python
|
||||||
Requires: python-di
|
Requires: python-di
|
||||||
Requires: util-linux
|
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
|
Summary: Graphical user interface for the initial-setup utility
|
||||||
Requires: gtk3
|
Requires: gtk3
|
||||||
Requires: anaconda-gui >= %{anacondaver}
|
Requires: anaconda-gui >= %{anacondaver}
|
||||||
|
Requires: firstboot(windowmanager)
|
||||||
Requires: initial-setup
|
Requires: initial-setup
|
||||||
|
|
||||||
%description gui
|
%description gui
|
||||||
@ -62,15 +62,15 @@ initial-setup utility.
|
|||||||
rm -rf *.egg-info
|
rm -rf *.egg-info
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__python} setup.py build
|
python setup.py build
|
||||||
make po-files
|
make po-files
|
||||||
|
|
||||||
%check
|
%check
|
||||||
export XDG_RUNTIME_DIR=/tmp
|
export XDG_RUNTIME_DIR=/tmp
|
||||||
%{__python} setup.py nosetests
|
python setup.py nosetests
|
||||||
|
|
||||||
%install
|
%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
|
make install-po-files
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
@ -127,6 +127,9 @@ fi
|
|||||||
%systemd_postun_with_restart initial-setup-graphical.service
|
%systemd_postun_with_restart initial-setup-graphical.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 31 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.3.21-2
|
||||||
|
- Only the GUI needs a window manager
|
||||||
|
|
||||||
* Wed May 28 2014 Martin Kolman <mkolman@redhat.com> - 0.3.21-1
|
* Wed May 28 2014 Martin Kolman <mkolman@redhat.com> - 0.3.21-1
|
||||||
- Adapt to python-nose API change (mkolman)
|
- Adapt to python-nose API change (mkolman)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user