* Fri Feb 12 2010 David Lehman <dlehman@redhat.com> - 13.26-1
- Fix return values for dasd_settle_all() in linuxrc.s390 (#558881). (dcantrell) - Don't reset the default package selection on text installs (#564103). (clumens) - Remove rules handled by the device-mapper package's rules. (dlehman) - Raise default lvm extent size from 4MB to 32MB. (dlehman) - Add udev_settle after setup of LUKSDevice. (#534043) (dlehman) - Pass '--force' to vgremove to avoid interactive prompts. (#563873) (dlehman) - Find rsyslog libs in $LIBDIR not /usr/$LIBDIR (jkeating) - "_Do_ override BASEARCH with BUILDARCH, it does make sense (#524235)" (msivak) - Don't traceback during kickstart if no ignoredisk line is given (#563581). (clumens) - Allow any add-on python module to be updated via an updates.img. (clumens) - Correct references to lcs and ctcm devices (#561816). (dcantrell) - Use lsznet.raw from s390utils package (#563548). (dcantrell) - Revert "Write ARP=no to ifcfg file when VSWITCH=1 is set on s390x (#561926)." (dcantrell) - Use /sys/devices/lcs instead of /sys/devices/cu3088 (#561816). (dcantrell) - Wait for all DASDs to be online after autodetection (#558881). (dcantrell) - Prompt user for install method when going back to STEP_METHOD. (dcantrell) - Set initrd load address to 32MB for s390x (#546422). (dcantrell) - Only show the error message if there was an error. (dlehman) - Be even more clear about removing existing linux installations. (#493360) (dlehman) - Improve reboot modes in init.c and shutdown.c. (akozumpl) - Be more explicit in which libraries we link with. (clumens) - Do not override BASEARCH with BUILDARCH, it doesn't make sense (#524235) (msivak) - platform.checkBootRequest(): Fix use of map instead of filter (hdegoede) - Improve platform.checkBootRequest() mdarray handling (hdegoede) - Fix backtrace when trying to use LV for /boot (#562325) (hdegoede) - Add lsusb to rescue mode stage2 (#562616) (hdegoede) - No longer refer to instdata in attrSkipList. (clumens) - Clarify which storage exceptions are bugs (#557928). (clumens) - Merge branch 'no-instdata' (clumens) - Fix partitioning help spelling (#562823). (clumens) - Keep the end sector aligned when resizing partitions (#560647) (hdegoede) - Write ARP=no to ifcfg file when VSWITCH=1 is set on s390x (#561926). (dcantrell) - Don't return the passphrase from hasKey. Should return a boolean. (dlehman) - Fix splitting of error strings from program.log. (dlehman) - Take advantage of default size for new partitions. (dlehman) - Add a default size of 500MB for new partition requests. (dlehman) - Remove check for MD_DEVNAME from udev_device_is_md. (#562024) (dlehman) - Don't try to specify bitmap for RAID0 since mdadm doesn't allow it. (#562023) (dlehman) - Use 0 for a default max_req_size instead of None. (dlehman) - Add missing methods to RescueInterface (pjones) - Clean up imports in __main__. (clumens) - Nothing uses InstallData anymore, so it can completely be removed. (clumens) - Last attribute out of InstallData, please turn out the lights. (clumens) - Move firstboot into the Anaconda object. (clumens) - Move bootloader into the Anaconda object. (clumens) - Move escrowCertificates into the Storage object. (clumens) - Move storage into the Anaconda class. (clumens) - Move desktop to the Anaconda object. (clumens) - Move timezone to the Anaconda object. (clumens) - Move firewall into Anaconda. (clumens) - Move users and security to the Anaconda object. (clumens) - Move network to the Anaconda object. (clumens) - Move keyboard to the Anaconda object. (clumens) - Move instLanguage to the Anaconda object. (clumens) - Move the writeKS and write methods from InstallData to Anaconda. (clumens) - Move upgrade-related data to the Anaconda object. (clumens) - Make a bunch of Anaconda attributes into properties. (clumens) - Move instProgress to be an attribute on the InstallInterface. (clumens) - Finally remove the x_already_set hack. (clumens) - Move instClass to be an attribute on Anaconda. (clumens) - Use anaconda.ksdata instead of anaconda.isKickstart. (clumens) - Move ksdata to be an attribute on Anaconda. (clumens) - Remove backend and other pointless attributes from InstallData. (clumens) - Move the isHeadless attribute onto the Anaconda class. (clumens) - Set displayMode on the anaconda object, then refer to that everywhere. (clumens) - Sort the attributes on class Anaconda for my future reference. (clumens) - Install classes may no longer force text mode. (clumens) - Add a Requires: for tigervnc-server (#561498). (clumens)
This commit is contained in:
parent
fb92058046
commit
e5be372420
@ -1 +1 @@
|
||||
anaconda-13.25.tar.bz2
|
||||
anaconda-13.26.tar.bz2
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 13.25
|
||||
Version: 13.26
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
@ -122,6 +122,7 @@ Requires: dbus-python
|
||||
Requires: cracklib-python
|
||||
Requires: python-bugzilla
|
||||
Requires: python-nss
|
||||
Requires: tigervnc-server
|
||||
%ifarch %livearches
|
||||
Requires: usermode
|
||||
Requires: zenity
|
||||
@ -216,6 +217,88 @@ update-desktop-database &> /dev/null || :
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Feb 12 2010 David Lehman <dlehman@redhat.com> - 13.26-1
|
||||
- Fix return values for dasd_settle_all() in linuxrc.s390 (#558881).
|
||||
(dcantrell)
|
||||
- Don't reset the default package selection on text installs (#564103).
|
||||
(clumens)
|
||||
- Remove rules handled by the device-mapper package's rules. (dlehman)
|
||||
- Raise default lvm extent size from 4MB to 32MB. (dlehman)
|
||||
- Add udev_settle after setup of LUKSDevice. (#534043) (dlehman)
|
||||
- Pass '--force' to vgremove to avoid interactive prompts. (#563873)
|
||||
(dlehman)
|
||||
- Find rsyslog libs in $LIBDIR not /usr/$LIBDIR (jkeating)
|
||||
- "_Do_ override BASEARCH with BUILDARCH, it does make sense (#524235)"
|
||||
(msivak)
|
||||
- Don't traceback during kickstart if no ignoredisk line is given (#563581).
|
||||
(clumens)
|
||||
- Allow any add-on python module to be updated via an updates.img. (clumens)
|
||||
- Correct references to lcs and ctcm devices (#561816). (dcantrell)
|
||||
- Use lsznet.raw from s390utils package (#563548). (dcantrell)
|
||||
- Revert "Write ARP=no to ifcfg file when VSWITCH=1 is set on s390x
|
||||
(#561926)." (dcantrell)
|
||||
- Use /sys/devices/lcs instead of /sys/devices/cu3088 (#561816). (dcantrell)
|
||||
- Wait for all DASDs to be online after autodetection (#558881). (dcantrell)
|
||||
- Prompt user for install method when going back to STEP_METHOD. (dcantrell)
|
||||
- Set initrd load address to 32MB for s390x (#546422). (dcantrell)
|
||||
- Only show the error message if there was an error. (dlehman)
|
||||
- Be even more clear about removing existing linux installations. (#493360)
|
||||
(dlehman)
|
||||
- Improve reboot modes in init.c and shutdown.c. (akozumpl)
|
||||
- Be more explicit in which libraries we link with. (clumens)
|
||||
- Do not override BASEARCH with BUILDARCH, it doesn't make sense (#524235)
|
||||
(msivak)
|
||||
- platform.checkBootRequest(): Fix use of map instead of filter (hdegoede)
|
||||
- Improve platform.checkBootRequest() mdarray handling (hdegoede)
|
||||
- Fix backtrace when trying to use LV for /boot (#562325) (hdegoede)
|
||||
- Add lsusb to rescue mode stage2 (#562616) (hdegoede)
|
||||
- No longer refer to instdata in attrSkipList. (clumens)
|
||||
- Clarify which storage exceptions are bugs (#557928). (clumens)
|
||||
- Merge branch 'no-instdata' (clumens)
|
||||
- Fix partitioning help spelling (#562823). (clumens)
|
||||
- Keep the end sector aligned when resizing partitions (#560647) (hdegoede)
|
||||
- Write ARP=no to ifcfg file when VSWITCH=1 is set on s390x (#561926).
|
||||
(dcantrell)
|
||||
- Don't return the passphrase from hasKey. Should return a boolean. (dlehman)
|
||||
- Fix splitting of error strings from program.log. (dlehman)
|
||||
- Take advantage of default size for new partitions. (dlehman)
|
||||
- Add a default size of 500MB for new partition requests. (dlehman)
|
||||
- Remove check for MD_DEVNAME from udev_device_is_md. (#562024) (dlehman)
|
||||
- Don't try to specify bitmap for RAID0 since mdadm doesn't allow it.
|
||||
(#562023) (dlehman)
|
||||
- Use 0 for a default max_req_size instead of None. (dlehman)
|
||||
- Add missing methods to RescueInterface (pjones)
|
||||
- Clean up imports in __main__. (clumens)
|
||||
- Nothing uses InstallData anymore, so it can completely be removed.
|
||||
(clumens)
|
||||
- Last attribute out of InstallData, please turn out the lights. (clumens)
|
||||
- Move firstboot into the Anaconda object. (clumens)
|
||||
- Move bootloader into the Anaconda object. (clumens)
|
||||
- Move escrowCertificates into the Storage object. (clumens)
|
||||
- Move storage into the Anaconda class. (clumens)
|
||||
- Move desktop to the Anaconda object. (clumens)
|
||||
- Move timezone to the Anaconda object. (clumens)
|
||||
- Move firewall into Anaconda. (clumens)
|
||||
- Move users and security to the Anaconda object. (clumens)
|
||||
- Move network to the Anaconda object. (clumens)
|
||||
- Move keyboard to the Anaconda object. (clumens)
|
||||
- Move instLanguage to the Anaconda object. (clumens)
|
||||
- Move the writeKS and write methods from InstallData to Anaconda. (clumens)
|
||||
- Move upgrade-related data to the Anaconda object. (clumens)
|
||||
- Make a bunch of Anaconda attributes into properties. (clumens)
|
||||
- Move instProgress to be an attribute on the InstallInterface. (clumens)
|
||||
- Finally remove the x_already_set hack. (clumens)
|
||||
- Move instClass to be an attribute on Anaconda. (clumens)
|
||||
- Use anaconda.ksdata instead of anaconda.isKickstart. (clumens)
|
||||
- Move ksdata to be an attribute on Anaconda. (clumens)
|
||||
- Remove backend and other pointless attributes from InstallData. (clumens)
|
||||
- Move the isHeadless attribute onto the Anaconda class. (clumens)
|
||||
- Set displayMode on the anaconda object, then refer to that everywhere.
|
||||
(clumens)
|
||||
- Sort the attributes on class Anaconda for my future reference. (clumens)
|
||||
- Install classes may no longer force text mode. (clumens)
|
||||
- Add a Requires: for tigervnc-server (#561498). (clumens)
|
||||
|
||||
* Wed Feb 03 2010 David Lehman <dlehman@redhat.com> - 13.25-1
|
||||
- Fix keymaps-override-ppc pickup in mk-images (#524235) (msivak)
|
||||
- Fix typo in action sorting. Disklabels before partitions. (#560017)
|
||||
|
Loading…
Reference in New Issue
Block a user