new version
- Make EULA spoke name compatible with three column hub (mkolman) - Blacklist the ptmx console from multi-tty use (mkolman) - Add support for showing an EULA spoke (mkolman) - Add explicit dependency on X server for the GUI sub-package (mkolman)
This commit is contained in:
parent
73cc365970
commit
ad5e70fe52
1
.gitignore
vendored
1
.gitignore
vendored
@ -58,3 +58,4 @@
|
|||||||
/initial-setup-0.3.58.tar.gz
|
/initial-setup-0.3.58.tar.gz
|
||||||
/initial-setup-0.3.60.tar.gz
|
/initial-setup-0.3.60.tar.gz
|
||||||
/initial-setup-0.3.61.tar.gz
|
/initial-setup-0.3.61.tar.gz
|
||||||
|
/initial-setup-0.3.62.tar.gz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
Summary: Initial system configuration utility
|
Summary: Initial system configuration utility
|
||||||
Name: initial-setup
|
Name: initial-setup
|
||||||
URL: https://fedoraproject.org/wiki/InitialSetup
|
URL: https://fedoraproject.org/wiki/InitialSetup
|
||||||
Version: 0.3.61
|
Version: 0.3.62
|
||||||
Release: 3%{?dist}
|
Release: 1%{?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.
|
||||||
@ -46,6 +46,8 @@ 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: firstboot(windowmanager)
|
||||||
|
Requires: xorg-x11-xinit
|
||||||
|
Requires: xorg-x11-server-Xorg
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
%description gui
|
%description gui
|
||||||
@ -158,11 +160,11 @@ fi
|
|||||||
%{python3_sitelib}/initial_setup/gui/*
|
%{python3_sitelib}/initial_setup/gui/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.61-3
|
* Fri Jul 27 2018 Martin Kolman <mkolman@redhat.com> - 0.3.62-1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Make EULA spoke name compatible with three column hub (mkolman)
|
||||||
|
- Blacklist the ptmx console from multi-tty use (mkolman)
|
||||||
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.3.61-2
|
- Add support for showing an EULA spoke (mkolman)
|
||||||
- Rebuilt for Python 3.7
|
- Add explicit dependency on X server for the GUI sub-package (mkolman)
|
||||||
|
|
||||||
* Wed May 09 2018 Martin Kolman <mkolman@redhat.com> - 0.3.61-1
|
* Wed May 09 2018 Martin Kolman <mkolman@redhat.com> - 0.3.61-1
|
||||||
- Fix the users module import (#1575650) (mkolman)
|
- Fix the users module import (#1575650) (mkolman)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (initial-setup-0.3.61.tar.gz) = 7875d7dcabd946bc3db9bbe27413b87a4b6879f673ac4e1b325f458eed001be36ac81f3c4796d48e278a676debafc7fa5857086360405203d5f8533223bdf60b
|
SHA512 (initial-setup-0.3.62.tar.gz) = 00f3dc8c904388f85800fff058227ff0c046ef1634d6de103aaa4a2a4fe69f0dd7c9741a921b145bb144c1a75c6c919b8f161d567030af6099b8bf3db7e7fc93
|
||||||
|
Loading…
Reference in New Issue
Block a user