- Revert "Wait for device activation / "online" hook if rd.neednet is set" (bcl)

- Add missing os import to platform.py (bcl)
This commit is contained in:
Brian C. Lane 2012-04-03 19:21:38 -07:00
parent bbc96b6f7f
commit 1edaa4479d
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <bcl@redhat.com> - 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 <bcl@redhat.com> - 17.17-1
- Don't allow /usr as a separate partition (#804913) (clumens)
- use /sys/class/dmi instead of dmidecode (bcl)

View File

@ -1 +1 @@
2926052435e1e9168dfb3b43a4ce4d2d anaconda-17.17.tar.bz2
9155de4333a60a08186c90827f14b965 anaconda-17.18.tar.bz2