diff --git a/.gitignore b/.gitignore index d2b5a15..8ee6a4e 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ /anaconda-23.19.4.tar.bz2 /anaconda-23.19.5.tar.bz2 /anaconda-23.19.6.tar.bz2 +/anaconda-23.19.7.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 1fc75ca..65b8104 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 23.19.6 +Version: 23.19.7 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -305,6 +305,10 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Oct 15 2015 Samantha N. Bueno - 23.19.7-1 +- Fix traceback when trying to create list of unformatted DASDs. (#1268764) + (sbueno+anaconda) + * 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) diff --git a/sources b/sources index 603e2fe..982293a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2b513a78747c89f53608e97096b22c7b anaconda-23.19.6.tar.bz2 +f2a597df8b982467c0aefa87fe8cd417 anaconda-23.19.7.tar.bz2