From 76587dcd1232dd997ca368e7ec83d07ffa4e2a55 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Tue, 12 Mar 2019 17:23:01 +0100 Subject: [PATCH] New version 31.5-1 - Don't run the storage checker to check autopart (vponcova) - Remove the SnapshotValidateTask class (vponcova) - Validate post-installation snapshot requests with the storage checker (vponcova) - Add a new type of the installation system for the initial setup (vponcova) - Simplify update_storage_ksdata (vponcova) - Don't set anything if the partitioning fails (vponcova) - Reset the bootloader with reset_bootloader (vponcova) - Add support for scanning all devices in the system (vponcova) - Add the ExclusiveDisks property (vponcova) - Move tests for the disk selection module to a new file (vponcova) - Replace initialize_storage with reset_storage (vponcova) - Remove the shutdown method (vponcova) - payload: don't force host-only mode when executing dracut (javierm) - Simplify the code for protected devices (vponcova) - Define the quit message in TUI (#1686116) (vponcova) - efi: don't include the grub2-pc package on EFI installs (javierm) - Small optimization in boot arg parsing method (jkonecny) - Fix bad --addrepo command line parsing (jkonecny) - Raise correct exception on bad addrepo boot param (jkonecny) - payload: migrate TUI software spoke to pep8 (jkonecny) - payload: switch from CamelCase in software spoke (jkonecny) - payload: remove unused radio button (jkonecny) - payload: solve basic pep 8 errors (jkonecny) --- .gitignore | 1 + anaconda.spec | 28 +++++++++++++++++++++++++++- sources | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b0a7bb3..893ea11 100644 --- a/.gitignore +++ b/.gitignore @@ -184,3 +184,4 @@ /anaconda-31.2.tar.bz2 /anaconda-31.3.tar.bz2 /anaconda-31.4.tar.bz2 +/anaconda-31.5.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 6111193..624d0f0 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 31.4 +Version: 31.5 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -354,6 +354,32 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Mar 12 2019 Martin Kolman - 31.5-1 +- Don't run the storage checker to check autopart (vponcova) +- Remove the SnapshotValidateTask class (vponcova) +- Validate post-installation snapshot requests with the storage checker + (vponcova) +- Add a new type of the installation system for the initial setup (vponcova) +- Simplify update_storage_ksdata (vponcova) +- Don't set anything if the partitioning fails (vponcova) +- Reset the bootloader with reset_bootloader (vponcova) +- Add support for scanning all devices in the system (vponcova) +- Add the ExclusiveDisks property (vponcova) +- Move tests for the disk selection module to a new file (vponcova) +- Replace initialize_storage with reset_storage (vponcova) +- Remove the shutdown method (vponcova) +- payload: don't force host-only mode when executing dracut (javierm) +- Simplify the code for protected devices (vponcova) +- Define the quit message in TUI (#1686116) (vponcova) +- efi: don't include the grub2-pc package on EFI installs (javierm) +- Small optimization in boot arg parsing method (jkonecny) +- Fix bad --addrepo command line parsing (jkonecny) +- Raise correct exception on bad addrepo boot param (jkonecny) +- payload: migrate TUI software spoke to pep8 (jkonecny) +- payload: switch from CamelCase in software spoke (jkonecny) +- payload: remove unused radio button (jkonecny) +- payload: solve basic pep 8 errors (jkonecny) + * Wed Mar 06 2019 Martin Kolman - 31.4-1 - Add tests for UnsupportedPartitioningError (vponcova) - Handle missing support for Blivet-GUI in the Storage module (#1685645) diff --git a/sources b/sources index 9192971..f64f07e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-31.4.tar.bz2) = 355a7cae064eab6c51f3172cdc09931e822a2976d1a900c88e721a77bd8a122a42387e3d57dcec4831938e7e8bf747e888016239a923e802e8c2f338d8fdd737 +SHA512 (anaconda-31.5.tar.bz2) = ac906a05d765ae37d63b8cfe5f9d34f91b7d94881c5c95c88164fcbdf0a407f975f603e2bd8550c2dbd5aa86796730f939695dcec9746f72e4c9a485dfef0ee3