* Thu Apr 12 2007 David Cantrell <dcantrell@redhat.com - 11.2.0.48-1

- Don't write out remove lines for packages that don't exist on the
  installation arch (clumens)
- Remove unused code from partedUtils.py (clumens)
- Fix handling of plain text release notes (Elliot Peele)
- Fix RAID minor number allocation in text mode UI (clumens)
- Force /sbin and /usr/sbin in the PATH (katzj)
- Don't copy stage2.img if it is not found (katzj)
- Test given URL for HTTP/FTP install modes when stage2 is loaded from CD
This commit is contained in:
David Cantrell 2007-04-12 22:21:44 +00:00
parent d2fd6af035
commit 750ab30b78
3 changed files with 15 additions and 5 deletions

View File

@ -1 +1 @@
anaconda-11.2.0.47.tar.bz2
anaconda-11.2.0.48.tar.bz2

View File

@ -1,7 +1,7 @@
%define livearches %{ix86} x86_64
Name: anaconda
Version: 11.2.0.47
Version: 11.2.0.48
Release: 1
License: GPL
Summary: Graphical system installer
@ -21,7 +21,7 @@ BuildRequires: pango-devel, pirut, libXt-devel
BuildRequires: slang-devel >= 2.0.6-2, slang-static
BuildRequires: newt-devel, newt-static
BuildRequires: glib2-devel >= 2.11.1-5, glib2-static
BuildRequires: libdhcp-devel >= 1.24, mkinitrd-devel >= 5.1.2-1
BuildRequires: libdhcp-devel-static >= 1.24-3, mkinitrd-devel >= 5.1.2-1
BuildRequires: audit-libs-devel
%ifarch %livearches
BuildRequires: desktop-file-utils
@ -142,9 +142,19 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
* Thu Apr 12 2007 David Cantrell <dcantrell@redhat.com - 11.2.0.48-1
- Don't write out remove lines for packages that don't exist on the
installation arch (clumens)
- Remove unused code from partedUtils.py (clumens)
- Fix handling of plain text release notes (Elliot Peele)
- Fix RAID minor number allocation in text mode UI (clumens)
- Force /sbin and /usr/sbin in the PATH (katzj)
- Don't copy stage2.img if it is not found (katzj)
- Test given URL for HTTP/FTP install modes when stage2 is loaded from CD
* Mon Apr 9 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.47-1
- Fix build on s390
- Ensure we exit at the end of the install.
- Ensure we exit at the end of the install.
* Sun Apr 8 2007 Peter Jones <pjones@redhat.com> - 11.2.0.46-2
- Rebuild because aparently the s390 build produced a corrupt package...

View File

@ -1 +1 @@
920efbca835434d3fbdb96bef2c0f7d5 anaconda-11.2.0.47.tar.bz2
62fb1da131b5df8ef50f8290fdde356b anaconda-11.2.0.48.tar.bz2