New version 28.12-1
- Fix unit tests (mkolman) - Fixes in makefiles (vponcova) - Use the input_checking module for TUI password validation (mkolman) - Use the input_checking module for user checking (mkolman) - Use the input_checking module for root password checking (mkolman) - Use the input_checking module for checking the LUKS passphrase (mkolman) - Reflect GUISpokeInputCheckHandler changes in installation source spoke (mkolman) - Convert the input checking helpers to use the input_checking module (mkolman) - Provide more robust method of using the warning message bar (mkolman) - Remove the validatePassword() method (mkolman) - Add new input checking module (mkolman) - fixup! Migrate Workstation InstallClass to anaconda (sgallagh) - Handle an invalid install class style sheet (vponcova) - Enhance password checking constants (mkolman) - Fix interactive defaults (mkolman) - Modify the PYTHONPATH in run_boss_locally (vponcova) - Replace get_bus with the class DBus (vponcova) - Migrate Workstation InstallClass to anaconda (sgallagh) - Point at new path for fedora-server.css (sgallagh) - Rename dbus_constants to constants (vponcova) - Add the boot option inst.ks.all (vponcova) - Add the boot option inst.stage2.all (vponcova) - Remove errors for mounting and unmounting (vponcova) - Override the right method in the task (vponcova) - Remove useless code (vponcova) - Support timeout and retries options in %packages section (vponcova) - Fix device_name_is_disk to fully support raid devices (vponcova) - Onlyuse devices of the ignoredisk command should be only disks (vponcova) - Add the boot option inst.xtimeout (vponcova) - Do not shadow build-in module variable (jkonecny) - Module manager is replaceable (jkonecny) - Remove pyanaconda.constants_text module (vponcova)
This commit is contained in:
parent
fe0f7a0eb8
commit
6d8f30210e
1
.gitignore
vendored
1
.gitignore
vendored
@ -122,3 +122,4 @@
|
||||
/anaconda-28.9.tar.bz2
|
||||
/anaconda-28.10.tar.bz2
|
||||
/anaconda-28.11.tar.bz2
|
||||
/anaconda-28.12.tar.bz2
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 28.11
|
||||
Version: 28.12
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
Group: Applications/System
|
||||
@ -283,6 +283,8 @@ update-desktop-database &> /dev/null || :
|
||||
%license COPYING
|
||||
%{_unitdir}/*
|
||||
%{_prefix}/lib/systemd/system-generators/*
|
||||
%{_datadir}/dbus-1/system-services/*
|
||||
%{_sysconfdir}/dbus-1/system.d/*
|
||||
%{_bindir}/instperf
|
||||
%{_bindir}/anaconda-disable-nm-ibft-plugin
|
||||
%{_sbindir}/anaconda
|
||||
@ -332,6 +334,41 @@ update-desktop-database &> /dev/null || :
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Thu Dec 07 2017 Martin Kolman <mkolman@redhat.com> - 28.12-1
|
||||
- Fix unit tests (mkolman)
|
||||
- Fixes in makefiles (vponcova)
|
||||
- Use the input_checking module for TUI password validation (mkolman)
|
||||
- Use the input_checking module for user checking (mkolman)
|
||||
- Use the input_checking module for root password checking (mkolman)
|
||||
- Use the input_checking module for checking the LUKS passphrase (mkolman)
|
||||
- Reflect GUISpokeInputCheckHandler changes in installation source spoke
|
||||
(mkolman)
|
||||
- Convert the input checking helpers to use the input_checking module (mkolman)
|
||||
- Provide more robust method of using the warning message bar (mkolman)
|
||||
- Remove the validatePassword() method (mkolman)
|
||||
- Add new input checking module (mkolman)
|
||||
- fixup! Migrate Workstation InstallClass to anaconda (sgallagh)
|
||||
- Handle an invalid install class style sheet (vponcova)
|
||||
- Enhance password checking constants (mkolman)
|
||||
- Fix interactive defaults (mkolman)
|
||||
- Modify the PYTHONPATH in run_boss_locally (vponcova)
|
||||
- Replace get_bus with the class DBus (vponcova)
|
||||
- Migrate Workstation InstallClass to anaconda (sgallagh)
|
||||
- Point at new path for fedora-server.css (sgallagh)
|
||||
- Rename dbus_constants to constants (vponcova)
|
||||
- Add the boot option inst.ks.all (vponcova)
|
||||
- Add the boot option inst.stage2.all (vponcova)
|
||||
- Remove errors for mounting and unmounting (vponcova)
|
||||
- Override the right method in the task (vponcova)
|
||||
- Remove useless code (vponcova)
|
||||
- Support timeout and retries options in %%packages section (vponcova)
|
||||
- Fix device_name_is_disk to fully support raid devices (vponcova)
|
||||
- Onlyuse devices of the ignoredisk command should be only disks (vponcova)
|
||||
- Add the boot option inst.xtimeout (vponcova)
|
||||
- Do not shadow build-in module variable (jkonecny)
|
||||
- Module manager is replaceable (jkonecny)
|
||||
- Remove pyanaconda.constants_text module (vponcova)
|
||||
|
||||
* Mon Nov 27 2017 Martin Kolman <mkolman@redhat.com> - 28.11-1
|
||||
- Bump Blivet GUI version (mkolman)
|
||||
- Change path to start-module script when running locally (mkolman)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-28.11.tar.bz2) = 5a8d4184ac94756dec34e2330d3256a545b441183114a60c90c20db7a03c530c75a8e4389eb8320a26ee070a5ad36062037f40152088b08b03fb45513b0aed2a
|
||||
SHA512 (anaconda-28.12.tar.bz2) = 5b5840045cc7fe2df7ac6dff02d6591c4f3117d534c76da1e69b497a6e1e3c5286c96073d707f5489624adfcba1db9ad7a1dcbabf566176b1fa7386a541d9c2d
|
||||
|
Loading…
Reference in New Issue
Block a user