diff --git a/.gitignore b/.gitignore index 60804cb..e71f36b 100644 --- a/.gitignore +++ b/.gitignore @@ -225,3 +225,4 @@ /anaconda-32.21.tar.bz2 /anaconda-32.22.tar.bz2 /anaconda-32.23.tar.bz2 +/anaconda-32.24.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 9832e05..20e9c5c 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 32.23 +Version: 32.24 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -353,6 +353,107 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Feb 20 2020 Martin Kolman - 32.24-1 +- Initialize disks in interactive and Blivet partitioning modules (vponcova) +- Fix the function get_device_partitions (vponcova) +- Fix the function unlock_device (vponcova) +- Apply extra arguments before the bootloader installation (vponcova) +- Remove configure_storage (vponcova) +- Remove the support for resetting the custom storage data (vponcova) +- Remove the support for on-disk snapshots of storage (vponcova) +- Remove collect_selected_disks (vponcova) +- Remove the local storage object from the custom spoke (vponcova) +- Remove the local storage object from the custom storage helpers (vponcova) +- Update the storage model of device tree modules (vponcova) +- Use the exception DeviceSetupError (vponcova) +- Change the task MountExistingSystemTask (vponcova) +- Change the task AddDeviceTask (vponcova) +- Extend the task ChangeDeviceTask (vponcova) +- Add the container specification to the device factory request (vponcova) +- Extend the DBus method ValidateContainerName (vponcova) +- Add the DBus method UpdateContainerData (vponcova) +- Add the DBus method GenerateContainerData (vponcova) +- Add the DBus method GenerateContainerName (vponcova) +- Add the method reset_container_data to the device factory request (vponcova) +- Add the DBus method GetContainerFreeSpace (vponcova) +- Add the DBus method CollectContainers (vponcova) +- Add permissions for changing the container (vponcova) +- Filter unsupported disklabel devices (vponcova) +- Add the DBus method IsDeviceEditable (vponcova) +- Add the DBus method CheckCompleteness (vponcova) +- Add the DBus method IsDeviceLocked (vponcova) +- Add a new permission for changing a list of disks (vponcova) +- Update the permission for the device encryption (vponcova) +- Add the DBus method ResetDevice (vponcova) +- Add the DBus method DestroyDevice (vponcova) +- Add the DBus method SchedulePartitionsWithTask (vponcova) +- Remove the local storage object from the accordion (vponcova) +- Remove the local storage object from the source spoke in GUI (vponcova) +- TUI: Use get_hdiso_source_description (vponcova) +- Remove the local storage object from the storage spoke (vponcova) +- Remove the local storage object from the advanced storage spoke (vponcova) +- Use the Blivet partitioning module in Blivet-GUI (vponcova) +- Remove the local storage object from the resize dialog (vponcova) +- Remove the local storage object from the action dialog (vponcova) +- Extend the class DeviceActionData (vponcova) +- Remove the local storage object from the selected disks dialog (vponcova) +- Remove the local storage object from the refresh dialog (vponcova) +- Remove the local storage object from dialogs for specialized disks (vponcova) +- Remove the local storage object from run_installation (vponcova) +- Remove the local storage object from FileSystemSpaceChecker (vponcova) +- TUI: Use create_partitioning (vponcova) +- TUI: Extend apply_disk_selection (vponcova) +- TUI: Simplify default disk selection in Storage spoke (vponcova) +- Move is_local_disk to pyanaconda.ui.lib (vponcova) +- Use apply_partitioning from pyanaconda.ui.lib (vponcova) +- Move try_populate_devicetree to pyanaconda.ui.lib (vponcova) +- Move the UI support for device protection to pyanaconda.ui.lib (vponcova) +- Move get_disks_summary to pyanaconda.ui.lib (vponcova) +- Move apply_disk_selection to pyanaconda.ui.lib (vponcova) +- Move the UI support for storage initizalization to pyanaconda.ui.lib + (vponcova) +- Remove the storage argument from the storage initialization (vponcova) +- Move the UI support for DASD formatting to pyanaconda.ui.lib (vponcova) +- Remove the storage and data arguments from DasdFormatting (vponcova) +- Add the function find_partitioning (vponcova) +- Remove the static partitioning modules (vponcova) +- Remove the Enabled property from the partitioning modules (vponcova) +- Mark storage kickstart commands as useless (vponcova) +- Remove the UI workaround for storage kickstart data (vponcova) +- Remove the UI code for the storage configuration (vponcova) +- Remove the local storage object from TUI (vponcova) +- Don't use the local storage object in storage utils (vponcova) +- Don't use the local storage object for the installation (vponcova) +- Don't use the local storage object for formatting DASDs from UI (vponcova) +- Remove automatic push of pot files during release (jkonecny) +- Remove zanata from release.rst (jkonecny) +- Remove deprecated translations.txt document (jkonecny) +- Update Readme link to translation project (jkonecny) +- Remove Zanata from translation canary (jkonecny) +- Remove zanata from setup test env scripts (jkonecny) +- Remove zanata from makebumpver (jkonecny) +- Remove zanata configuration file (jkonecny) +- Remove Zanata from po/Makefile (jkonecny) +- Remove zanata from Makefile (jkonecny) +- Remove unnecessary sed from configure.ac (jkonecny) +- Use l10n repository for pushing changed pot file (jkonecny) +- Pull po files from our l10n repo instead of Zanata (jkonecny) +- Offer only supported sector sizes in NVDIMM reconfiguration dialog (rvykydal) +- Fix PR tests with mock version 2 (jkonecny) +- Don't use the local storage object for the storage initialization (vponcova) +- Don't use device objects in the payload classes (vponcova) +- Remove the attribute for storage from the payload classes (vponcova) +- Don't use local storage objects in the image utils (vponcova) +- Don't use the local storage objects in the payload utils (vponcova) +- Run a DBus task to create the pre-installation snapshot (vponcova) +- Don't set up the local storage checker object (vponcova) +- Don't use the local storage object during the start of anaconda (vponcova) +- Remove the local storage object from the rescue mode (vponcova) +- Don't use the local storage object to initialize time (vponcova) +- Don't reset the local storage object (vponcova) +- Don't create the local storage object (vponcova) +- Don't modify the list of device names (vponcova) + * Thu Feb 13 2020 Martin Kolman - 32.23-1 - Test kickstart warnings from modules (vslavik) - Use kickstart parsing warnings coming from boss (vslavik) diff --git a/sources b/sources index 6447b00..fbc050b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-32.23.tar.bz2) = 64bf5d8c7cee87d8e75b485991908e58f065db42520656d5339f093a0f94eab9be73d68d952ce3e08c6464ca235338b551bc359d05c1752715082a701cff4199 +SHA512 (anaconda-32.24.tar.bz2) = 9cd526414318493adf265dec59ce169a7316e2c5a309f04d8b1b2f4caf243bcedd7014b5e678345848caee66d3145518a682c7d0841957bb2583084ca6e03dd5