devel/anaconda .cvsignore, 1.509, 1.510 anaconda.spec, 1.649, 1.650 sources, 1.641, 1.642

Jeremy Katz (katzj) fedora-extras-commits at redhat.com
Mon Mar 17 01:42:09 UTC 2008


Author: katzj

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

Modified Files:
	.cvsignore anaconda.spec sources 
Log Message:
* Sun Mar 16 2008 Jeremy Katz <katzj at redhat.com> - 11.4.0.53-1
- Update translations (pl, de)
- Use i586 kernel (#437641) (katzj)
- Give indication of success or failure for mediacheck (#437577) (katzj)
- Ensure the UUID for the rootfs is random and not the same for every 
  live image (katzj)
- Make migration from ext3 -> ext4 saner on upgrade (#437567) (katzj)
- Force filesystem mount options on /boot/efi . (pjones)
- On HDISO installs, look for the stage2.img file in the right 
  directory. (clumens)
- Accept devices with or without a leading /dev/. (clumens)
- .buildstamp no longer contains productPath, so change 
  the default (#437509). (clumens)
- Remove references to an uninitialized variable. (clumens)
- Use shortname=winnt instead of shortname=win95 when 
  mounting /boot/efi (pjones)
- Do not strip leading or trailing whiltespace from 
  passphrases. (#437499) (dlehman)
- Set methodstr for nfsiso installs (#437541). (clumens)
- Create and check /boot/efi correctly, and use preexisting 
  one if available. (pjones)
- Handle /boot/efi and /boot both as bootrequests (pjones)
- Emit "efi" as /boot/efi's filesystem type (pjones)
- Add EFI handling to the bootloader setup choices. (pjones)
- Add efi to the ignoreable filesystem list. (pjones)
- Add EFIFileSystem, and getMountName() to hide that it's really vfat. (pjones)
- Add isEfiSystemPartition(), and use it where appropriate (pjones)
- Call getAutoPartitionBoot with our partition list as an arg. (pjones)
- Don't show the epoch in package selection either (#437502). (clumens)
- Fix some errors on reporting which files are being downloaded. (clumens)
- Revert "Handle /boot and /boot/efi separately, plus fixes" (pjones)
- Handle /boot and /boot/efi separately, plus fixes (pjones)
- Get rid of unused >1024 cylindar check, fix text of boot 
  check exceptions. (pjones)
- Make bootRequestCheck() check /each/ boot partition like it's 
  supposed to, (pjones)
- Fix shell quoting on numbers > 9, and fix an error message. (pjones)
- Don't show the epoch in the progress bar (#437502). (clumens)
- Include efibootmgr in the instroot (pjones)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/devel/anaconda/.cvsignore,v
retrieving revision 1.509
retrieving revision 1.510
diff -u -r1.509 -r1.510
--- .cvsignore	14 Mar 2008 02:25:46 -0000	1.509
+++ .cvsignore	17 Mar 2008 01:41:31 -0000	1.510
@@ -1,2 +1 @@
-anaconda-11.4.0.51.tar.bz2
-anaconda-11.4.0.52.tar.bz2
+anaconda-11.4.0.53.tar.bz2


Index: anaconda.spec
===================================================================
RCS file: /cvs/pkgs/devel/anaconda/anaconda.spec,v
retrieving revision 1.649
retrieving revision 1.650
diff -u -r1.649 -r1.650
--- anaconda.spec	14 Mar 2008 02:25:46 -0000	1.649
+++ anaconda.spec	17 Mar 2008 01:41:31 -0000	1.650
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 11.4.0.52
+Version: 11.4.0.53
 Release: 1
 License: GPLv2+
 Group:   Applications/System
@@ -204,6 +204,46 @@
 /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
 
 %changelog
+* Sun Mar 16 2008 Jeremy Katz <katzj at redhat.com> - 11.4.0.53-1
+- Update translations (pl, de)
+- Use i586 kernel (#437641) (katzj)
+- Give indication of success or failure for mediacheck (#437577) (katzj)
+- Ensure the UUID for the rootfs is random and not the same for every 
+  live image (katzj)
+- Make migration from ext3 -> ext4 saner on upgrade (#437567) (katzj)
+- Force filesystem mount options on /boot/efi . (pjones)
+- On HDISO installs, look for the stage2.img file in the right 
+  directory. (clumens)
+- Accept devices with or without a leading /dev/. (clumens)
+- .buildstamp no longer contains productPath, so change 
+  the default (#437509). (clumens)
+- Remove references to an uninitialized variable. (clumens)
+- Use shortname=winnt instead of shortname=win95 when 
+  mounting /boot/efi (pjones)
+- Do not strip leading or trailing whiltespace from 
+  passphrases. (#437499) (dlehman)
+- Set methodstr for nfsiso installs (#437541). (clumens)
+- Create and check /boot/efi correctly, and use preexisting 
+  one if available. (pjones)
+- Handle /boot/efi and /boot both as bootrequests (pjones)
+- Emit "efi" as /boot/efi's filesystem type (pjones)
+- Add EFI handling to the bootloader setup choices. (pjones)
+- Add efi to the ignoreable filesystem list. (pjones)
+- Add EFIFileSystem, and getMountName() to hide that it's really vfat. (pjones)
+- Add isEfiSystemPartition(), and use it where appropriate (pjones)
+- Call getAutoPartitionBoot with our partition list as an arg. (pjones)
+- Don't show the epoch in package selection either (#437502). (clumens)
+- Fix some errors on reporting which files are being downloaded. (clumens)
+- Revert "Handle /boot and /boot/efi separately, plus fixes" (pjones)
+- Handle /boot and /boot/efi separately, plus fixes (pjones)
+- Get rid of unused >1024 cylindar check, fix text of boot 
+  check exceptions. (pjones)
+- Make bootRequestCheck() check /each/ boot partition like it's 
+  supposed to, (pjones)
+- Fix shell quoting on numbers > 9, and fix an error message. (pjones)
+- Don't show the epoch in the progress bar (#437502). (clumens)
+- Include efibootmgr in the instroot (pjones)
+
 * Thu Mar 13 2008 Chris Lumens <clumens at redhat.com> - 11.4.0.52-1
 - Don't unmount NFS source so NFSISO will work. (clumens)
 - Fix the format of the method=hd: parameter. (clumens)


Index: sources
===================================================================
RCS file: /cvs/pkgs/devel/anaconda/sources,v
retrieving revision 1.641
retrieving revision 1.642
diff -u -r1.641 -r1.642
--- sources	14 Mar 2008 02:25:46 -0000	1.641
+++ sources	17 Mar 2008 01:41:31 -0000	1.642
@@ -1 +1 @@
-3f89b234d380de2f570c6dd3d084b9b0  anaconda-11.4.0.52.tar.bz2
+6a09b43ae9365f70b15a1e202e5c4b70  anaconda-11.4.0.53.tar.bz2




More information about the fedora-extras-commits mailing list