devel/anaconda .cvsignore, 1.500, 1.501 anaconda.spec, 1.640, 1.641 sources, 1.632, 1.633

Jeremy Katz (katzj) fedora-extras-commits at redhat.com
Wed Mar 5 02:56:57 UTC 2008


Author: katzj

Update of /cvs/pkgs/devel/anaconda
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28488

Modified Files:
	.cvsignore anaconda.spec sources 
Log Message:
* Tue Mar 04 2008 Jeremy Katz <katzj at redhat.com> - 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)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/devel/anaconda/.cvsignore,v
retrieving revision 1.500
retrieving revision 1.501
diff -u -r1.500 -r1.501
--- .cvsignore	4 Mar 2008 04:45:39 -0000	1.500
+++ .cvsignore	5 Mar 2008 02:56:22 -0000	1.501
@@ -1 +1 @@
-anaconda-11.4.0.43.tar.bz2
+anaconda-11.4.0.44.tar.bz2


Index: anaconda.spec
===================================================================
RCS file: /cvs/pkgs/devel/anaconda/anaconda.spec,v
retrieving revision 1.640
retrieving revision 1.641
diff -u -r1.640 -r1.641
--- anaconda.spec	4 Mar 2008 04:45:39 -0000	1.640
+++ anaconda.spec	5 Mar 2008 02:56:22 -0000	1.641
@@ -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 @@
 /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
 
 %changelog
+* Tue Mar 04 2008 Jeremy Katz <katzj at redhat.com> - 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 <katzj at redhat.com> - 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)


Index: sources
===================================================================
RCS file: /cvs/pkgs/devel/anaconda/sources,v
retrieving revision 1.632
retrieving revision 1.633
diff -u -r1.632 -r1.633
--- sources	4 Mar 2008 04:45:39 -0000	1.632
+++ sources	5 Mar 2008 02:56:22 -0000	1.633
@@ -1 +1 @@
-aacaa6770b25ea669dabc5e759dd7544  anaconda-11.4.0.43.tar.bz2
+82ae849323c123c831e6562b470e9dfe  anaconda-11.4.0.44.tar.bz2




More information about the fedora-extras-commits mailing list