rpms/anaconda/devel .cvsignore, 1.698, 1.699 anaconda.spec, 1.848, 1.849 sources, 1.832, 1.833

Christopher Edward Lumens clumens at fedoraproject.org
Mon Feb 1 22:35:24 UTC 2010


Author: clumens

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

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/.cvsignore,v
retrieving revision 1.698
retrieving revision 1.699
diff -u -p -r1.698 -r1.699
--- .cvsignore	22 Jan 2010 21:31:06 -0000	1.698
+++ .cvsignore	1 Feb 2010 22:35:23 -0000	1.699
@@ -1,2 +1,3 @@
 anaconda-13.22.tar.bz2
 anaconda-13.23.tar.bz2
+anaconda-13.24.tar.bz2


Index: anaconda.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/anaconda.spec,v
retrieving revision 1.848
retrieving revision 1.849
diff -u -p -r1.848 -r1.849
--- anaconda.spec	22 Jan 2010 21:31:06 -0000	1.848
+++ anaconda.spec	1 Feb 2010 22:35:23 -0000	1.849
@@ -3,7 +3,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 13.23
+Version: 13.24
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -216,6 +216,69 @@ update-desktop-database &> /dev/null || 
 %endif
 
 %changelog
+* Mon Feb 01 2010 Chris Lumens <clumens at redhat.com> - 13.24-1
+- Don't log the size of what we're unpacking anymore. (clumens)
+- Fixup partition aligning (#560586) (hdegoede)
+- Fix backtrace when adding mdraid arrays (#560360) (hdegoede)
+- pyudev: explicitly specify all return value and argument types (#559394)
+  (hdegoede)
+- Correctly add found multipath devices to our dict (#560029). (clumens)
+- gtk.TreeStores are iterable, so use indices instead of iterators. (clumens)
+- Build sorted models on top of filtered models to make column sorting work.
+  (clumens)
+- Skip the filtering UI if there's only one disk in the machine. (clumens)
+- Allow getScreen methods to indicate the screen should be skipped. (clumens)
+- rename constants and a variable in anconda_log.py so the names make more
+  sense. (akozumpl)
+- anaconda, storage and yum: log to tty3 in the same format as we log into
+  tty4 (akozumpl)
+- Remove /sys prefix in udev_enumerate_devices() (hdegoede)
+- Use libudev's enumerate_devices function (#559394) (mgracik)
+- Update =~ regexps in lsznet.raw for bash-4.1 (#558537). (dcantrell)
+- Startup iscsi / fcoe / zfcp before listing drives in the filter UI
+  (hdegoede)
+- cleardisk_gui: Fix going back to the cleardisks gui (hdegoede)
+- cleardisk_gui: Base autoselection of bootdev on detected BIOS order
+  (hdegoede)
+- Fix typo in partition_ui_helpers_gui.py (hdegoede)
+- Remove no longer used isys EDD code (hdegoede)
+- Hookup new python EDD code (#478996) (hdegoede)
+- Add pure python EDD code parsing and compareDrives substitute (#478996)
+  (hdegoede)
+- Include /etc/netconfig in the initrd for NFS (#557704). (clumens)
+- Log system messages to /tmp/syslog instead of /tmp/messages.log. (clumens)
+- Make sure we always check /lib64 and /lib in find_library (#555669).
+  (dcantrell)
+- Make sure we get required nss-softokn libs in the images. (dcantrell)
+- Add 5 second ping delay for gateway and dns test on s390x (#536815).
+  (dcantrell)
+- Update =~ regexps in linuxrc.s390 for bash-4.1 (#558537). (dcantrell)
+- Add strace to the stage2 image and initrd. (clumens)
+- multipath gives us CCISS devices names with ! in them, but we expect /.
+  (clumens)
+- Fix visibility counting on filter notebook pages. (clumens)
+- Fix thinko in displaying the first filter notebook page that disks.
+  (pjones)
+- DMRaidArrayDevice don't pass major/minor to DMDevice.__init__ (#558440)
+  (hdegoede)
+- Filter UI: don't show cciss controllers without sets (hdegoede)
+- Filter UI: give BIOS RAID sets a usable model string and display that
+  (hdegoede)
+- Make MDRaidArray description the same as DMRaidArray (hdegoede)
+- Add DMRaidArrayDevice description and model properties (#558440) (hdegoede)
+- DMRaidArrayDevices exist when created (#558440) (hdegoede)
+- Clarify syslinux menu text (#557774) (hdegoede)
+- Use description property for MDRaidArrayDevice model (hdegoede)
+- MDRaidArrayDevice: Get rid of the ugly self.devices[0].type checking
+  (hdegoede)
+- Make storage.unusedMDFoo also check mdcontainer members (hdegoede)
+- Remove MDRaidArrayDevice biosraid property (hdegoede)
+- Give MD BIOS RAID arrays there own type (hdegoede)
+- Check for devices with no media present in filter_gui.py (#558177)
+  (hdegoede)
+- multipath requires libaio.so (pjones)
+- init, fixes a bug in getSyslog() causing a SEGV (akozumpl)
+
 * Fri Jan 22 2010 Chris Lumens <clumens at redhat.com> - 13.23-1
 - Only /boot needs to be on one of the bootFSTypes. (#557718) (dlehman)
 - nss files moved around again, NM needs more (#557702) (dcantrell)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/sources,v
retrieving revision 1.832
retrieving revision 1.833
diff -u -p -r1.832 -r1.833
--- sources	22 Jan 2010 21:31:06 -0000	1.832
+++ sources	1 Feb 2010 22:35:23 -0000	1.833
@@ -1 +1 @@
-febf1158df228faffb56c687f04a87b2  anaconda-13.23.tar.bz2
+796ff0c0c64e71766f6ab92f86811dc8  anaconda-13.24.tar.bz2



More information about the scm-commits mailing list