rpms/anaconda/devel .cvsignore, 1.650, 1.651 anaconda.spec, 1.800, 1.801 sources, 1.784, 1.785

Christopher Edward Lumens clumens at fedoraproject.org
Wed Aug 5 21:40:34 UTC 2009


Author: clumens

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

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/.cvsignore,v
retrieving revision 1.650
retrieving revision 1.651
diff -u -p -r1.650 -r1.651
--- .cvsignore	31 Jul 2009 19:19:03 -0000	1.650
+++ .cvsignore	5 Aug 2009 21:40:33 -0000	1.651
@@ -1,3 +1,4 @@
 anaconda-12.5.tar.bz2
 anaconda-12.6.tar.bz2
 anaconda-12.7.tar.bz2
+anaconda-12.8.tar.bz2


Index: anaconda.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/anaconda.spec,v
retrieving revision 1.800
retrieving revision 1.801
diff -u -p -r1.800 -r1.801
--- anaconda.spec	31 Jul 2009 19:19:03 -0000	1.800
+++ anaconda.spec	5 Aug 2009 21:40:34 -0000	1.801
@@ -3,7 +3,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 12.7
+Version: 12.8
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -104,7 +104,6 @@ Requires: libbdevid-python
 Requires: libuser-python
 Requires: newt-python
 Requires: authconfig
-Requires: gnome-python2-gtkhtml2
 Requires: system-config-firewall
 Requires: cryptsetup-luks
 Requires: python-cryptsetup >= %{pythoncryptsetupver}
@@ -112,7 +111,7 @@ Requires: mdadm
 Requires: lvm2
 Requires: util-linux-ng >= 2.15.1
 %ifnarch s390 s390x ppc64
-Requires: system-config-keyboard >= 1.3.0
+Requires: system-config-keyboard >= 1.3.1
 %endif
 Requires: hal, dbus-python
 Requires: cracklib-python
@@ -208,6 +207,40 @@ update-desktop-database &> /dev/null || 
 %endif
 
 %changelog
+* Wed Aug 05 2009 Chris Lumens <clumens at redhat.com> - 12.8-1
+- Don't try to unmount the CD before we later unmount the CD (#515564).
+  (clumens)
+- Do not offer going back when ugrade root for ks upgrade is not found
+  (#499321) (rvykydal)
+- Rebuild .pot file and update translations. (clumens)
+- Import the logging stuff (#515564). (clumens)
+- Add keyboard kernel cmdline options to grub.conf for dracut (hdegoede)
+- Fix backtrace in network.dracutSetupString in the static ip case (hdegoede)
+- Write dracut i18n cmdline options to grub.conf (hdegoede)
+- Pass InstalltData to booty __init__ as it needs access to many of its
+  members (hdegoede)
+- Fix ctrl-alt-deleter behavior /before/ end of install. (pjones)
+- Merge branch 'master' of ssh://git.fedoraproject.org/git/anaconda (notting)
+- No longer use HAL in list-harddrives. (clumens)
+- The names of a couple basic udev methods has changed. (clumens)
+- Move basic udev methods out of the storage module (#514592). (clumens)
+- We do not actually require gtkhtml2 or the python bindings for it.
+  (notting)
+- Fix some typos in rescue mode (#515091) (msivak)
+- Add a dracutSetupString method to network.py (hdegoede)
+- Fix backtrace due to iscsi.getNode() not finding the iscsi node (hdegoede)
+- Use dracutSetupString() method to add the kernel parameters needed for
+  dracut (hdegoede)
+- Add a dracutSetupString method to devices.py classes (hdegoede)
+- Differentiate between ibft discovered and manually added iscsi disks
+  (hdegoede)
+- Store iscsi node pointer in iScsiDiskDevice objects (hdegoede)
+- When checking logical partition dependcies, make sure the are one the same
+  disk (hdegoede)
+- Only set iscsi nodes to autostart when none of the LUN's contain /
+  (hdegoede)
+- Add functions to go from an iScsiDiskDevice to an libiscsi node (hdegoede)
+
 * Fri Jul 31 2009 Chris Lumens <clumens at redhat.com> - 12.7-1
 - Fix up udev sillies (related to #514501) (katzj)
 - Log when we unmount filesystems so we have a match for mount messages.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/sources,v
retrieving revision 1.784
retrieving revision 1.785
diff -u -p -r1.784 -r1.785
--- sources	31 Jul 2009 19:19:03 -0000	1.784
+++ sources	5 Aug 2009 21:40:34 -0000	1.785
@@ -1 +1 @@
-9817081809bd5e752cdb304212328494  anaconda-12.7.tar.bz2
+3ec836d293455dc1710d2338f39be59b  anaconda-12.8.tar.bz2




More information about the fedora-extras-commits mailing list