From fa8e27de594b138ad13c695bf19a6b0756b50351 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Mar 05 2008 02:56:22 +0000 Subject: * Tue Mar 04 2008 Jeremy Katz - 11.4.0.44-1 - Add --archlist to repoquery call. (jkeating) - Translation updates (pl, nl, ja) - Handle efibootmgr and grub.efi in upd-instroot. (pjones) - Merge in branch to implement stage2= parameter. (clumens) - Revert the memtest86 bits for EFI, since this gets run on multiple arches. (pjones) - Use iutil.isEfi() instead of testing for ia64-ness. (pjones) - Only do gptsync if we're not using EFI. (pjones) - Don't do gptsync if we're using EFI. (pjones) - Use gpt on all efi platforms. (pjones) - Rework isEfi() to be slightly more conservative. (pjones) - Test for using efi rather than arch==ia64 (pjones) - Don't copy memtest86 in on EFI since it won't work. (pjones) - Add comment regarding usage of elilo (pjones) - Free some variables so we can http GET twice if needed. (clumens) - Change the method config prompts. (clumens) - Support stage2= for CD installs in loader. (clumens) - Support stage2= for HD installs. (clumens) - Support stage2= for NFS installs. (clumens) - Support stage2= for URL installs. (clumens) - Update the method string handling for NFS and URL installs. (clumens) - mountStage2 now needs to take an extra argument for updates. (clumens) - If stage2= is given, it overrides the check for a CD stage2 image. (clumens) - Support the stage2= parameter, and add a flag for it. (clumens) --- diff --git a/.cvsignore b/.cvsignore index 144079c..776dbe5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -anaconda-11.4.0.43.tar.bz2 +anaconda-11.4.0.44.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 983260d..9f7fd83 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 11.4.0.43 +Version: 11.4.0.44 Release: 1 License: GPLv2+ Group: Applications/System @@ -209,6 +209,31 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Tue Mar 04 2008 Jeremy Katz - 11.4.0.44-1 +- Add --archlist to repoquery call. (jkeating) +- Translation updates (pl, nl, ja) +- Handle efibootmgr and grub.efi in upd-instroot. (pjones) +- Merge in branch to implement stage2= parameter. (clumens) +- Revert the memtest86 bits for EFI, since this gets run on multiple arches. (pjones) +- Use iutil.isEfi() instead of testing for ia64-ness. (pjones) +- Only do gptsync if we're not using EFI. (pjones) +- Don't do gptsync if we're using EFI. (pjones) +- Use gpt on all efi platforms. (pjones) +- Rework isEfi() to be slightly more conservative. (pjones) +- Test for using efi rather than arch==ia64 (pjones) +- Don't copy memtest86 in on EFI since it won't work. (pjones) +- Add comment regarding usage of elilo (pjones) +- Free some variables so we can http GET twice if needed. (clumens) +- Change the method config prompts. (clumens) +- Support stage2= for CD installs in loader. (clumens) +- Support stage2= for HD installs. (clumens) +- Support stage2= for NFS installs. (clumens) +- Support stage2= for URL installs. (clumens) +- Update the method string handling for NFS and URL installs. (clumens) +- mountStage2 now needs to take an extra argument for updates. (clumens) +- If stage2= is given, it overrides the check for a CD stage2 image. (clumens) +- Support the stage2= parameter, and add a flag for it. (clumens) + * Mon Mar 03 2008 Jeremy Katz - 11.4.0.43-1 - Only use UUID= for devices we would have labeled. Related to #435228 (katzj) - If we don't find a kernel package, then give a better error (katzj) diff --git a/sources b/sources index a95d43a..8a2765c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -aacaa6770b25ea669dabc5e759dd7544 anaconda-11.4.0.43.tar.bz2 +82ae849323c123c831e6562b470e9dfe anaconda-11.4.0.44.tar.bz2