From ad593a0e01bbc17870b59add6c7c979d83067106 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Tue, 8 Sep 2009 04:17:58 +0000 Subject: [PATCH] * Mon Sep 07 2009 David Cantrell - 12.21-1 - Require python-meh (#521661) (dcantrell) - Handle UnknownSwapError when turning on existing swap volumes. (dcantrell) - Check for a valid interface in swapErrorDialog, exit without one. (dcantrell) - On SuspendError, allow users to skip/format/exit like OldSwapError. (dcantrell) - Raise exception if detected swap volumes are not Linux v1 swap space. (dcantrell) - Handle OldSwapError (#510817) (dcantrell) - Support a force=True argument on SwapSpace.create() (dcantrell) - Skip all Makefiles and the liveinst subdirectory in 'make updates' (dcantrell) - Make anaconda know its version number (#520061) (dcantrell) - Add top back to the stage2 image. (clumens) - Do not put device node path, but the fs UUID in fstab for mdraid: (#519337) (hdegoede) - Expose common fsset methods and properties in class Storage. (dcantrell) - Don't display the warning about not enough memory on a VNC install (#521109). (clumens) - The vtoc.h header has moved from the kernel to s390utils (karsten, #520830). (clumens) --- .cvsignore | 2 +- anaconda.spec | 29 ++++++++++++++++++++++++++++- sources | 2 +- 3 files changed, 30 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2443f3b..fb918f7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -anaconda-12.20.tar.bz2 +anaconda-12.21.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 21302dd..f371c41 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -3,7 +3,7 @@ Summary: Graphical system installer Name: anaconda -Version: 12.20 +Version: 12.21 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -79,7 +79,11 @@ BuildRequires: dbus-devel >= %{dbusver} BuildRequires: desktop-file-utils %endif BuildRequires: iscsi-initiator-utils-devel >= %{iscsiver} +%ifarch s390 s390x +BuildRequires: s390utils-devel +%endif +Requires: python-meh Requires: policycoreutils Requires: rpm-python >= %{rpmpythonver} Requires: comps-extras @@ -210,6 +214,29 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Mon Sep 07 2009 David Cantrell - 12.21-1 +- Require python-meh (#521661) (dcantrell) +- Handle UnknownSwapError when turning on existing swap volumes. (dcantrell) +- Check for a valid interface in swapErrorDialog, exit without one. + (dcantrell) +- On SuspendError, allow users to skip/format/exit like OldSwapError. + (dcantrell) +- Raise exception if detected swap volumes are not Linux v1 swap space. + (dcantrell) +- Handle OldSwapError (#510817) (dcantrell) +- Support a force=True argument on SwapSpace.create() (dcantrell) +- Skip all Makefiles and the liveinst subdirectory in 'make updates' + (dcantrell) +- Make anaconda know its version number (#520061) (dcantrell) +- Add top back to the stage2 image. (clumens) +- Do not put device node path, but the fs UUID in fstab for mdraid: + (#519337) (hdegoede) +- Expose common fsset methods and properties in class Storage. (dcantrell) +- Don't display the warning about not enough memory on a VNC install + (#521109). (clumens) +- The vtoc.h header has moved from the kernel to s390utils (karsten, + #520830). (clumens) + * Wed Sep 02 2009 David Cantrell - 12.20-1 - Rename mostlyclean-glade to mostlyclean-liveinst. (dcantrell) - Handle rootPath referencing a chroot value or actual path (#519665) diff --git a/sources b/sources index c4523f4..d238b23 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f117ebba1cc50fe6b3ccc1f37c619e27 anaconda-12.20.tar.bz2 +7820416851e1cdc9cddbcbccc3735a73 anaconda-12.21.tar.bz2