From cd951e6252b8191e0256cf01c1512dc507609ccb Mon Sep 17 00:00:00 2001 From: David Lehman Date: Feb 25 2010 22:18:44 +0000 Subject: * Thu Feb 25 2010 David Lehman - 13.32-1 - Check for the real device-mapper nodes in /proc/swaps. (#567840) (dlehman) - It's necessary to give each vfprintf invocation a fresh va_list (#568235) (akozumpl) - Don't unconditionally unskip the partition step on failure (#567889). (clumens) - rpm doesn't always give the callback a tuple (#567878). (clumens) --- diff --git a/.cvsignore b/.cvsignore index ed2438d..8f0a29b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -anaconda-13.31.tar.bz2 +anaconda-13.32.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 37f05bf..3ae3e91 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -3,7 +3,7 @@ Summary: Graphical system installer Name: anaconda -Version: 13.31 +Version: 13.32 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -217,6 +217,14 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Thu Feb 25 2010 David Lehman - 13.32-1 +- Check for the real device-mapper nodes in /proc/swaps. (#567840) (dlehman) +- It's necessary to give each vfprintf invocation a fresh va_list (#568235) + (akozumpl) +- Don't unconditionally unskip the partition step on failure (#567889). + (clumens) +- rpm doesn't always give the callback a tuple (#567878). (clumens) + * Wed Feb 24 2010 David Cantrell - 13.31-1 - Revert "There is no kernel-PAE package anymore, use kernel for xen (#559347)." (dcantrell) diff --git a/sources b/sources index 4a1463f..6771257 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0f90ccdde102b91e70c2408e3bc873fc anaconda-13.31.tar.bz2 +3a5794e7b67d27f53a983c7b5c87a7b4 anaconda-13.32.tar.bz2