New version.

This commit is contained in:
Christopher Edward Lumens 2007-11-28 21:46:42 +00:00
parent 3be2383db3
commit 446961fe03
3 changed files with 23 additions and 4 deletions

View File

@ -1,3 +1,4 @@
anaconda-11.3.0.42.tar.bz2 anaconda-11.3.0.42.tar.bz2
anaconda-11.4.tar.bz2 anaconda-11.4.tar.bz2
anaconda-11.4.0.1.tar.bz2 anaconda-11.4.0.1.tar.bz2
anaconda-11.4.0.2.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer Summary: Graphical system installer
Name: anaconda Name: anaconda
Version: 11.4.0.1 Version: 11.4.0.2
Release: 1 Release: 1
License: GPLv2 License: GPLv2
Group: Applications/System Group: Applications/System
@ -36,7 +36,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%define desktopfileutilsver 0.8 %define desktopfileutilsver 0.8
BuildRequires: audit-libs-devel BuildRequires: audit-libs-devel
BuildRequires: beecrypt-devel
BuildRequires: booty BuildRequires: booty
BuildRequires: bzip2-devel BuildRequires: bzip2-devel
BuildRequires: device-mapper-devel >= %{dmver} BuildRequires: device-mapper-devel >= %{dmver}
@ -64,9 +63,9 @@ BuildRequires: pykickstart >= %{pykickstartver}
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: python-urlgrabber BuildRequires: python-urlgrabber
BuildRequires: rhpl BuildRequires: rhpl
BuildRequires: rpm-devel
BuildRequires: rpm-python >= %{rpmpythonver} BuildRequires: rpm-python >= %{rpmpythonver}
BuildRequires: slang-static >= %{slangver} BuildRequires: slang-static >= %{slangver}
BuildRequires: xmlto
BuildRequires: yum >= %{yumver} BuildRequires: yum >= %{yumver}
BuildRequires: zlib-devel, zlib-static BuildRequires: zlib-devel, zlib-static
%ifarch %livearches %ifarch %livearches
@ -216,6 +215,25 @@ 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
* Wed Nov 28 2007 Chris Lumens <clumens@redhat.com> 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 <clumens@redhat.com> 11.4.0.1-1 * Thu Nov 15 2007 Chris Lumens <clumens@redhat.com> 11.4.0.1-1
- Pull in the /lib/ld-linux.so.2 symlink to stage2. - Pull in the /lib/ld-linux.so.2 symlink to stage2.
- Don't segfault on unpartitioned updates devices (#372011). - Don't segfault on unpartitioned updates devices (#372011).

View File

@ -1 +1 @@
ac1df03ff7eab29767b3d7c077a726f5 anaconda-11.4.0.1.tar.bz2 d82bca8ee001f136cedaca73dfee3d11 anaconda-11.4.0.2.tar.bz2