2006e19
# Enable X11 for RHEL 9 and older only
2006e19
%bcond x11 %[0%{?rhel} && 0%{?rhel} < 10]
2006e19
5038389
Name: initial-setup
2006e19
Summary: Initial system configuration utility
da2a0bf
URL: https://fedoraproject.org/wiki/InitialSetup
2006e19
License: GPL-2.0-or-later
2006e19
Version: 0.3.100
f5edba9
Release: 3%{?dist}
7132968
7132968
# This is a Red Hat maintained package which is specific to
7132968
# our distribution.
7132968
#
7132968
# The source is thus available only from within this SRPM
7132968
# or via direct git checkout:
070c0a2
# git clone https://github.com/rhinstaller/initial-setup
7132968
Source0: %{name}-%{version}.tar.gz
7132968
5cb052c
%define debug_package %{nil}
98a367b
%define anacondaver 37.8-1
2845c3e
7132968
BuildRequires: gettext
0c785c3
BuildRequires: python3-devel
0c785c3
BuildRequires: python3-setuptools
7132968
BuildRequires: systemd-units
7132968
BuildRequires: gtk3-devel
7132968
BuildRequires: glade-devel
070c0a2
BuildRequires: intltool
6d4a346
BuildRequires: make
2845c3e
70e5c42
Requires: %{__python3}
2845c3e
Requires: anaconda-tui >= %{anacondaver}
2006e19
Requires: libxkbcommon
2a6f57f
Requires: python3-simpleline >= 1.4
19f0962
Requires: systemd >= 235
54c333e
Requires(post): systemd
54c333e
Requires(preun): systemd
54c333e
Requires(postun): systemd
6cdaa29
Requires: util-linux
ab9e3c1
Conflicts: firstboot < 19.2
7132968
7132968
%description
7132968
The initial-setup utility runs after installation.  It guides the user through
7132968
a series of steps that allows for easier configuration of the machine.
7132968
2006e19
%post
2006e19
%systemd_post initial-setup.service
2006e19
2006e19
%preun
2006e19
%systemd_preun initial-setup.service
2006e19
2006e19
%postun
2006e19
%systemd_postun initial-setup.service
2006e19
2006e19
%files -f %{name}.lang
2006e19
%doc README.rst ChangeLog
2006e19
%license COPYING
2006e19
%{python3_sitelib}/initial_setup*
2006e19
%exclude %{python3_sitelib}/initial_setup/gui
2006e19
%{_libexecdir}/%{name}/run-initial-setup
2006e19
%{_libexecdir}/%{name}/initial-setup-text
2006e19
%{_libexecdir}/%{name}/reconfiguration-mode-enabled
2006e19
%{_unitdir}/initial-setup.service
2006e19
%{_unitdir}/initial-setup-reconfiguration.service
2006e19
%dir %{_sysconfdir}/%{name}
2006e19
%dir %{_sysconfdir}/%{name}/conf.d
2006e19
%config %{_sysconfdir}/%{name}/conf.d/*
2006e19
%{_sysconfdir}/pam.d/initial-setup
2006e19
2006e19
%ifarch s390 s390x
2006e19
%{_sysconfdir}/profile.d/initial-setup.sh
2006e19
%{_sysconfdir}/profile.d/initial-setup.csh
2006e19
%endif
2006e19
2006e19
# --------------------------------------------------------------------------
2006e19
2845c3e
%package gui
2845c3e
Summary: Graphical user interface for the initial-setup utility
2845c3e
Requires: gtk3
2845c3e
Requires: anaconda-gui >= %{anacondaver}
5038389
Requires: firstboot(gui-backend)
f728d46
Requires: %{name} = %{version}-%{release}
5038389
Suggests: %{name}-gui-wayland-generic
2845c3e
2845c3e
%description gui
2845c3e
The initial-setup-gui package contains a graphical user interface for the
2845c3e
initial-setup utility.
2845c3e
2006e19
%files gui
2006e19
%{_libexecdir}/%{name}/initial-setup-graphical
2006e19
%{python3_sitelib}/initial_setup/gui/
2006e19
2006e19
# --------------------------------------------------------------------------
2006e19
2006e19
%package gui-wayland-generic
2006e19
Summary: Run the initial-setup GUI in Wayland
2006e19
Requires: %{name}-gui = %{version}-%{release}
2006e19
Requires: weston
2006e19
Requires: xorg-x11-server-Xwayland
2006e19
2006e19
Provides:  firstboot(gui-backend)
2006e19
Conflicts: firstboot(gui-backend)
2006e19
RemovePathPostfixes: .guiweston
2006e19
2006e19
%description gui-wayland-generic
2006e19
%{summary}.
2006e19
2006e19
%files gui-wayland-generic
2006e19
%{_libexecdir}/%{name}/run-gui-backend.guiweston
2006e19
2006e19
# --------------------------------------------------------------------------
2006e19
2006e19
%if %{with x11}
5038389
%package gui-xorg
5038389
Summary: Run the initial-setup GUI in Xorg
5038389
Requires: %{name}-gui = %{version}-%{release}
5038389
Requires: xorg-x11-xinit
5038389
Requires: xorg-x11-server-Xorg
5038389
Requires: firstboot(windowmanager)
5038389
5038389
Provides:  firstboot(gui-backend)
5038389
Conflicts: firstboot(gui-backend)
5038389
RemovePathPostfixes: .guixorg
5038389
5038389
%description gui-xorg
5038389
%{summary}.
5038389
2006e19
%files gui-xorg
2006e19
%{_libexecdir}/%{name}/run-gui-backend.guixorg
2006e19
%{_libexecdir}/%{name}/firstboot-windowmanager
2006e19
%endif
5038389
2006e19
# --------------------------------------------------------------------------
5038389
7132968
%prep
6b3fbd5
%autosetup -p 1
7132968
7132968
# remove upstream egg-info
7132968
rm -rf *.egg-info
7132968
7132968
%build
2006e19
%make_build
7132968
7132968
%install
2006e19
%make_install
5038389
5038389
# Remove the default link, provide subpackages for alternatives
5038389
rm %{buildroot}%{_libexecdir}/%{name}/run-gui-backend
070c0a2
2006e19
%if ! %{with x11}
2006e19
# We do not want to ship X11 support anymore
2006e19
rm -v %{buildroot}%{_libexecdir}/%{name}/run-gui-backend.guixorg
2006e19
rm -v %{buildroot}%{_libexecdir}/%{name}/firstboot-windowmanager
7132968
%endif
7132968
2006e19
%find_lang %{name}
5038389
7132968
%changelog
f5edba9
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.100-3
f5edba9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
f5edba9
477becb
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.100-2
477becb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
477becb
2006e19
* Wed Jan 03 2024 Martin Kolman <mkolman@redhat.com> - 0.3.100-1
2006e19
- spec: Disable shipping the X11 backend for all but RHEL < 10 (neal)
2006e19
- spec: Restructure and modernize (neal)
2006e19
5038389
* Wed Jan 03 2024 Martin Kolman <mkolman@redhat.com> - 0.3.99-1
5038389
- Default initial-setup-gui GDK to X11 for all display servers (ales.astone)
5038389
- Configure a seat session for running wayland compositors (ales.astone)
5038389
- Add support for generic Wayland support through Weston (neal)
5038389
- Allow running the graphical setup in graphic servers other than Xorg (ales.astone)
5038389
- windowmanager: Remove kwin (ales.astone)
5506129
7ec5bdf
* Mon Oct 09 2023 Martin Kolman <mkolman@redhat.com> - 0.3.98-1
7ec5bdf
- Fix Anaconda module startup (#2241274) (mkolman)
7ec5bdf
86c3621
* Mon Feb 13 2023 Martin Kolman <mkolman@redhat.com> - 0.3.97-1
86c3621
- Make it possible to run with no kickstart (mkolman)
86c3621
- Fixup packit SRPM build deps (mkolman)
86c3621
e4208b3
* Thu Jan 19 2023 Martin Kolman <mkolman@redhat.com> - 0.3.96-1
e4208b3
- SPDX compatible License: line (mkolman)
e4208b3
- Fixup version in setup.py (mkolman)
9648e31
98a367b
* Wed Jul 20 2022 Martin Kolman <mkolman@redhat.com> - 0.3.95-1
98a367b
- Use Anaconda DBus read-write properties (vponcova)
660e063
9e82699
* Tue Oct 12 2021 Martin Kolman <mkolman@redhat.com> - 0.3.94-1
9e82699
- Remove the default_help_pages configuration option (vponcova)
9e82699
- Add the configuration files to the updates image (vponcova)
9e82699
- Remove the helpFile attribute (vponcova)
9e82699
- Specify unique screen ids (vponcova)
9e82699
- Apply suggestions from code review (martin.kolman)
9e82699
- Fix ownership of the gui folder (#1812463) (mkolman)
9e82699
- Don't show the EULA spoke if the license file doesn't exist (vponcova)
01e0e87
6fed5d0
* Mon Jul 12 2021 Martin Kolman <mkolman@redhat.com> - 0.3.93-1
6fed5d0
- Use profiles instead of product configuration files (vponcova)
6fed5d0
- Change the Python version to 3.10 in the makeupdates script (vponcova)
6fed5d0
d6f1256
* Thu Jun 24 2021 Martin Kolman <mkolman@redhat.com> - 0.3.92-1
d6f1256
- Fixup version in setup.py (mkolman)
d6f1256
- Add gnome-kiosk to window managers usable by initial-setup (rvykydal)
d6f1256
- Add copr builds also for branched Fedora (jkonecny)
6b8f946
9c2ebaf
* Tue Apr 27 2021 Martin Kolman <mkolman@redhat.com> - 0.3.91-1
9c2ebaf
- Disable multi TTY handler when running in SSH session (mkolman)
9c2ebaf
- Add CLI option to disable multi TTY handler (mkolman)
9c2ebaf
c04f323
* Tue Mar 30 2021 Martin Kolman <mkolman@redhat.com> - 0.3.90-1
c04f323
- Remove old failing pre scriptlet (mkolman)
c04f323
de0480c
* Tue Mar 23 2021 Martin Kolman <mkolman@redhat.com> - 0.3.89-1
de0480c
- Include scripts in the updates image (vponcova)
de0480c
- Drop build time dependency on the anaconda package (mkolman)
9cfbdda
f32f898
* Mon Feb 22 2021 Martin Kolman <mkolman@redhat.com> - 0.3.88-1
f32f898
- Load the product configuration files (vponcova)
f32f898
- Clean up the code (vponcova)
f32f898
6d4a346
* Mon Feb 15 2021 Martin Kolman <mkolman@redhat.com> - 0.3.87-1
6d4a346
- Add BuildRequires: make (tstellar)
6d4a346
- Fixup version number in setup.py (mkolman)
6d4a346
dce6345
* Fri Feb 12 2021 Martin Kolman <mkolman@redhat.com> - 0.3.86-1
dce6345
- Drop python-nose from the dependencies (#1916799) (vponcova)
dce6345
- Add the makeupdates script (vponcova)
dce6345
- Remove deprecated support for add-ons (vponcova)
dce6345
- Don't run installation tasks of add-ons in a meta task (vponcova)
dce6345
- Migrate COPR builds from Jenkins to Packit (jkonecny)
dce6345
- Add documentation for the new test solution (jkonecny)
dce6345
- Add support for custom Anaconda COPR repository (jkonecny)
dce6345
- Use `make test` to run TMT tests locally (jkonecny)
dce6345
- Add TMT configuration to get Anaconda COPR build (jkonecny)
dce6345
- Add Packit support for initial-setup (jkonecny)
dce6345
- Update and use setup.py for archive creation (jkonecny)
dce6345
- Fix ChangeLog generation in Makefile (jkonecny)
5fb2c2b
f406c7b
* Mon Dec 07 2020 Martin Kolman <mkolman@redhat.com> - 0.3.85-1
f406c7b
- Adapt to category title translation fix in Anaconda (mkolman)
f406c7b
f8bb24b
* Tue Oct 27 2020 Martin Kolman <mkolman@redhat.com> - 0.3.84-1
f8bb24b
- Adjust to logging command changes in Anaconda (#1891621) (mkolman)
f8bb24b
- Make sure the output from custom_getpass() is serialized after stdout (lkundrak)
f8bb24b
8c4ce12
* Wed Aug 19 2020 Martin Kolman <mkolman@redhat.com> - 0.3.83-1
8c4ce12
- Add PEP8 Speaks configuration (mkolman)
8c4ce12
- Remove hard coded name of the translation repo in tmp (jkonecny)
8c4ce12
- Update README.rst (mkolman)
8c4ce12
- Add missing branch config to manifest file (jkonecny)
8c4ce12
- Add COPR daily builds badge (jkonecny)
f63eec0
931b2f7
* Mon Jun 08 2020 Martin Kolman <mkolman@redhat.com> - 0.3.82-1
931b2f7
- Add translation badge to the README file (jkonecny)
931b2f7
- Remove unused PREFIX variable from Makefile (jkonecny)
931b2f7
- Use new po-push instead of Zanata (jkonecny)
931b2f7
- Add po-push using localization repository (jkonecny)
931b2f7
- Use translation repository to pull the translations (jkonecny)
b3d5048
70e5c42
* Fri May 22 2020 Martin Kolman <mkolman@redhat.com> - 0.3.81-1
70e5c42
- Use macro for Python 3 requirement in spec file (mkolman)
70e5c42
- Remove outdated dependency on python3-libreport (vslavik)
70e5c42
- Fix a typo in Zanata CLI invocation (mkolman)
3698575
e8f6739
* Tue Dec 10 2019 Martin Kolman <mkolman@redhat.com> - 0.3.80-1
e8f6739
- Do not call a task which has been moved into install keyboard task (rvykydal)
e8f6739
- Adapt to changes in localization module (rvykydal)
e8f6739
- Fix Zanata client detection in Makefile (mkolman)
e8f6739
cb66b49
* Mon Nov 18 2019 Martin Kolman <mkolman@redhat.com> - 0.3.79-1
cb66b49
- Fix import of the DBus launcher (vponcova)
cb66b49
Martin Kolman fdab739
* Tue Nov 12 2019 Martin Kolman <martin.kolman@gmail.com> - 0.3.78-1
Martin Kolman fdab739
- Revert "Fix import of the DBus launcher" (martin.kolman)
Martin Kolman fdab739
- Run the installation tasks of the DBus addons (vponcova)
Martin Kolman fdab739
- Run the installation tasks of the Timezone module (vponcova)
Martin Kolman fdab739
- Fix import of the DBus launcher (vponcova)
Martin Kolman fdab739
6b3fbd5
* Thu Oct 24 2019 Martin Kolman <mkolman@redhat.com> - 0.3.77-1
6b3fbd5
- Run the installation tasks of the Localization module (vponcova)
6b3fbd5
- Use new DBus support for reading a kickstart file (vponcova)
6b3fbd5
- Use autosetup instead of setup (mkolman)
6b3fbd5
- Bump Anaconda version due to networking changes (mkolman)
6b3fbd5
e72c9de
* Fri Oct 04 2019 Martin Kolman <mkolman@redhat.com> - 0.3.76-1
e72c9de
- Fix configuration of network hostname (#1757960) (rvykydal)
e72c9de
08c179e
* Thu Oct 03 2019 Martin Kolman <mkolman@redhat.com> - 0.3.75-1
08c179e
- Blacklist some USB consoles from multi-TTY handler (#1755580) (mkolman)
08c179e
7f37bb8
* Wed Sep 18 2019 Martin Kolman <mkolman@redhat.com> - 0.3.74-1
7f37bb8
- Fix typo in reconfig mode detection (#1752554) (mkolman)
a0e545b
b8fac51
* Wed Jul 31 2019 Martin Kolman <mkolman@redhat.com> - 0.3.73-1
b8fac51
- Remove system root from DBus calls (vponcova)
b8fac51
- Correct the name for libreport Python3 require (mkutlak)
da06cbf
5505b79
* Thu Jun 20 2019 Martin Kolman <mkolman@redhat.com> - 0.3.72-1
5505b79
- Set physical and system roots in the configuration file (vponcova)
5505b79
- Write Anaconda logs to journal (vponcova)
5505b79
- Read configuration files from /etc/initial-setup/conf.d (#1713506) (vponcova)
5505b79
61030c0
* Thu Jun 13 2019 Martin Kolman <mkolman@redhat.com> - 0.3.71-1
61030c0
- Don't initialize the screen access manager (vponcova)
61030c0
624c78a
* Wed May 15 2019 Martin Kolman <mkolman@redhat.com> - 0.3.70-1
624c78a
- Adjust to changes in the Users DBus module (mkolman)
624c78a
2d6ba17
* Thu Apr 04 2019 Martin Kolman <mkolman@redhat.com> - 0.3.69-1
2d6ba17
- Adapt to removal of ifcfg.log (#1695967) (rvykydal)
2d6ba17
987e687
* Tue Mar 12 2019 Martin Kolman <mkolman@redhat.com> - 0.3.68-1
987e687
- Remove obsolete Group definition from the spec file (mkolman)
987e687
- Initialize network module (device configurations) (#1685992) (rvykydal)
987e687
- Specify the type of the installation system (#1685992) (vponcova)
3714447
987e687
* Tue Mar 12 2019 Martin Kolman <mkolman@redhat.com> - 0.3.67-1
6c66ec0
- Update arguments of the execute methods (#1666849) (vponcova)
6c66ec0
84ae720
* Mon Jan 21 2019 Martin Kolman <mkolman@redhat.com> - 0.3.66-1
84ae720
- Don't call initThreading (#1666849) (vponcova)
84ae720
c84fcc0
* Thu Jan 03 2019 Martin Kolman <mkolman@redhat.com> - 0.3.65-1
c84fcc0
- Remove install classes from the initial setup (vponcova)
c84fcc0
2a6f57f
* Mon Nov 19 2018 Martin Kolman <mkolman@redhat.com> - 0.3.64-1
2a6f57f
- Handle simpleline having an empty stack (mkolman)
2a6f57f
90d16ab
* Mon Nov 05 2018 Martin Kolman <mkolman@redhat.com> - 0.3.63-1
90d16ab
- Disable modules in the configuration file (vponcova)
90d16ab
- Let the DBus launcher to set up the modules (vponcova)
90d16ab
- README.rst: update link to anaconda addon dev guide (kenyon)
90d16ab
ad5e70f
* Fri Jul 27 2018 Martin Kolman <mkolman@redhat.com> - 0.3.62-1
ad5e70f
- Make EULA spoke name compatible with three column hub (mkolman)
ad5e70f
- Blacklist the ptmx console from multi-tty use (mkolman)
ad5e70f
- Add support for showing an EULA spoke (mkolman)
ad5e70f
- Add explicit dependency on X server for the GUI sub-package (mkolman)
348c5be
a04288c
* Wed May 09 2018 Martin Kolman <mkolman@redhat.com> - 0.3.61-1
a04288c
- Fix the users module import (#1575650) (mkolman)
a04288c
2ea82c4
* Fri May 04 2018 Martin Kolman <mkolman@redhat.com> - 0.3.60-1
2ea82c4
- Fix name of the Zanata Python client package (mkolman)
2ea82c4
- Use the Anaconda default for DBUS module timeout (mkolman)
2ea82c4
2ea82c4
* Mon Apr 23 2018 Martin Kolman <mkolman@redhat.com> - 0.3.59-1
2ea82c4
- Fix version number in setup.py (mkolman)
2ea82c4
42745dc
* Thu Apr 19 2018 Martin Kolman <mkolman@redhat.com> - 0.3.58-1
42745dc
- Run only the supported kickstart modules (#1566621) (vponcova)
42745dc
c351810
* Tue Apr 10 2018 Martin Kolman <mkolman@redhat.com> - 0.3.57-1
c351810
- Adapt to a new Simpleline input handling (jkonecny)
c351810
b07b0c1
* Mon Mar 19 2018 Martin Kolman <mkolman@redhat.com> - 0.3.56-1
b07b0c1
- Adjust to Hub behavior change (mkolman)
b07b0c1
- Apply the Anaconda modularization changes (vponcova)
b07b0c1
f087c3b
* Mon Mar 05 2018 Martin Kolman <mkolman@redhat.com> - 0.3.55-1
f087c3b
- Handle kickstart commands provided by DBUS modules (mkolman)
f087c3b
- Adapt to changes in starting Boss (mkolman)
f087c3b
3602206
* Wed Feb 28 2018 Martin Kolman <mkolman@redhat.com> - 0.3.54-1
3602206
- Start and stop Boss (mkolman)
3602206
- New version 0.3.53 (mkolman)
3602206
- Add common function for finding bugreport URL (riehecky)
b21ff60
a04fddd
* Fri Jan 19 2018 Martin Kolman <mkolman@redhat.com> - 0.3.53-1
a04fddd
- Fix imports after Anaconda refactoring (jkonecny)
a04fddd
- Return correct code at startup script success/failure (mkolman)
a04fddd
19f0962
* Wed Nov 29 2017 Martin Kolman <mkolman@redhat.com> - 0.3.52-1
19f0962
- Use getty-pre.target to prevent getty from running (mkolman)
19f0962
697768a
* Thu Oct 05 2017 Martin Kolman <mkolman@redhat.com> - 0.3.51-1
697768a
- Don't print directory changes when outputting the changelog (mkolman)
697768a
- Automate release creation (mkolman)
697768a
- Don't include merges in the spec file changelog (mkolman)
697768a
- Update initial-setup-reconfiguration.service too, add another (mvebu) serial console (pbrobinson)
697768a
- Add some more serial console options for ARM (pbrobinson)
697768a
2c1f87b
* Mon Sep 11 2017 Martin Kolman <mkolman@redhat.com> - 0.3.50-1
2c1f87b
- Use constant+offset when turning systemd console logging on/off (mkolman)
2c1f87b
- Add some more serial console options (pbrobinson)
2c1f87b
4ca0f1c
* Wed Aug 30 2017 Martin Kolman <mkolman@redhat.com> - 0.3.49-1
4ca0f1c
- Use new Simpleline package (jkonecny)
4ca0f1c
- Remove unused import (jkonecny)
4ca0f1c
- add yet another ARM serial console (sjenning)
cf82d00
Martin Kolman 506ae48
* Wed Jul 12 2017 Martin Kolman <martin.kolman@gmail.com> - 0.3.48-1
Martin Kolman 506ae48
- Fix Anaconda threading import name (#1469776) (mkolman)
Martin Kolman 506ae48
405b1d4
* Fri Jun 02 2017 Martin Kolman <mkolman@redhat.com> - 0.3.47-1
405b1d4
- Adapt to anaconda_log module name change (mkolman)
405b1d4
cda1108
* Wed May 24 2017 Martin Kolman <mkolman@redhat.com> - 0.3.46-2
cda1108
- Drop Anaconda version bump for now (mkolman)
cda1108
5318139
* Wed May 24 2017 Martin Kolman <mkolman@redhat.com> - 0.3.46-1
5318139
- Add support for password entry from arbitrary consoles (#1438046) (mkolman)
5318139
af83657
* Wed May 17 2017 Martin Kolman <mkolman@redhat.com> - 0.3.45-1
af83657
- Remove stdin & stdout definition from unit files (#1438046) (mkolman)
af83657
49e5154
* Mon May 15 2017 Martin Kolman <mkolman@redhat.com> - 0.3.44-1
49e5154
- Run the Initial Setup TUI on all usable consoles (#1438046) (mkolman)
bdcd6f8
34dd1aa
* Wed Sep 21 2016 Martin Kolman <mkolman@redhat.com> - 0.3.43-1
34dd1aa
- Initialize SAM on startup (#1375721) (mkolman)
34dd1aa
- Log unhandled exceptions to Journal (mkolman)
34dd1aa
- Suppress logging to stdout when TUI is started by s390 startup scripts (mkolman)
34dd1aa
- Fix path to TUI executable in the s390 startup scripts (#1366776) (mkolman)
34dd1aa
- Canonicalize symlinks returned by readlink (mkolman)
34dd1aa
bd638e7
* Fri Aug 05 2016 Martin Kolman <mkolman@redhat.com> - 0.3.42-1
bd638e7
- Fix a typo (mkolman)
bd638e7
- Don't run the GUI on text-only systems (#1360343) (mkolman)
bd638e7
762617c
* Wed Jun 08 2016 Martin Kolman <mkolman@redhat.com> - 0.3.41-1
762617c
- Fix reconfiguration service name (mkolman)
762617c
- Fix installation path for the reconfiguration-mode-enabled script (mkolman)
762617c
- Use the environs flag when setting the environment (mkolman)
762617c
- Some typo fixes and logging improvements (mkolman)
762617c
- Add a systemd service that enables Initial Setup if /.unconfigured exists (#1257624) (mkolman)
762617c
- Adapt to addon execute() signature change (mkolman)
762617c
- Replace hardcoded python3 call by a variable (mkolman)
762617c
- Nicer systemctl calls (mkolman)
762617c
- Use systemd-cat also for the run-initial-setup script (mkolman)
762617c
- Remove a redundant Requires: line (mkolman)
762617c
- Fix a typo (mkolman)
762617c
- Run correct systemd scriptlets (mkolman)
762617c
- Use systemd-cat for logging to the journal (mkolman)
762617c
3a95c58
* Thu Mar 24 2016 Martin Kolman <mkolman@redhat.com> - 0.3.40-1
3a95c58
- Use blank title for the Initial Setup window (mkolman)
3a95c58
- Start the window manager correctly (#1160891) (mkolman)
3a95c58
- Fix some rpmlint warnings (mkolman)
3a95c58
cc4faa8
* Tue Feb 16 2016 Martin Kolman <mkolman@redhat.com> - 0.3.39-1
cc4faa8
- Disable the correct service on successful completion (#1298725) (mkolman)
d99269d
d9325f8
* Tue Dec 01 2015 Martin Kolman <mkolman@redhat.com> - 0.3.38-1
d9325f8
- Make Initial Setup startup more robust (mkolman)
d9325f8
- Move the s390 profile scripts to a subfolder (mkolman)
d9325f8
- Improve log messages for kickstart parsing error (mkolman)
73e5a3c
e5b5c8f
* Wed Sep 30 2015 Martin Kolman <mkolman@redhat.com> - 0.3.37-1
e5b5c8f
- Stop any Initial Setup services before upgrading package (#1244394) (mkolman)
e5b5c8f
- Replace systemd_postun_with_restart with systemd_postun (#1244394) (mkolman)
e5b5c8f
- Fix 'bumpver' make target (vtrefny)
e5b5c8f
- Add archive target to Makefile (vtrefny)
e5b5c8f
21dbabb
* Mon Aug 31 2015 Martin Kolman <mkolman@redhat.com> - 0.3.36-1
21dbabb
- Setup the locale before starting the UI (dshea)
21dbabb
- Run the TUI service before hvc0.service (#1209731) (mkolman)
21dbabb
- Don't create /etc/sysconfig/initial-setup on s390 (#1181209) (mkolman)
21dbabb
- Use systemd service status for run detection on S390 console (#1181209) (mkolman)
21dbabb
- Read the kickstart from previous IS run, if available (#1110439) (mkolman)
21dbabb
- Add support for externally triggered reconfig mode (#1110439) (mkolman)
21dbabb
- Log the reason if GUI import fails (#1229747) (mkolman)
21dbabb
1d83606
* Thu Jul 30 2015 Martin Kolman <mkolman@redhat.com> - 0.3.35-1
1d83606
- Fix a typo in Makefile (#1244558) (mkolman)
1d83606
0c785c3
* Thu Jul 30 2015 Martin Kolman <mkolman@redhat.com> - 0.3.34-1
0c785c3
- Switch Initial Setup to Python 3 (#1244558) (mkolman)
0c785c3
070c0a2
* Thu Apr 23 2015 Martin Kolman <mkolman@redhat.com> - 0.3.33-1
070c0a2
- Improve the Makefile (mkolman)
070c0a2
- Remove old GUI testing code from the Makefile (mkolman)
070c0a2
- Update upstream URL (#1213101) (mkolman)
070c0a2
- Update upstream Git repository URL (mkolman)
070c0a2
e9e5730
* Tue Mar 31 2015 Martin Kolman <mkolman@redhat.com> - 0.3.32-1
e9e5730
- Point out the err in case that ks parsing failed (#1145130) (fabiand)
e9e5730
- Switch to Zanata for translations (mkolman)
e9e5730
c821fd6
* Wed Mar 04 2015 Martin Kolman <mkolman@redhat.com> - 0.3.31-1
c821fd6
- Use kwin_x11 for kde/plasma spin (#1197135) (rdieter)
c821fd6
3284145
* Fri Feb 13 2015 Martin Kolman <mkolman@redhat.com> - 0.3.29-1
3284145
- Split scriptlets for the gui subpackage (mkolman)
3284145
- Use /usr/bin/python2 in scripts (mkolman)
3284145
0688672
* Thu Feb 05 2015 Martin Kolman <mkolman@redhat.com> - 0.3.28-1
0688672
- Fix breakage caused by README file rename (mkolman)
0688672
78f4fcf
* Thu Feb 05 2015 Martin Kolman <mkolman@redhat.com> - 0.3.27-1
78f4fcf
- Remove unneeded dependencies (mkolman)
78f4fcf
- Add the rst suffix to the README file (mkolman)
78f4fcf
- Update the link to the upstream source code repository (mkolman)
78f4fcf
- Add AnacondaKSHandler no-member error to pylint-false-positives. (mulhern)
78f4fcf
- Mark strings for translation when module is loaded. (mulhern)
78f4fcf
- Fix easy pylint errors. (mulhern)
78f4fcf
- Add pylint testing infrastructure. (mulhern)
78f4fcf
78f4fcf
* Mon Nov 3 2014 Martin Kolman <mkolman@redhat.com> - 0.3.26-1
f728d46
- Explicitly require the main package in the GUI sub package (#1078917) (mkolman)
f728d46
93770fc
* Thu Oct 23 2014 Martin Kolman <mkolman@redhat.com> - 0.3.25-1
93770fc
- Add syslog logging support (#1145122) (mkolman)
93770fc
331b99e
* Fri Oct 10 2014 Martin Kolman <mkolman@redhat.com> - 0.3.24-1
331b99e
- Fix Initial Setup to correctly support the Anaconda built-in Help (#1072033) (mkolman)
331b99e
- Populate README (#1110178) (master-log) (mkolman)
331b99e
- Remove the --disable-overwrite parameter for the Transifex client (mkolman)
bc495d1
3644050
* Fri Aug 08 2014 Martin Kolman <mkolman@redhat.com> - 0.3.23-1
3644050
- Adapt to class changes in Anaconda (vpodzime)
3644050
97c52ab
* Fri Jul 04 2014 Martin Kolman <mkolman@redhat.com> - 0.3.22-1
97c52ab
- Update the initial-setup hub for the new HubWindow API (dshea)
97c52ab
a5c752b
* Sat May 31 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.3.21-2
a5c752b
- Only the GUI needs a window manager
a5c752b
c059048
* Wed May 28 2014 Martin Kolman <mkolman@redhat.com> - 0.3.21-1
c059048
- Adapt to python-nose API change (mkolman)
c059048
c059048
* Thu May 22 2014 Martin Kolman <mkolman@redhat.com> - 0.3.20-1
c059048
- Adapt Initial Setup to the new way Anaconda handles root path (#1099581) (vpodzime)
c059048
9d3ef5f
* Tue May 06 2014 Martin Kolman <mkolman@redhat.com> - 0.3.19-1
9d3ef5f
- Bump required Anaconda version due to TUI category handling change (mkolman)
9d3ef5f
- Override Hub collect methods also in TUI hub (mkolman)
9d3ef5f
- Translation update
9d3ef5f
df30f34
* Mon Apr 28 2014 Martin Kolman <mkolman@redhat.com> - 0.3.18-1
df30f34
- Remove debugging code that was left in the tarball by mistake (#1091470) (mkolman)
df30f34
- Translation update
df30f34
1d4fa54
* Fri Apr 11 2014 Martin Kolman <mkolman@redhat.com> - 0.3.17-1
1d4fa54
- Set initial-setup translation domain for the hub (#1040240) (mkolman)
1d4fa54
c7db21b
* Thu Apr 03 2014 Martin Kolman <mkolman@redhat.com> - 0.3.16-1
c7db21b
- initial-setup-gui requires the initial-setup package (vpodzime)
c7db21b
5eca52e
* Wed Mar 19 2014 Martin Kolman <mkolman@redhat.com> - 0.3.15-1
5eca52e
- Import the product module (#1077390) (vpodzime)
5eca52e
5cb052c
* Tue Feb 11 2014 Vratislav Podzimek <vpodzime@redhat.com> - 0.3.14-1
5cb052c
- Try to quit plymouth before running our X server instance (#1058329)
5cb052c
- Get rid of the empty debuginfo package (#1062738)
5cb052c
db22c9b
* Wed Feb 05 2014 Vratislav Podzimek <vpodzime@redhat.com> - 0.3.13-1
db22c9b
- Make Initial Setup an arch specific package (#1057590) (vpodzime)
db22c9b
1f8fdac
* Thu Nov 28 2013 Vratislav Podzimek <vpodzime@redhat.com> - 0.3.12-1
1f8fdac
- Adapt to changes in anaconda tui spoke categories (#1035462) (vpodzime)
1f8fdac
- Ignore the SIGINT (#1035590) (vpodzime)
1f8fdac
2845c3e
* Wed Nov 20 2013 Vratislav Podzimek <vpodzime@redhat.com> - 0.3.11-1
2845c3e
- Fix how spokes are collected for the I-S main hub (vpodzime)
2845c3e
- Override distribution text in spokes (#1028370) (vpodzime)
2845c3e
- Get rid of the useless modules directory (vpodzime)
2845c3e
- Split GUI code into a separate package (#999464) (vpodzime)
2845c3e
- Fallback to text UI if GUI is not available (vpodzime)
2845c3e
6cdaa29
* Tue Nov 05 2013 Vratislav Podzimek <vpodzime@redhat.com> - 0.3.10-1
6cdaa29
- Do not try to kill unexisting process (vpodzime)
6cdaa29
- Add some logging to our shell scripts (vpodzime)
6cdaa29
3b0ac08
* Thu Sep 26 2013 Vratislav Podzimek <vpodzime@redhat.com> - 0.3.9-1
3b0ac08
- Yet another serial console in ARMs (#1007163) (vpodzime)
3b0ac08
- Fix the base mask of initial_setup gui submodules (vpodzime)
3b0ac08
- Specify and use environment of the main hub (vpodzime)
3b0ac08
50e2643
* Tue Sep 10 2013 Vratislav Podzimek <vpodzime@redhat.com> - 0.3.8-1
50e2643
- Read /etc/os-release to get product title (#1000426) (vpodzime)
50e2643
- Don't let product_title() return None (vpodzime)
50e2643
- Apply the timezone and NTP configuration (#985566) (hdegoede)
50e2643
- Make handling translations easier (vpodzime)
50e2643
- Make translations work (vpodzime)
50e2643
- Sync changelog with downstream (vpodzime)
50e2643
54f61ae
* Tue Aug 27 2013 Vratislav Podzimek <vpodzime@redhat.com> - 0.3.7-1
54f61ae
- Prevent getty on various services killing us (#979174) (vpodzime)
54f61ae
- Initialize network logging for the network spoke (vpodzime)
54f61ae
3c24a41
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.6-3
3c24a41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
3c24a41
08c3341
* Tue Jun 18 2013 Vratislav Podzimek <vpodzime@redhat.com> - 0.3.6-2
08c3341
- Rebuild with dependencies available.
08c3341
76692b1
* Tue Jun 18 2013 Vratislav Podzimek <vpodzime@redhat.com> - 0.3.6-1
76692b1
- Make serial-getty wait for us as well (#970719) (vpodzime)
76692b1
- Disable the service only on successful exit (#967617) (vpodzime)
76692b1
db22c9b
* Wed May 22 2013 Vratislav Podzimek <vpodzime@redhat.com> - 0.3.5-1
1410f69
- Reference the new repository in the .spec file (vpodzime)
1410f69
- Prevent systemd services from running on live images (#962196) (awilliam)
1410f69
- Don't traceback if the expected kickstart file doesn't exist (#950796) (vpodzime)
1410f69
7825f74
* Mon Apr 8 2013 Vratislav Podzimek <vpodzime@redhat.com> - 0.3.4-3
7825f74
- Rebuild with fixed spec that partly reverts the previous change
7825f74
54c333e
* Fri Apr 5 2013 Vratislav Podzimek <vpodzime@redhat.com> - 0.3.4-2
54c333e
- Rebuild with fixed spec that enables services after installation
54c333e
71a31d2
* Thu Mar 28 2013 Martin Sivak <msivak@euryale.brq.redhat.com> - 0.3.4-1
71a31d2
- Search for proper UI variant of addons
71a31d2
- Add addon directories to sys.path
71a31d2
3ca3645
* Tue Mar 26 2013 Martin Sivak <msivak@euryale.brq.redhat.com> - 0.3.3-1
3ca3645
- Systemd unit files improved
3ca3645
57c74a8
* Tue Mar 26 2013 Martin Sivak <msivak@euryale.brq.redhat.com> - 0.3.2-1
57c74a8
- Modify the ROOT_PATH properly
57c74a8
- Do not execute old ksdata (from anaconda's ks file)
57c74a8
- Save the resulting configuration to /root/initial-setup-ks.cfg
57c74a8
fa40c2b
* Tue Mar 26 2013 Martin Sivak <msivak@euryale.brq.redhat.com> - 0.3.1-2
fa40c2b
- Require python-di package
fa40c2b
999d477
* Thu Mar 21 2013 Martin Sivak <msivak@euryale.brq.redhat.com> - 0.3.1-1
999d477
- Use updated Anaconda API
999d477
- Request firstboot environment spokes
cfb54df
- Initialize anaconda threading properly
999d477
087a6c6
* Wed Mar 13 2013 Martin Sivak <msivak@euryale.brq.redhat.com> - 0.3-1
087a6c6
- Use updated Anaconda API
087a6c6
- Fix systemd units
087a6c6
- Add localization spokes to TUI
ab9e3c1
- Write changes to disk
ab9e3c1
- Conflict with old firstboot
087a6c6
db22c9b
* Wed Feb 13 2013 Martin Sivak <msivak@redhat.com> 0.2-1
7132968
- Updates for package review
7132968
- Firstboot-windowmanager script
7132968
db22c9b
* Wed Feb 13 2013 Martin Sivak <msivak@redhat.com> 0.1-3
7132968
- Updates for package review
7132968
7132968
* Tue Jan 22 2013 Martin Sivak <msivak@redhat.com> 0.1-2
7132968
- Updates for package review
7132968
7132968
* Tue Nov 06 2012 Martin Sivak <msivak@redhat.com> 0.1-1
7132968
- Initial release