devel/anaconda .cvsignore, 1.532, 1.533 anaconda.spec, 1.674, 1.675 sources, 1.665, 1.666

Jeremy Katz (katzj) fedora-extras-commits at redhat.com
Mon May 12 21:58:15 UTC 2008


Author: katzj

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

Modified Files:
	.cvsignore anaconda.spec sources 
Log Message:
* Mon May 12 2008 Jeremy Katz <katzj at redhat.com> - 11.4.0.79-1
- Stop neutering DRI (notting)
- make scripts/buildinstall take multiple repos (wwoods)
- Don't worry about telling people that interactive text mode is in 
  wrong lang (katzj)
- Allow cpio updates.img in the tree for URL installs. (dlehman)
- Declare unpackCpioBall for use from within urlinstall.c. (dlehman)
- Don't unlink an image we retrieved but could not mount as it 
  could be .cgz. (dlehman)
- Don't run lspci with an explicit path (katzj)
- Include lspci on all images (#445974) (katzj)
- Add support for attaching gdbserver to the loader early on. (clumens)
- Add virtio max partition count (markmc)
- Sort virtio devices first (markmc)
- Merge branch 'master' of ssh://git.fedorahosted.org/git/anaconda (andrewm)
- 2008-05-08  Andrew Martynov <andrewm)
- Look in the right place when ISO images are in a 
  subdirectory (#443580). (clumens)
- And run in the root (#374921) (katzj)
- Don't crash when given URLs of the form ftp://user)
- Use 'yum clean all' when cleaning up after an upgrade, not 
  preupgrade (#374921) (katzj)
- Kickstart flag is backwards (katzj)
- If we're given a language, don't warn about console fonts (#444258) (katzj)
- And actually include the bash binary too (#443700) (katzj)
- Search path rather than hard-coding path to mdadm (#444843) (katzj)
- Fix incorrect command name in error message. (clumens)
- Specify which protocol is used for remote saving (#440214). (clumens)
- Use bash for minstg2 shell (#443700) (katzj)
- Revert PS1 and PATH changes as they don't work with busybox as used 
  in minstg2 (katzj)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/devel/anaconda/.cvsignore,v
retrieving revision 1.532
retrieving revision 1.533
diff -u -r1.532 -r1.533
--- .cvsignore	24 Apr 2008 17:57:59 -0000	1.532
+++ .cvsignore	12 May 2008 21:57:30 -0000	1.533
@@ -1,2 +1 @@
-anaconda-11.4.0.75.tar.bz2
-anaconda-11.4.0.76.tar.bz2
+anaconda-11.4.1.0.tar.bz2


Index: anaconda.spec
===================================================================
RCS file: /cvs/pkgs/devel/anaconda/anaconda.spec,v
retrieving revision 1.674
retrieving revision 1.675
diff -u -r1.674 -r1.675
--- anaconda.spec	24 Apr 2008 17:57:59 -0000	1.674
+++ anaconda.spec	12 May 2008 21:57:30 -0000	1.675
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 11.4.0.76
+Version: 11.4.1.0
 Release: 1
 License: GPLv2+
 Group:   Applications/System
@@ -207,6 +207,58 @@
 /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
 
 %changelog
+* Mon May 12 2008 Jeremy Katz <katzj at redhat.com> - 11.4.0.79-1
+- Stop neutering DRI (notting)
+- make scripts/buildinstall take multiple repos (wwoods)
+- Don't worry about telling people that interactive text mode is in 
+  wrong lang (katzj)
+- Allow cpio updates.img in the tree for URL installs. (dlehman)
+- Declare unpackCpioBall for use from within urlinstall.c. (dlehman)
+- Don't unlink an image we retrieved but could not mount as it 
+  could be .cgz. (dlehman)
+- Don't run lspci with an explicit path (katzj)
+- Include lspci on all images (#445974) (katzj)
+- Add support for attaching gdbserver to the loader early on. (clumens)
+- Add virtio max partition count (markmc)
+- Sort virtio devices first (markmc)
+- Merge branch 'master' of ssh://git.fedorahosted.org/git/anaconda (andrewm)
+- 2008-05-08  Andrew Martynov <andrewm)
+- Look in the right place when ISO images are in a 
+  subdirectory (#443580). (clumens)
+- And run in the root (#374921) (katzj)
+- Don't crash when given URLs of the form ftp://user)
+- Use 'yum clean all' when cleaning up after an upgrade, not 
+  preupgrade (#374921) (katzj)
+- Kickstart flag is backwards (katzj)
+- If we're given a language, don't warn about console fonts (#444258) (katzj)
+- And actually include the bash binary too (#443700) (katzj)
+- Search path rather than hard-coding path to mdadm (#444843) (katzj)
+- Fix incorrect command name in error message. (clumens)
+- Specify which protocol is used for remote saving (#440214). (clumens)
+- Use bash for minstg2 shell (#443700) (katzj)
+- Revert PS1 and PATH changes as they don't work with busybox as used 
+  in minstg2 (katzj)
+
+* Mon Apr 28 2008 David Cantrell <dcantrell at redhat.com> - 11.4.0.78-1
+- Write per-interface DNS info to ifcfg files (#443244) (dcantrell)
+- Clean up sanityCheckHostname() in network.py (dcantrell)
+- Activate autorepeat for GUI installs. (jgranado)
+
+* Fri Apr 25 2008 David Cantrell <dcantrell at redhat.com> - 11.4.0.77-1
+- Preserve 'set the hostname' setting when going Next/Back (#443414) (dcantrell)
+- Avoid traceback on network configuration screen (#444184) (dcantrell)
+- Add missing backslashes for the .profile here document. (dcantrell)
+- Label the efi boot filesystem on ia64 as well. (pjones)
+- Don't use size to determine if a partition is an EFI system
+  partition; instead, (pjones)
+- Handle the DVD having a disknumber of ALL. (443291) (jkeating)
+- Make the LUKS passphrase prompt fit on an 80x25 screen. (#442100) (dlehman)
+- Don't dd the image from /dev/zero _and_ use
+  "mkdosfs -C <image> <blockcount>" (pjones)
+- label the filesystem in efidisk.img so that HAL and such won't try to
+  mount it. (pjones)
+- fix testiso Makefile target - boot.iso, not netinst.iso (wwoods)
+
 * Thu Apr 24 2008 Chris Lumens <clumens at redhat.com> - 11.4.0.76-1
 - Use the execWithCapture wrapper to be consistent. (jgranado)
 - Call the mdadm with full path. (jgranado)


Index: sources
===================================================================
RCS file: /cvs/pkgs/devel/anaconda/sources,v
retrieving revision 1.665
retrieving revision 1.666
diff -u -r1.665 -r1.666
--- sources	24 Apr 2008 17:57:59 -0000	1.665
+++ sources	12 May 2008 21:57:30 -0000	1.666
@@ -1 +1 @@
-fd83244305fe7e37a0ff6ed68e8e4f2c  anaconda-11.4.0.76.tar.bz2
+f717dbc3575a854c628b5e2a7fbb7765  anaconda-11.4.1.0.tar.bz2




More information about the fedora-extras-commits mailing list