rpms/anaconda/devel .cvsignore, 1.624, 1.625 anaconda.spec, 1.772, 1.773 sources, 1.758, 1.759

David Cantrell dcantrel at fedoraproject.org
Fri Mar 20 05:02:00 UTC 2009


Author: dcantrel

Update of /cvs/pkgs/rpms/anaconda/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9222

Modified Files:
	.cvsignore anaconda.spec sources 
Log Message:
* Thu Mar 19 2009 David Cantrell <dcantrell at redhat.com> - 11.5.0.34-1
- Catch FSError when detecting storage, prevent user from continuing.
  (dcantrell)
- If we have no error string, place None in the tuple. (dcantrell)
- Move OUTPUT_TERMINAL definition to isys.h (dcantrell)
- mount and umount commands are in /sbin now, remove from /usr/sbin
  (dcantrell)
- Avoid SIGSEGV in doPwMount() when NULL is last parameter (#491192)
  (dcantrell)
- Attempt disk commits 5 times before raising an exception. (dcantrell)
- Add boot partition size limit properties and size validation method.
  (dlehman)
- Make sure boot flag gets set. (#491170) (dlehman)
- Make bootable a property of PartitionDevice. (dlehman)
- After setting up our random UUID, inform the storage layer (katzj)
- Handle system crappyness. (jgranado)
- Fix up checking for live image backing (katzj)
- Let's not remove our mountpoints (katzj)
- Fix writing the default= line in grub.conf (#490756). (clumens)
- Revert "Fix pruning of destroy actions for preexisting devices." (dlehman)
- Add more blacklisting (katzj)
- Blacklist the live image backing device (katzj)
- Move blockdev blacklisting to be a function (katzj)
- Inhibit devkit-disks during a live install (katzj)
- try to unmount everything from /media on live installs (katzj)
- Fix live installs to not traceback (katzj)
- Fix New partition in UI (rvykydal)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/.cvsignore,v
retrieving revision 1.624
retrieving revision 1.625
diff -u -r1.624 -r1.625
--- .cvsignore	19 Mar 2009 09:22:44 -0000	1.624
+++ .cvsignore	20 Mar 2009 05:01:29 -0000	1.625
@@ -1,2 +1,2 @@
 clog
-anaconda-11.5.0.33.tar.bz2
+anaconda-11.5.0.34.tar.bz2


Index: anaconda.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/anaconda.spec,v
retrieving revision 1.772
retrieving revision 1.773
diff -u -r1.772 -r1.773
--- anaconda.spec	19 Mar 2009 09:22:44 -0000	1.772
+++ anaconda.spec	20 Mar 2009 05:01:29 -0000	1.773
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 11.5.0.33
+Version: 11.5.0.34
 Release: 1
 License: GPLv2+
 Group:   Applications/System
@@ -212,6 +212,34 @@
 %endif
 
 %changelog
+* Thu Mar 19 2009 David Cantrell <dcantrell at redhat.com> - 11.5.0.34-1
+- Catch FSError when detecting storage, prevent user from continuing.
+  (dcantrell)
+- If we have no error string, place None in the tuple. (dcantrell)
+- Move OUTPUT_TERMINAL definition to isys.h (dcantrell)
+- mount and umount commands are in /sbin now, remove from /usr/sbin
+  (dcantrell)
+- Avoid SIGSEGV in doPwMount() when NULL is last parameter (#491192)
+  (dcantrell)
+- Attempt disk commits 5 times before raising an exception. (dcantrell)
+- Add boot partition size limit properties and size validation method.
+  (dlehman)
+- Make sure boot flag gets set. (#491170) (dlehman)
+- Make bootable a property of PartitionDevice. (dlehman)
+- After setting up our random UUID, inform the storage layer (katzj)
+- Handle system crappyness. (jgranado)
+- Fix up checking for live image backing (katzj)
+- Let's not remove our mountpoints (katzj)
+- Fix writing the default= line in grub.conf (#490756). (clumens)
+- Revert "Fix pruning of destroy actions for preexisting devices." (dlehman)
+- Add more blacklisting (katzj)
+- Blacklist the live image backing device (katzj)
+- Move blockdev blacklisting to be a function (katzj)
+- Inhibit devkit-disks during a live install (katzj)
+- try to unmount everything from /media on live installs (katzj)
+- Fix live installs to not traceback (katzj)
+- Fix New partition in UI (rvykydal)
+
 * Thu Mar 19 2009 David Lehman <dlehman at redhat.com> - 11.5.0.33-1
 - Rework the lvm dialog. (#490301,#490966,#490681,#489870) (dlehman)
 - Improve chances of uniqueness from Storage.createSuggestedLVName. (dlehman)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/sources,v
retrieving revision 1.758
retrieving revision 1.759
diff -u -r1.758 -r1.759
--- sources	19 Mar 2009 09:22:44 -0000	1.758
+++ sources	20 Mar 2009 05:01:29 -0000	1.759
@@ -1 +1 @@
-21b5b09f30e4ad230d118866ef5c172a  anaconda-11.5.0.33.tar.bz2
+f0ee6bdccfdfc5ed584f52434b5e825b  anaconda-11.5.0.34.tar.bz2




More information about the fedora-extras-commits mailing list