New version 31.7-1
- Create the initialization config in _get_initialization_config (vponcova) - Remove config from InstallerStorage (vponcova) - Update DiskInitializationConfig only before clearpart (vponcova) - Create the method can_initialize (vponcova) - Remove should_clear from InstallerStorage (vponcova) - Remove clear_partitions from InstallerStorage (vponcova) - Replace StorageDiscoveryConfig (vponcova) - Update the protected devices in the Storage module (vponcova) - Import the bootloader classes on demand (vponcova) - Remove bootloader_device from InstallerStorage (vponcova) - Remove update_bootloader_disk_list from InstallerStorage (vponcova) - Remove boot_fstypes of InstallerStorage (vponcova) - Remove set_up_bootloader from InstallerStorage (vponcova) - Define all bootloader attributes in the __init__ method (vponcova) - Remove workarounds for the unset bootloader (vponcova) - Clean up the do_it method of the storage (vponcova) - Validate the GRUB2 configuration in the Bootloader module (vponcova) - Add DBus support for the bootloader arguments (vponcova) - Add DBus support for detecting Windows OS (vponcova) - Add DBus support for EFI (vponcova) - Add DBus support for the bootloader installation tasks (vponcova) - Add DBus support for usable disks (vponcova) - Apply the disks selection in the partitioning modules (vponcova) - Remove the function get_available_disks (vponcova) - Organize actions in InteractivePartitioningTask (vponcova) - Add DBus support for device actions (vponcova) - Simplify ActionSummaryDialog (vponcova) - Set up the clearpart command from the storage (vponcova) - payload: request /usr/bin/fips-mode-setup (zbyszek) - Fix the entry for swap in /etc/fstab (#1258322) (vponcova) - Add DBus support for disk images (vponcova) - Remove askmethod flag (jkonecny) - Fix two typos (zbyszek) - Disable updates-testing (#1670091) (vponcova) - network module: return slaves in set and order them predictably in generated ks (rvykydal) - network module: update ifcfg.py unit tests for getting ifcfg file on s390 (rvykydal) - network module: fix getting ifcfg file for s390 (rvykydal) - network module: remove unused functionality from get_ifcfg_file (rvykydal) - network module: unit tests for update onboot functions in ifcfg.py (rvykydal) - network module: add TODO to ifcfg.py tests (rvykydal) - network module: ifcfg.py tests - no need for ifcfg for vlan bound to device (rvykydal) - network module: add ifcfg.py unit tests (rvykydal) - network module: do not try to generate ksdata from wireless device ifcfg (rvykydal) - network module: fix a typo in function name (rvykydal) - network module: allow to generate ifcfg files in optional root (rvykydal) - network module: fix thinko (rvykydal) - network module: rename _ifcfg_files method (rvykydal) - network module: fix a super call (rvykydal) - Fix the unit tests (vponcova)
This commit is contained in:
parent
55c6bef666
commit
e8726d3335
1
.gitignore
vendored
1
.gitignore
vendored
@ -186,3 +186,4 @@
|
||||
/anaconda-31.4.tar.bz2
|
||||
/anaconda-31.5.tar.bz2
|
||||
/anaconda-31.6.tar.bz2
|
||||
/anaconda-31.7.tar.bz2
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 31.6
|
||||
Version: 31.7
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -354,6 +354,61 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Tue Apr 02 2019 Martin Kolman <mkolman@redhat.com> - 31.7-1
|
||||
- Create the initialization config in _get_initialization_config (vponcova)
|
||||
- Remove config from InstallerStorage (vponcova)
|
||||
- Update DiskInitializationConfig only before clearpart (vponcova)
|
||||
- Create the method can_initialize (vponcova)
|
||||
- Remove should_clear from InstallerStorage (vponcova)
|
||||
- Remove clear_partitions from InstallerStorage (vponcova)
|
||||
- Replace StorageDiscoveryConfig (vponcova)
|
||||
- Update the protected devices in the Storage module (vponcova)
|
||||
- Import the bootloader classes on demand (vponcova)
|
||||
- Remove bootloader_device from InstallerStorage (vponcova)
|
||||
- Remove update_bootloader_disk_list from InstallerStorage (vponcova)
|
||||
- Remove boot_fstypes of InstallerStorage (vponcova)
|
||||
- Remove set_up_bootloader from InstallerStorage (vponcova)
|
||||
- Define all bootloader attributes in the __init__ method (vponcova)
|
||||
- Remove workarounds for the unset bootloader (vponcova)
|
||||
- Clean up the do_it method of the storage (vponcova)
|
||||
- Validate the GRUB2 configuration in the Bootloader module (vponcova)
|
||||
- Add DBus support for the bootloader arguments (vponcova)
|
||||
- Add DBus support for detecting Windows OS (vponcova)
|
||||
- Add DBus support for EFI (vponcova)
|
||||
- Add DBus support for the bootloader installation tasks (vponcova)
|
||||
- Add DBus support for usable disks (vponcova)
|
||||
- Apply the disks selection in the partitioning modules (vponcova)
|
||||
- Remove the function get_available_disks (vponcova)
|
||||
- Organize actions in InteractivePartitioningTask (vponcova)
|
||||
- Add DBus support for device actions (vponcova)
|
||||
- Simplify ActionSummaryDialog (vponcova)
|
||||
- Set up the clearpart command from the storage (vponcova)
|
||||
- payload: request /usr/bin/fips-mode-setup (zbyszek)
|
||||
- Fix the entry for swap in /etc/fstab (#1258322) (vponcova)
|
||||
- Add DBus support for disk images (vponcova)
|
||||
- Remove askmethod flag (jkonecny)
|
||||
- Fix two typos (zbyszek)
|
||||
- Disable updates-testing (#1670091) (vponcova)
|
||||
- network module: return slaves in set and order them predictably in generated
|
||||
ks (rvykydal)
|
||||
- network module: update ifcfg.py unit tests for getting ifcfg file on s390
|
||||
(rvykydal)
|
||||
- network module: fix getting ifcfg file for s390 (rvykydal)
|
||||
- network module: remove unused functionality from get_ifcfg_file (rvykydal)
|
||||
- network module: unit tests for update onboot functions in ifcfg.py (rvykydal)
|
||||
- network module: add TODO to ifcfg.py tests (rvykydal)
|
||||
- network module: ifcfg.py tests - no need for ifcfg for vlan bound to device
|
||||
(rvykydal)
|
||||
- network module: add ifcfg.py unit tests (rvykydal)
|
||||
- network module: do not try to generate ksdata from wireless device ifcfg
|
||||
(rvykydal)
|
||||
- network module: fix a typo in function name (rvykydal)
|
||||
- network module: allow to generate ifcfg files in optional root (rvykydal)
|
||||
- network module: fix thinko (rvykydal)
|
||||
- network module: rename _ifcfg_files method (rvykydal)
|
||||
- network module: fix a super call (rvykydal)
|
||||
- Fix the unit tests (vponcova)
|
||||
|
||||
* Thu Mar 21 2019 Martin Kolman <mkolman@redhat.com> - 31.6-1
|
||||
- Test the DBus support for the device tree (vponcova)
|
||||
- Add DBus support for the device tree (vponcova)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-31.6.tar.bz2) = 764df7d563cd6f87e28682e90fa05a9f069339e7f2d2f0f3e520fbd7cdc0ac9d2510a9afd33ed0a0be1c38afe46cf431211a3fc662937c68da2431fa7ec7aca1
|
||||
SHA512 (anaconda-31.7.tar.bz2) = 7b42460e9b214e9ab5a286ded6a77060aacb2bbf6e4f9a1429fd3dacfab9e7273bbb27d0c043c551c0cd8fd0c8a8c6ce06a1c10f2724f141978486f0f25fcd1f
|
||||
|
Loading…
Reference in New Issue
Block a user