From 51c1a4585d044497cbbedcf894dbeb7da20377f6 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Apr 29 2020 12:48:31 +0000 Subject: New version 33.12-1 - Add tests for ReadKickstart (vponcova) - Remove pyanaconda.storage (vponcova) - Move the initialization functions from pyanaconda.storage (vponcova) - Move create_storage from pyanaconda.storage (vponcova) - Move the model from pyanaconda.storage (vponcova) - Move the utils from pyanaconda.storage (vponcova) - Move the installation functions from pyanaconda.storage (vponcova) - Move the storage checker from pyanaconda.storage (vponcova) - Move pyanaconda.platform (vponcova) - Move PartSpec from pyanaconda.storage (vponcova) - Don't use pyanaconda.platform in UI (vponcova) - Separate the "Reset All" button from the edge of the screen (honza.stodola) - Fix the warning messages from ReadKickstart (vponcova) - Unify module source test variable names (vslavik) - Add resolv.conf to log-capture (riehecky) - Reload NTP server list in dialog on every run (vslavik) - Fix the line number in the kickstart message data (vponcova) - Remove TODO to solve is_ready for payload sources (jkonecny) - Use the new task class with the harddrive source (vslavik) - Detect the live OS image automatically (vponcova) - Add constants for the source types (vponcova) - Exclude liveimg from the kickstart command method (vponcova) - Access the kickstart command liveimg directly (vponcova) - Create a base class for live payloads (vponcova) - Remove pyanaconda.payload.livepayload (vponcova) - Run %onerror and %traceback scripts for all types of exceptions (vponcova) - gui source spoke: fix the key used to check proxy for additional repo (rvykydal) - Respect changesok password policy for root password (#1584145) (rvykydal) - rootpw gui: make root spoke insensitive if rootpw is set in ks (#1584145) (rvykydal) - subscription: RHSM runtime configuration support (mkolman) - Move the bootloader-related code to the module (vponcova) - Add the is_ready method to the Payload class (vponcova) - Rename NOT_SUPPORTED to NOT_APPLICABLE (jkonecny) - subscription: Add missing declaration for rhsm_observer property (mkolman) - subscription: Fixup a docstring (mkolman) - Remove payload tests for empty sources (jkonecny) - Improve HDD payload source test (jkonecny) - Change tests for new payload ready states (jkonecny) - Use new source states in payload sources (jkonecny) - Create source state enum (jkonecny) - date time gui: no empty space in combo for day and month selection (#1823130) (rvykydal) - Reset the partitioning of Blivet-GUI (#1826286) (vponcova) - Remove the logic with sources from the network standalone spoke (vponcova) - Move remaining DNF-related code to the DNF payload (vponcova) - subscription: Add SystemPurposeConfigurationTask (mkolman) - Rename payload source is_ready to get_state (jkonecny) - Remove the tip about the user name (#1823015) (vponcova) - Add payload base tests (jkonecny) - Improve payload shared test source creation (jkonecny) - Fix exception string when incompatible payload source (jkonecny) - Translate names of OS installations on demand (#1823126) (vponcova) - subscription: Add helper function to SystemPurposeData DBus structure (mkolman) - network tui: fix getting of network device configurations (#1823011) (rvykydal) --- diff --git a/.gitignore b/.gitignore index ba3f6d4..fd6d09c 100644 --- a/.gitignore +++ b/.gitignore @@ -237,3 +237,4 @@ /anaconda-33.9.tar.bz2 /anaconda-33.10.tar.bz2 /anaconda-33.11.tar.bz2 +/anaconda-33.12.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 5532a1a..a51bf49 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 33.11 +Version: 33.12 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -353,6 +353,66 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Apr 29 2020 Martin Kolman - 33.12-1 +- Add tests for ReadKickstart (vponcova) +- Remove pyanaconda.storage (vponcova) +- Move the initialization functions from pyanaconda.storage (vponcova) +- Move create_storage from pyanaconda.storage (vponcova) +- Move the model from pyanaconda.storage (vponcova) +- Move the utils from pyanaconda.storage (vponcova) +- Move the installation functions from pyanaconda.storage (vponcova) +- Move the storage checker from pyanaconda.storage (vponcova) +- Move pyanaconda.platform (vponcova) +- Move PartSpec from pyanaconda.storage (vponcova) +- Don't use pyanaconda.platform in UI (vponcova) +- Separate the "Reset All" button from the edge of the screen (honza.stodola) +- Fix the warning messages from ReadKickstart (vponcova) +- Unify module source test variable names (vslavik) +- Add resolv.conf to log-capture (riehecky) +- Reload NTP server list in dialog on every run (vslavik) +- Fix the line number in the kickstart message data (vponcova) +- Remove TODO to solve is_ready for payload sources (jkonecny) +- Use the new task class with the harddrive source (vslavik) +- Detect the live OS image automatically (vponcova) +- Add constants for the source types (vponcova) +- Exclude liveimg from the kickstart command method (vponcova) +- Access the kickstart command liveimg directly (vponcova) +- Create a base class for live payloads (vponcova) +- Remove pyanaconda.payload.livepayload (vponcova) +- Run %%onerror and %%traceback scripts for all types of exceptions (vponcova) +- gui source spoke: fix the key used to check proxy for additional repo + (rvykydal) +- Respect changesok password policy for root password (#1584145) (rvykydal) +- rootpw gui: make root spoke insensitive if rootpw is set in ks (#1584145) + (rvykydal) +- subscription: RHSM runtime configuration support (mkolman) +- Move the bootloader-related code to the module (vponcova) +- Add the is_ready method to the Payload class (vponcova) +- Rename NOT_SUPPORTED to NOT_APPLICABLE (jkonecny) +- subscription: Add missing declaration for rhsm_observer property (mkolman) +- subscription: Fixup a docstring (mkolman) +- Remove payload tests for empty sources (jkonecny) +- Improve HDD payload source test (jkonecny) +- Change tests for new payload ready states (jkonecny) +- Use new source states in payload sources (jkonecny) +- Create source state enum (jkonecny) +- date time gui: no empty space in combo for day and month selection (#1823130) + (rvykydal) +- Reset the partitioning of Blivet-GUI (#1826286) (vponcova) +- Remove the logic with sources from the network standalone spoke (vponcova) +- Move remaining DNF-related code to the DNF payload (vponcova) +- subscription: Add SystemPurposeConfigurationTask (mkolman) +- Rename payload source is_ready to get_state (jkonecny) +- Remove the tip about the user name (#1823015) (vponcova) +- Add payload base tests (jkonecny) +- Improve payload shared test source creation (jkonecny) +- Fix exception string when incompatible payload source (jkonecny) +- Translate names of OS installations on demand (#1823126) (vponcova) +- subscription: Add helper function to SystemPurposeData DBus structure + (mkolman) +- network tui: fix getting of network device configurations (#1823011) + (rvykydal) + * Tue Apr 21 2020 Martin Kolman - 33.11-1 - Reset the partitioning of Blivet-GUI (#1826286) (vponcova) - Fix the validation of a device label (#1823221) (vponcova) diff --git a/sources b/sources index 961f839..6b1fe62 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-33.11.tar.bz2) = 5fdc2bcdab9431c7dd15a160f84afb147bba027a5242f5cf58aee09c2dab355d239f4d2ad9cb545497c328ae1fbbce2f3db6ec6e1ce57b07b190be6b2d623872 +SHA512 (anaconda-33.12.tar.bz2) = 996b4f444e51e4034833dfae6f73cebef21afd13900a17a88922dd35da5f8471238211be3944e10a70b3513495d027e76b454c930078534ad7f2f256f39d0f41