rpms/anaconda/devel .cvsignore, 1.683, 1.684 anaconda.spec, 1.833, 1.834 sources, 1.817, 1.818

Christopher Edward Lumens clumens at fedoraproject.org
Tue Dec 1 21:42:13 UTC 2009


Author: clumens

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

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/.cvsignore,v
retrieving revision 1.683
retrieving revision 1.684
diff -u -p -r1.683 -r1.684
--- .cvsignore	13 Nov 2009 02:21:01 -0000	1.683
+++ .cvsignore	1 Dec 2009 21:42:12 -0000	1.684
@@ -1 +1,2 @@
 anaconda-13.8.tar.bz2
+anaconda-13.9.tar.bz2


Index: anaconda.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/anaconda.spec,v
retrieving revision 1.833
retrieving revision 1.834
diff -u -p -r1.833 -r1.834
--- anaconda.spec	13 Nov 2009 02:21:01 -0000	1.833
+++ anaconda.spec	1 Dec 2009 21:42:12 -0000	1.834
@@ -3,7 +3,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 13.8
+Version: 13.9
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -66,7 +66,6 @@ BuildRequires: libxml2-python
 BuildRequires: mkinitrd-devel >= %{mkinitrdver}
 BuildRequires: newt-devel
 BuildRequires: pango-devel
-BuildRequires: popt-devel
 BuildRequires: pykickstart >= %{pykickstartver}
 BuildRequires: python-devel
 BuildRequires: python-urlgrabber
@@ -218,6 +217,80 @@ update-desktop-database &> /dev/null || 
 %endif
 
 %changelog
+* Tue Dec 01 2009 Chris Lumens <clumens at redhat.com> - 13.9-1
+- Improve text mode fcoe interface (hdegoede)
+- Fix udev rule to test whether we're in anaconda. (dlehman)
+- Fix devicelibs.dm.device_is_multipath support for new udev rules. (pjones)
+- Display progress or wait window when creating devices. (dlehman)
+- Display progress or wait window when formatting devices. (dlehman)
+- Add optional progress windows to devicelibs create functions. (dlehman)
+- Force mkswap to do its job. (dlehman)
+- Don't try to get dm node or update sysfs path for lvm vgs. (dlehman)
+- Log upon leaving installer steps as well as entering (a part of #524980).
+  (akozumpl)
+- An unitialized variable in iw/partition_gui.py and a typo in kickstart.py
+  (akozumpl)
+- Add DCB option to text mode FCoE setup (#513011) (hdegoede)
+- Add DCB option to GUI FCoE setup (#513011) (hdegoede)
+- Add DCB option to kickstart FCoE code (#513011) (hdegoede)
+- Add support for DCB to fcoe.py (#513011) (hdegoede)
+- Include fcoemon and dcbd in install.img for FCoE DCB support (#513011)
+  (hdegoede)
+- Add RAID4 support (#541433) (oliva)
+- Clear a partition's BOOT flag when formatting it (hdegoede)
+- Do not set boot flag when there is already a partition with the flag
+  (#533658) (hdegoede)
+- Fixes a syntax error in commit b495db2cd56c881a7e661ac55bd31069510cf662.
+  (akozumpl)
+- If /boot is too small to preupgrade, don't allow going back (#499321).
+  (clumens)
+- One reference to earlyKS somehow survived.  Kill it. (clumens)
+- Quote backticks when writing out the .bash_history file, and add another
+  cmd. (clumens)
+- Set the default keyboard based on language before showing the UI
+  (#532843). (clumens)
+- Don't attempt to get the size of a filesystem unless it's supported
+  (#540598). (clumens)
+- Require /boot to be on a GPT or MSDOS disk label on x86 (#540588).
+  (clumens)
+- Fix killall -USR2 anaconda writing out a traceback file. (clumens)
+- Only check for DEVICE_DASD in S390.diskLabelType, not for all platforms.
+  (clumens)
+- Use installclass to make the bootloader timeout 5 seconds on RHEL. (pjones)
+- Make sure we get tcp_wrappers-libs installed for stage 2 (pjones)
+- Mount usbfs before installing packages (#532397) (mmatsuya)
+- Use fs with largest amount of freespace to store install.img (hdegoede)
+- Always update booty drivelist before filling bootstore (#533335) (hdegoede)
+- Enhance drive specification for clearpart, ignoredisk, and partition.
+  (clumens)
+- Add a function that determines which devices match a given shell glob.
+  (clumens)
+- Extend udev_resolve_devspec to allow specifying devices in more ways.
+  (clumens)
+- Name log files something that doesn't conflict with the system (#539542).
+  (clumens)
+- Adds interactive install support for NFS options (#537764) (akozumpl)
+- Introduces check_asprintf macro that checks asprintfs return value and
+  terminates program in OOM scenarios. (akozumpl)
+- Sleep if the kickstart file read fails (#537361) (akozumpl)
+- Move libcurl initialization to urlinstTransfer() (#537870). (dcantrell)
+- Replace all popt use with glib's option parsing code. (dcantrell)
+- Clean up initProductInfo() in loader.c. (dcantrell)
+- Use glib string parsing functions in driverselect.c. (dcantrell)
+- If a package has %%pre/%%post scriptlet errors, abort the install
+  (#531599). (clumens)
+- If a package has a dependency problem, offer to continue/abort (#511801).
+  (clumens)
+- Generate more complete device.map grub file when upgrading grub. (#533621)
+  (rvykydal)
+- Added the libudev python bindings (mgracik)
+- If the kickstart log file's path doesn't exist, make it. (clumens)
+- Don't make chown or lsetfilecon errors fatal (#529940). (clumens)
+- Get correct boot device in reIPL code for s390 (#537390). (hamzy)
+- Expand the proxy table a little bit to reduce clutter (#537878). (clumens)
+- Use glib data structures in loader's module handling code. (dcantrell)
+- Various improvements to kickstart scriptlet reporting (#510636). (clumens)
+
 * Thu Nov 12 2009 David Cantrell <dcantrell at redhat.com> - 13.8-1
 - Ignore merge commit messages when generating the rpm changelog. (dcantrell)
 - Remove last references to hal. (dcantrell)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/sources,v
retrieving revision 1.817
retrieving revision 1.818
diff -u -p -r1.817 -r1.818
--- sources	13 Nov 2009 02:21:01 -0000	1.817
+++ sources	1 Dec 2009 21:42:12 -0000	1.818
@@ -1 +1 @@
-d4a3f735d41d9019600cf4d9e67290f0  anaconda-13.8.tar.bz2
+e7ebc2d8bf6f3ffd8f5fae0545fd6d25  anaconda-13.9.tar.bz2




More information about the fedora-extras-commits mailing list