From 49f847d636179e9e63c25854ae8ca4dbad66b9ab Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Oct 28 2008 01:44:17 +0000 Subject: * Mon Oct 27 2008 David Cantrell - 11.4.1.52-1 - Let DNS lookups work from %post scripts (#468132) (dcantrell) - Do not use /.tmp for temporary files (#468720) (dcantrell) - Don't treat encrypted PVs as available if we don't have the key. (#465240) (dlehman) - Do all new device passphrase prompting from partitioningComplete. (dlehman) - Fix the obviously stupid typo. (clumens) - There's a new version of the firewall command for F10 (#467753). (clumens) - Another fix for printing package summaries in text mode (#468283). (clumens) - Fix traceback in network.bringUp() (#468651) (dcantrell) - lvresize requires a --force arg now (#468478) (katzj) - Include return code on resize failure error message (#468479) (katzj) --- diff --git a/.cvsignore b/.cvsignore index e38fee8..1525bc2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -anaconda-11.4.1.51.tar.bz2 +anaconda-11.4.1.52.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index fbf675d..e622a7c 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 11.4.1.51 +Version: 11.4.1.52 Release: 1 License: GPLv2+ Group: Applications/System @@ -20,7 +20,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %define libnlver 1.0 %define libselinuxver 1.6 %define mkinitrdver 5.1.2-1 -%define pykickstartver 0.96 +%define pykickstartver 1.46 %define rpmpythonver 4.2-0.61 %define slangver 2.0.6-2 %define yumver 2.9.2 @@ -205,6 +205,20 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Mon Oct 27 2008 David Cantrell - 11.4.1.52-1 +- Let DNS lookups work from %post scripts (#468132) (dcantrell) +- Do not use /.tmp for temporary files (#468720) (dcantrell) +- Don't treat encrypted PVs as available if we don't have the key. (#465240) + (dlehman) +- Do all new device passphrase prompting from partitioningComplete. (dlehman) +- Fix the obviously stupid typo. (clumens) +- There's a new version of the firewall command for F10 (#467753). (clumens) +- Another fix for printing package summaries in text mode (#468283). + (clumens) +- Fix traceback in network.bringUp() (#468651) (dcantrell) +- lvresize requires a --force arg now (#468478) (katzj) +- Include return code on resize failure error message (#468479) (katzj) + * Fri Oct 24 2008 David Cantrell - 11.4.1.51-1 - Catch UnicodeDecodeError so traceback messages display anyway. (dcantrell) - Do not write NM_CONTROLLED=yes to ifcfg files (#468028) (dcantrell) diff --git a/sources b/sources index 8f46cea..25ebdec 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -baab7df1c765b734e8c23e1cb63260bf anaconda-11.4.1.51.tar.bz2 +f0929de50b9bc0c7483395f498cb5139 anaconda-11.4.1.52.tar.bz2