From 8fa870b2f83fabc48d25f890c20cca376ef980db Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Thu, 25 Sep 2008 05:09:52 +0000 Subject: [PATCH] * Wed Sep 24 2008 David Cantrell - 11.4.1.40-1 - Fix network interface bring up in text mode (#463861, #462592) (dcantrell) - Bring back isys.resetResolv() and fix NetworkManager polling in network.py. (dcantrell) - Poll 'State' property from NetworkManager in network.bringUp() (dcantrell) - Log error in rescue mode is network.bringUp() fails. (dcantrell) - Set the first network device in the list to active. (dcantrell) - Get rid of firstnetdevice in Network (dcantrell) - Do not write /lib/udev.d rules if instPath is '' (dcantrell) - Fix problems with bringDeviceUp() calls (#463512) (dcantrell) --- .cvsignore | 2 +- anaconda.spec | 13 ++++++++++++- sources | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 254b8ea..1bf41c8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -anaconda-11.4.1.39.tar.bz2 +anaconda-11.4.1.40.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 4f88dd3..2ca1770 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 11.4.1.39 +Version: 11.4.1.40 Release: 1 License: GPLv2+ Group: Applications/System @@ -205,6 +205,17 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Wed Sep 24 2008 David Cantrell - 11.4.1.40-1 +- Fix network interface bring up in text mode (#463861, #462592) (dcantrell) +- Bring back isys.resetResolv() and fix NetworkManager polling in + network.py. (dcantrell) +- Poll 'State' property from NetworkManager in network.bringUp() (dcantrell) +- Log error in rescue mode is network.bringUp() fails. (dcantrell) +- Set the first network device in the list to active. (dcantrell) +- Get rid of firstnetdevice in Network (dcantrell) +- Do not write /lib/udev.d rules if instPath is '' (dcantrell) +- Fix problems with bringDeviceUp() calls (#463512) (dcantrell) + * Mon Sep 22 2008 David Cantrell - 11.4.1.39-1 - Fix a traceback when getting the interface settings (#462592). (clumens) - self.anaconda -> anaconda (clumens) diff --git a/sources b/sources index edf20f1..0f558cf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -74e03b1146ba24bb2ad917f04b85a877 anaconda-11.4.1.39.tar.bz2 +08bb2877ef1d96ee30d24372578e8fc9 anaconda-11.4.1.40.tar.bz2