From 23e4101194fd2de8cfc73d74e32b527f90238fa9 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Sep 26 2009 03:45:15 +0000 Subject: * Fri Sep 25 2009 David Cantrell - 12.31-1 - Move S390MODS to inside makeBootImages(), remove libiscsi_tcp. (dcantrell) - Require the latest and greatest python-meh. (clumens) - Add a stub enableNetwork method for cmdline mode (#525779). (clumens) - Adapt to python-meh passing a bug description around. (clumens) - Return None for next part type if all primary slots full. (#524859) (dlehman) - Make sure the Minimal group is selected by default on RHEL installs (#524561). (clumens) --- diff --git a/.cvsignore b/.cvsignore index ac10a5d..935dc52 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1 @@ -anaconda-12.29.tar.bz2 -anaconda-12.30.tar.bz2 +anaconda-12.31.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 2b7a796..c332df8 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -3,7 +3,7 @@ Summary: Graphical system installer Name: anaconda -Version: 12.30 +Version: 12.31 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -43,6 +43,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %define yumutilsver 1.1.11-3 %define iscsiver 6.2.0.870-3 %define pythoncryptsetupver 0.0.6 +%define mehver 0.4 BuildRequires: audit-libs-devel BuildRequires: bzip2-devel @@ -83,7 +84,7 @@ BuildRequires: iscsi-initiator-utils-devel >= %{iscsiver} BuildRequires: s390utils-devel %endif -Requires: python-meh +Requires: python-meh >= %{mehver} Requires: policycoreutils Requires: rpm-python >= %{rpmpythonver} Requires: comps-extras @@ -214,6 +215,16 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Fri Sep 25 2009 David Cantrell - 12.31-1 +- Move S390MODS to inside makeBootImages(), remove libiscsi_tcp. (dcantrell) +- Require the latest and greatest python-meh. (clumens) +- Add a stub enableNetwork method for cmdline mode (#525779). (clumens) +- Adapt to python-meh passing a bug description around. (clumens) +- Return None for next part type if all primary slots full. (#524859) + (dlehman) +- Make sure the Minimal group is selected by default on RHEL installs + (#524561). (clumens) + * Thu Sep 24 2009 Chris Lumens - 12.30-1 - Simplify s390x module list generation. (dcantrell) - Read cmsfs* commands from $IMGPATH/usr/sbin in mk-images (dcantrell) diff --git a/sources b/sources index 053265d..f58c961 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -512e0594e6caf2015f0f7d2472061a73 anaconda-12.30.tar.bz2 +8e4a7cf339c3787e781652fe25adc8b3 anaconda-12.31.tar.bz2