rpms/anaconda/devel .cvsignore, 1.637, 1.638 anaconda.spec, 1.785, 1.786 sources, 1.771, 1.772

Christopher Edward Lumens clumens at fedoraproject.org
Fri Apr 24 21:13:08 UTC 2009


Author: clumens

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

Modified Files:
	.cvsignore anaconda.spec sources 
Log Message:
New version.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/.cvsignore,v
retrieving revision 1.637
retrieving revision 1.638
diff -u -r1.637 -r1.638
--- .cvsignore	18 Apr 2009 00:21:16 -0000	1.637
+++ .cvsignore	24 Apr 2009 21:12:38 -0000	1.638
@@ -1,2 +1,3 @@
 clog
 anaconda-11.5.0.46.tar.bz2
+anaconda-11.5.0.48.tar.bz2


Index: anaconda.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/anaconda.spec,v
retrieving revision 1.785
retrieving revision 1.786
diff -u -r1.785 -r1.786
--- anaconda.spec	18 Apr 2009 00:21:16 -0000	1.785
+++ anaconda.spec	24 Apr 2009 21:12:38 -0000	1.786
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 11.5.0.46
+Version: 11.5.0.48
 Release: 1
 License: GPLv2+
 Group:   Applications/System
@@ -213,6 +213,76 @@
 %endif
 
 %changelog
+* Fri Apr 24 2009 Chris Lumens <clumens at redhat.com> - 11.5.0.48-1
+- Fix handling of swap files. (#496529) (dlehman)
+- Pass anaconda to turnOnSwap so we can use swap files. (dlehman)
+- Fix incorrect attribute name use for retrofit flag. (dlehman)
+- Use slightly better checks when testing for 0 size (#493656, #497186,
+  #497389). (clumens)
+- If the LV has no child, don't attempt to grab its format (#497239).
+  (clumens)
+- Apply the global passphrase when doing kickstart autopart (#497533).
+  (clumens)
+- Add support for encryption passphrase retrofits. (dlehman)
+- Bring luks_add_key and luks_remove_key back into devicelibs.crypto.
+  (dlehman)
+- Don't let lvremove failures from incomplete vgs crash the install.
+  (#497401) (dlehman)
+- Allow setting a mountpoint w/o formatting an encrypted partition.
+  (#495417) (dlehman)
+- Remove encryption from preexisting device if "Encrypt" is deactivated.
+  (dlehman)
+- Fix indentation of preexisting partition handling block. (dlehman)
+- The device passed to the luks passphrase dialogs is a string. (#492123)
+  (dlehman)
+- Protect against tracebacks from the partition isFoo properties. (dlehman)
+- Fix handling of bind mounts. (#496406) (dlehman)
+- Add more filesystem checks. (clumens)
+- Support vfat filesystems in the partitioning UI (#496351). (clumens)
+- Remove devices in leaves first order (#496630) (hdegoede)
+- Don't remove an inconsistent lvm partition from the devicetree (#496638)
+  (hdegoede)
+- Move isEfi to be a property on Platform instead of on X86 (#497394).
+  (clumens)
+- Support --encrypted --useexisting on kickstart installs (#497147).
+  (clumens)
+- When making a RAID device, require that some members be selected
+  (#491932). (clumens)
+- When catching an OSError, handle it as an object instead of a tuple
+  (#497374). (clumens)
+- Enforce the fstype that holds /boot on kickstart installs (#497238).
+  (clumens)
+- Fix ps3 platform support (#497203) (katzj)
+- Clean up rpmdb locks at the end of the install (#496961) (katzj)
+- Don't allow /boot to be on an encrypted device (#496866). (clumens)
+- Use the correct unmount method (#496764). (clumens)
+
+* Tue Apr 21 2009 David Cantrell <dcantrell at redhat.com> - 11.5.0.47-1
+- Fix adding of fifth partition in UI (#496930). (rvykydal)
+- Define the fd variable before it can ever be referenced (#496930).
+  (clumens)
+- Fix preservation of format attrs for preexisting luks partitions. (dlehman)
+- Set md member devices' uuids after creating an array. (dlehman)
+- Don't try to get size for nodev and bind filesystems. (dlehman)
+- Include the device path in DeviceError exceptions. (dlehman)
+- Mdadm's incremental mode ignores the auto option, so don't use it.
+  (dlehman)
+- Use incremental mode for all md member addition during probing. (dlehman)
+- Try to name existing md arrays based on their preferred minor. (dlehman)
+- Reimplement mdexamine using a more easily parseable output format.
+  (dlehman)
+- Fix position of "--run" option to mdadm assemble. (dlehman)
+- Handle passphrase prompts without a traceback in cmdline mode. (#492123)
+  (dlehman)
+- Fix another device vs. string problem in EFI bootloader config (#496669).
+  (clumens)
+- Add the device's name to mdadm.conf (#496390). (clumens)
+- Show normal cursor during passphrase entry (#496534) (msivak)
+- Fix traceback in cmdline mode after exception handling cleanup (#496644)
+  (katzj)
+- DeviceError only returns a message, not (message, device) tuple (#496343).
+  (clumens)
+
 * Fri Apr 17 2009 David Cantrell <dcantrell at redhat.com> - 11.5.0.46-1
 - Clean up argument list after changing from rhpl to iutil for
   execWithRedirect (jkeating)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/sources,v
retrieving revision 1.771
retrieving revision 1.772
diff -u -r1.771 -r1.772
--- sources	18 Apr 2009 00:21:16 -0000	1.771
+++ sources	24 Apr 2009 21:12:38 -0000	1.772
@@ -1 +1 @@
-e350ffddc62e02b64751832711941c01  anaconda-11.5.0.46.tar.bz2
+934d124c37c45d6ac04e43c692d5fce8  anaconda-11.5.0.48.tar.bz2




More information about the fedora-extras-commits mailing list