From 60122e80338da8a19118da4fcd8908ff3a11fc4c Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Mon, 12 Oct 2009 22:58:55 +0000 Subject: [PATCH] * Mon Oct 12 2009 David Cantrell - 13.4-1 - Missing volume_key shouldn't break LUKS support completely. (#526899) (dlehman) - Write multipathd.conf in anaconda so that dracut can find it. (pjones) - We moved from dialog to newt.. (#528497) (msivak) - Fix a segfault when stage2= boot parameter and kickstart url method is used (#524417). (rvykydal) - Fix parsing of optional portnr in iscsi target IP (#525118) (hdegoede) --- .cvsignore | 2 +- anaconda.spec | 11 ++++++++++- sources | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 8a2db00..31eeb92 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -anaconda-13.3.tar.bz2 +anaconda-13.4.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index d7c290c..4cc8117 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -3,7 +3,7 @@ Summary: Graphical system installer Name: anaconda -Version: 13.3 +Version: 13.4 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -216,6 +216,15 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Mon Oct 12 2009 David Cantrell - 13.4-1 +- Missing volume_key shouldn't break LUKS support completely. (#526899) + (dlehman) +- Write multipathd.conf in anaconda so that dracut can find it. (pjones) +- We moved from dialog to newt.. (#528497) (msivak) +- Fix a segfault when stage2= boot parameter and kickstart url method is + used (#524417). (rvykydal) +- Fix parsing of optional portnr in iscsi target IP (#525118) (hdegoede) + * Fri Oct 09 2009 David Cantrell - 13.3-1 - Reset PartitionDevice attributes after failed edit. (#498026) (dlehman) - Add MultipathDevice.getDMNode(), because .updateSysfsPath() needs it. diff --git a/sources b/sources index 499baaa..0ad5dd3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -716a43a9ad2a6bfbf9262dc5999376c8 anaconda-13.3.tar.bz2 +7d123c7b18a98212c385d273e6508e42 anaconda-13.4.tar.bz2