From 395ca9aeb044922152533ae04b1de952b2921eee Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Oct 06 2009 20:24:18 +0000 Subject: * Tue Oct 06 2009 David Cantrell - 12.34-1 - Tell udev to ignore temporary cryptsetup devices. (#526699) (dlehman) - Use $LIBDIR to find the boot-wrapper file. (jkeating) - Have redhat.exec reference generic.prm, not redhat.parm (dcantrell) - Bring back cio_ignore=all, !0.0.0009 for generic.prm on s390x (#463544) (dcantrell) - Take 70-persistent-net.rules generated at installation (#526322) (dcantrell) - formatByDefault: Don't traceback when mountpoint is None (#522609) (hdegoede) - Don't warn /usr should be formatted when "Format as:" is already selected (hdegoede) - Bring up network interface before trying to use it for FCoE (hdegoede) - DMRaidArray: Don't report no media present when in teared down state (hdegoede) - Wait for udev to settle before trying to find dmraid sets in udev DB (hdegoede) --- diff --git a/.cvsignore b/.cvsignore index 0533d6c..00ecb2b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -anaconda-12.33.tar.bz2 +anaconda-12.34.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index ea29404..3dad0af 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -3,7 +3,7 @@ Summary: Graphical system installer Name: anaconda -Version: 12.33 +Version: 12.34 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -215,6 +215,24 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Tue Oct 06 2009 David Cantrell - 12.34-1 +- Tell udev to ignore temporary cryptsetup devices. (#526699) (dlehman) +- Use $LIBDIR to find the boot-wrapper file. (jkeating) +- Have redhat.exec reference generic.prm, not redhat.parm (dcantrell) +- Bring back cio_ignore=all, !0.0.0009 for generic.prm on s390x (#463544) + (dcantrell) +- Take 70-persistent-net.rules generated at installation (#526322) + (dcantrell) +- formatByDefault: Don't traceback when mountpoint is None (#522609) + (hdegoede) +- Don't warn /usr should be formatted when "Format as:" is already selected + (hdegoede) +- Bring up network interface before trying to use it for FCoE (hdegoede) +- DMRaidArray: Don't report no media present when in teared down state + (hdegoede) +- Wait for udev to settle before trying to find dmraid sets in udev DB + (hdegoede) + * Mon Oct 05 2009 David Cantrell - 12.33-1 - Remove an errant popd. Probably cut/paste error. (jkeating) - Only add the .img file to .treeinfo if it exists. (jkeating) diff --git a/sources b/sources index f1eda85..5afbabe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a2e34a6d922ca04ddecb053091455cb6 anaconda-12.33.tar.bz2 +7dea64189e77a2beec9e9ba7097fde49 anaconda-12.34.tar.bz2