From 1edaa4479d3dc25b810948c9f04e1a44f33231ab Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Apr 04 2012 02:21:38 +0000 Subject: - Revert "Wait for device activation / "online" hook if rd.neednet is set" (bcl) - Add missing os import to platform.py (bcl) --- diff --git a/.gitignore b/.gitignore index f09240c..00aac3d 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,4 @@ anaconda-15.2.tar.bz2 /anaconda-17.15.tar.bz2 /anaconda-17.16.tar.bz2 /anaconda-17.17.tar.bz2 +/anaconda-17.18.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 7ce4e33..954abb9 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 17.17 +Version: 17.18 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -249,6 +249,11 @@ update-desktop-database &> /dev/null || : /usr/lib/dracut/modules.d/80%{name}/* %changelog +* Tue Apr 03 2012 Brian C. Lane - 17.18-1 +- Revert "Wait for device activation / "online" hook if rd.neednet is set" + (bcl) +- Add missing os import to platform.py (bcl) + * Tue Apr 03 2012 Brian C. Lane - 17.17-1 - Don't allow /usr as a separate partition (#804913) (clumens) - use /sys/class/dmi instead of dmidecode (bcl) diff --git a/sources b/sources index 4ec6f84..3a561d2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2926052435e1e9168dfb3b43a4ce4d2d anaconda-17.17.tar.bz2 +9155de4333a60a08186c90827f14b965 anaconda-17.18.tar.bz2