From 487e83432025bdd23857d973ba3fc684a708f969 Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Jul 09 2016 00:40:14 +0000 Subject: - Allow kickstart users to ignore the free space error (dshea) - Stop kickstart when space check fails (bcl) - Service anaconda-nm-config is missing type oneshot (jkonecny) - Fix dhcpclass to work both via kickstart and the boot cmdline. (clumens) - network: handle also ifcfg files of not activated virtual devices (#1313173) (rvykydal) - network: check onboot value in ksdata, not NM connections (#1313173) (rvykydal) - network: do not activate device on kickstart --onboot="yes" (#1341636) (rvykydal) --- diff --git a/.gitignore b/.gitignore index 654d0a3..a771ee9 100644 --- a/.gitignore +++ b/.gitignore @@ -71,3 +71,4 @@ /anaconda-25.16.tar.bz2 /anaconda-25.17.tar.bz2 /anaconda-25.19.tar.bz2 +/anaconda-25.20.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index f1a5906..f15670e 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 25.19 +Version: 25.20 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -324,6 +324,18 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Jul 08 2016 Brian C. Lane - 25.20-1 +- Allow kickstart users to ignore the free space error (dshea) +- Stop kickstart when space check fails (bcl) +- Service anaconda-nm-config is missing type oneshot (jkonecny) +- Fix dhcpclass to work both via kickstart and the boot cmdline. (clumens) +- network: handle also ifcfg files of not activated virtual devices (#1313173) + (rvykydal) +- network: check onboot value in ksdata, not NM connections (#1313173) + (rvykydal) +- network: do not activate device on kickstart --onboot="yes" (#1341636) + (rvykydal) + * Fri Jun 24 2016 Brian C. Lane - 25.19-1 - hostname: don't set installer env hostname to localhost.localdomain (#1290858) (rvykydal) diff --git a/sources b/sources index 07a50e5..9c85d2e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dfc09d7c811cc16aeb185b496404b263 anaconda-25.19.tar.bz2 +45f9dd4433c818d371e37a6121d3f7df anaconda-25.20.tar.bz2