- 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)
This commit is contained in:
Samantha N. Bueno 2015-10-08 13:47:09 -04:00
parent 2441bbdb4a
commit 15663dda0f
3 changed files with 17 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <sbueno+anaconda@redhat.com> - 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 <sbueno+anaconda@redhat.com> - 23.19.5-1
- Fix branding when iso is downloaded from nfs or hd (#1252756) (jkonecny)
- Fix unused import pylint error (jkonecny)

View File

@ -1 +1 @@
78577f83ece00062d3de6d4183274f80 anaconda-23.19.5.tar.bz2
2b513a78747c89f53608e97096b22c7b anaconda-23.19.6.tar.bz2