From dfede7fa5119e4062575ab35c3d3d9fd438b5478 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Nov 04 2016 14:51:27 +0000 Subject: - F26_DisplayMode was added by non-interactive mode (jkonecny) - Fix pyanaconda tests for display mode (jkonecny) - Fix parse-dracut to support new kickstart displaymode (jkonecny) - Add boot option inst.noninteractive to the docs (jkonecny) - Abort installation when Playload exc rise in a NonInteractive mode (jkonecny) - Support non interactive mode in standalone spokes (jkonecny) - Non-interactive mode support for Password and User spokes (jkonecny) - Raise NonInteractive exception in Hubs event loop (jkonecny) - Raise exception for noninteractive mode in Hub (jkonecny) - Add new pykickstart noninteractive mode (jkonecny) - Disable bad kickstart command on F25 (jkonecny) - Improve DNF error message to be more understandable (jkonecny) - tui: Add software group selection (vponcova) - use blivet iSCSI singleton directly in storage spoke (awilliam) - Correct deviceLinks to device_links (blivet renamed it) (awilliam) - Instantiate the zFCP object ourselves now. (#1384532) (sbueno+anaconda) - Fix the way DASD list is determined. (#1384532) (sbueno+anaconda) - Add tests for payload location picking (#1328151) (jkonecny) - Fix picking mountpoint for package download (#1328151) (jkonecny) - Improve packaging logs without DEBUG logging (jkonecny) --- diff --git a/.gitignore b/.gitignore index 339d70f..8dcbff0 100644 --- a/.gitignore +++ b/.gitignore @@ -80,3 +80,4 @@ /anaconda-26.7.tar.bz2 /anaconda-26.8.tar.bz2 /anaconda-26.9.tar.bz2 +/anaconda-26.10.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index f3682c7..6422798 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 26.9 +Version: 26.10 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -324,6 +324,28 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Nov 04 2016 Martin Kolman - 26.10-1 +- F26_DisplayMode was added by non-interactive mode (jkonecny) +- Fix pyanaconda tests for display mode (jkonecny) +- Fix parse-dracut to support new kickstart displaymode (jkonecny) +- Add boot option inst.noninteractive to the docs (jkonecny) +- Abort installation when Playload exc rise in a NonInteractive mode (jkonecny) +- Support non interactive mode in standalone spokes (jkonecny) +- Non-interactive mode support for Password and User spokes (jkonecny) +- Raise NonInteractive exception in Hubs event loop (jkonecny) +- Raise exception for noninteractive mode in Hub (jkonecny) +- Add new pykickstart noninteractive mode (jkonecny) +- Disable bad kickstart command on F25 (jkonecny) +- Improve DNF error message to be more understandable (jkonecny) +- tui: Add software group selection (vponcova) +- use blivet iSCSI singleton directly in storage spoke (awilliam) +- Correct deviceLinks to device_links (blivet renamed it) (awilliam) +- Instantiate the zFCP object ourselves now. (#1384532) (sbueno+anaconda) +- Fix the way DASD list is determined. (#1384532) (sbueno+anaconda) +- Add tests for payload location picking (#1328151) (jkonecny) +- Fix picking mountpoint for package download (#1328151) (jkonecny) +- Improve packaging logs without DEBUG logging (jkonecny) + * Tue Oct 25 2016 Martin Kolman - 26.9-1 - Move the collect() function to iutil (mkolman) - Update messiness level (mkolman) diff --git a/sources b/sources index 397a000..e640b4c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6db19568aeff0d3d42c001719fcf4ca4 anaconda-26.9.tar.bz2 +3bbc27940aea7faf70952b15988816bf anaconda-26.10.tar.bz2