From 446961fe0361bb6e6eeeefef6e21ed3b513c9034 Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Nov 28 2007 21:46:42 +0000 Subject: New version. --- diff --git a/.cvsignore b/.cvsignore index 6d6ce6a..ba55e29 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,4 @@ anaconda-11.3.0.42.tar.bz2 anaconda-11.4.tar.bz2 anaconda-11.4.0.1.tar.bz2 +anaconda-11.4.0.2.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 268b97f..a9e175e 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 11.4.0.1 +Version: 11.4.0.2 Release: 1 License: GPLv2 Group: Applications/System @@ -36,7 +36,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %define desktopfileutilsver 0.8 BuildRequires: audit-libs-devel -BuildRequires: beecrypt-devel BuildRequires: booty BuildRequires: bzip2-devel BuildRequires: device-mapper-devel >= %{dmver} @@ -64,9 +63,9 @@ BuildRequires: pykickstart >= %{pykickstartver} BuildRequires: python-devel BuildRequires: python-urlgrabber BuildRequires: rhpl -BuildRequires: rpm-devel BuildRequires: rpm-python >= %{rpmpythonver} BuildRequires: slang-static >= %{slangver} +BuildRequires: xmlto BuildRequires: yum >= %{yumver} BuildRequires: zlib-devel, zlib-static %ifarch %livearches @@ -216,6 +215,25 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Wed Nov 28 2007 Chris Lumens 11.4.0.2-1 +- Include libuser support libraries. +- Include nss libraries so rpm works again (#396851). +- Fix a traceback starting vnc mode. +- Make --excludedocs work again (#401651). +- Probe for USB on more busses (dwmw2, #401821). +- Add linear.ko to the modules available for rescue mode (#151742). +- Update implantisomd5 usage to give correct option name (#364611). +- Start removing unneeded install method code. +- Run %post scripts on upgrade (#392201). +- Correct nicdelay patch (msivak, #349521). +- Only run media check if we're installing off the CD (#362561). +- Fix display of package names in non-English text installs (#376231). +- Import isys (katzj, #390141). +- Fully handle pae kernel (katzj, #388231). +- Add initial support for encrypted block devices (dlehman). +- Strip out the wiki markup from docs (Paul Frields, #387341). +- Update Romanian keyboard layout and console font (#386751). + * Thu Nov 15 2007 Chris Lumens 11.4.0.1-1 - Pull in the /lib/ld-linux.so.2 symlink to stage2. - Don't segfault on unpartitioned updates devices (#372011). diff --git a/sources b/sources index a3e0eb4..dc69ad3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ac1df03ff7eab29767b3d7c077a726f5 anaconda-11.4.0.1.tar.bz2 +d82bca8ee001f136cedaca73dfee3d11 anaconda-11.4.0.2.tar.bz2