From 9ee67e021bb0fa4bd00e4545cb0a3438508076e5 Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Apr 03 2015 00:19:21 +0000 Subject: - Enforce sane disk selections. (dlehman) - Add a test for parse-kickstart (bcl) - Add --tmpdir to parse-kickstart for testing (bcl) - Use the correct format for IPMI messages. (clumens) - Do not use min_luks_entropy with pre-existing devices (#1206101) (dshea) - Remove the dnf cache directory when resetting the repo (dshea) - Do not add separators to the addon list when not needed (dshea) - Only use the instclass environment if it actually exists. (dshea) --- diff --git a/.gitignore b/.gitignore index 1abf795..8960fbd 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /anaconda-23.3.tar.bz2 /anaconda-23.4.tar.bz2 /anaconda-23.5.tar.bz2 +/anaconda-23.6.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index d727f21..ff2f0c3 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 23.5 +Version: 23.6 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -312,6 +312,16 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Apr 02 2015 Brian C. Lane - 23.6-1 +- Enforce sane disk selections. (dlehman) +- Add a test for parse-kickstart (bcl) +- Add --tmpdir to parse-kickstart for testing (bcl) +- Use the correct format for IPMI messages. (clumens) +- Do not use min_luks_entropy with pre-existing devices (#1206101) (dshea) +- Remove the dnf cache directory when resetting the repo (dshea) +- Do not add separators to the addon list when not needed (dshea) +- Only use the instclass environment if it actually exists. (dshea) + * Fri Mar 27 2015 Brian C. Lane - 23.5-1 - Mock external module dependencies for readthedocs (bcl) - Generate the pyanaconda module documentation (bcl) diff --git a/sources b/sources index f33b3b0..01ac107 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dbcf32a6c235c4073b96930c31910082 anaconda-23.5.tar.bz2 +768dba8dad086e8ba17abd0a41a1503a anaconda-23.6.tar.bz2