diff --git a/.gitignore b/.gitignore index 86ed21f..d2b5a15 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ /anaconda-23.19.3.tar.bz2 /anaconda-23.19.4.tar.bz2 /anaconda-23.19.5.tar.bz2 +/anaconda-23.19.6.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index f93fd5b..1fc75ca 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 23.19.5 +Version: 23.19.6 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -305,6 +305,20 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Oct 08 2015 Samantha N. Bueno - 23.19.6-1 +- Do not override StorageChecker.errors in StorageSpoke (#1252596) (vtrefny) +- Mangle the boot device differently for systemd (#1241704) (dshea) +- Fail the media check if the systemd service failed to start. (dshea) +- Raise an error if osimg cannot be found (#1248673) (bcl) +- Use the bootloader raid levels for bootloader installation (#1266898) (bcl) +- Use otps.display_mode during early startup (#1267140) (mkolman) +- Remove an unused import (mkolman) +- Ignore requests to create existing groups (#1261002) (dshea) +- Keep environment selection when reentering the software spoke (#1261393) + (mkolman) +- Only show the user spoke if no users are specified in kickstart (#1253672) + (mkolman) + * Thu Sep 24 2015 Samantha N. Bueno - 23.19.5-1 - Fix branding when iso is downloaded from nfs or hd (#1252756) (jkonecny) - Fix unused import pylint error (jkonecny) diff --git a/sources b/sources index b80fa33..603e2fe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -78577f83ece00062d3de6d4183274f80 anaconda-23.19.5.tar.bz2 +2b513a78747c89f53608e97096b22c7b anaconda-23.19.6.tar.bz2