forked from rpms/anaconda
* Mon Oct 27 2008 David Cantrell <dcantrell@redhat.com> - 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)
This commit is contained in:
parent
bfc5f66efa
commit
49f847d636
@ -1 +1 @@
|
|||||||
anaconda-11.4.1.51.tar.bz2
|
anaconda-11.4.1.52.tar.bz2
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 11.4.1.51
|
Version: 11.4.1.52
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -20,7 +20,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
%define libnlver 1.0
|
%define libnlver 1.0
|
||||||
%define libselinuxver 1.6
|
%define libselinuxver 1.6
|
||||||
%define mkinitrdver 5.1.2-1
|
%define mkinitrdver 5.1.2-1
|
||||||
%define pykickstartver 0.96
|
%define pykickstartver 1.46
|
||||||
%define rpmpythonver 4.2-0.61
|
%define rpmpythonver 4.2-0.61
|
||||||
%define slangver 2.0.6-2
|
%define slangver 2.0.6-2
|
||||||
%define yumver 2.9.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 || :
|
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 27 2008 David Cantrell <dcantrell@redhat.com> - 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 <dcantrell@redhat.com> - 11.4.1.51-1
|
* Fri Oct 24 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.51-1
|
||||||
- Catch UnicodeDecodeError so traceback messages display anyway. (dcantrell)
|
- Catch UnicodeDecodeError so traceback messages display anyway. (dcantrell)
|
||||||
- Do not write NM_CONTROLLED=yes to ifcfg files (#468028) (dcantrell)
|
- Do not write NM_CONTROLLED=yes to ifcfg files (#468028) (dcantrell)
|
||||||
|
Loading…
Reference in New Issue
Block a user