[anaconda/f16] Roll up all the alpha patches, plus some obvious post-alpha fixes.

Christopher Edward Lumens clumens at fedoraproject.org
Thu Aug 18 18:09:24 UTC 2011


commit e967642396f99d49aa88bb1cce183b779d1d0cad
Author: Chris Lumens <clumens at redhat.com>
Date:   Thu Aug 18 14:08:37 2011 -0400

    Roll up all the alpha patches, plus some obvious post-alpha fixes.

 .gitignore    |    1 +
 anaconda.spec |   90 +++++++++++++++++++++++++++++++++++++++++++++------------
 sources       |    2 +-
 3 files changed, 73 insertions(+), 20 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5cdd0f4..6a3974a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,3 +38,4 @@ anaconda-15.2.tar.bz2
 /anaconda-16.14.4.tar.bz2
 /anaconda-16.14.5.tar.bz2
 /anaconda-16.14.6.tar.bz2
+/anaconda-16.15.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index 2666c09..552d734 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 16.14.6
+Version: 16.15
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -234,28 +234,47 @@ update-desktop-database &> /dev/null || :
 %endif
 
 %changelog
-* Tue Aug 16 2011 Chris Lumens <clumens at redhat.com> - 16.14.6-1
+* Thu Aug 18 2011 Chris Lumens <clumens at redhat.com> - 16.15-1
+- i18n: Do not include newlines in the reinit dialog's label. (akozumpl)
+- Move the trusted_boot setting into AnacondaYum.run (#731260). (clumens)
+- Put nolock instead of ,nolock to options if provided options are empty
+  (#727522) (msivak)
+- Deal with zFCP multipath devices in the filter UI (#618535) (dcantrell)
 - matchpathcon doesn't like strings like "//lib64", so remove a slash
   (#730863). (clumens)
-
-* Mon Aug 15 2011 Chris Lumens <clumens at redhat.com> - 16.14.5-1
+- Fix check so we actually disallow use of preexisting root filesystems.
+  (dlehman)
+- Correctly handle reqs with max size no larger than base size. (#730009)
+  (dlehman)
+- Set the default grub2 entry to the OS we just installed. (dlehman)
+- Create 'console=..' configuration also for grub2. (akozumpl)
+- Copy /etc/multipath/wwids to the sysimage. (akozumpl)
+- add multiboot support for tboot (gang.wei)
+- Fix createUser (bcl)
+- raid ui: compute max number of spares based on raid members selected.
+  (akozumpl)
+- Remove definite articles in the bootloader translation strings. (akozumpl)
+- Avoid final hang if no reboot action is specified in kickstart. (akozumpl)
 - Check before setting partition label (#729599) (bcl)
-
-* Thu Aug 11 2011 Chris Lumens <clumens at redhat.com> - 16.14.4-1
 - Remove as many of the /selinux path hardcodings as possible (#729563).
   (clumens)
-- Restart NetworkManager to use anaconda's initial ifcfg config (#727951)
+- Raise informative error for ks=bootif, missing BOOTIF case (#681803).
   (rvykydal)
-
-* Mon Aug 08 2011 David Lehman <dlehman at redhat.com> - 16.14.3-1
-- Handle rpmdb open errors by throwing out the root candidate (#723167).
+- dispatcher: do not show install steps in upgrade. (akozumpl)
+- edd: fix traceback on Xen. (akozumpl)
+- ConditionKernelCommandLine is a setting for Unit, not Service. (clumens)
+- The script sections should operate on an AnacondaKSScript instance (#728468).
   (clumens)
+- Restart NetworkManager to use anaconda's initial ifcfg config (#727951)
+  (rvykydal)
+- simplify anaconda.target/loader.service requirements (wwoods)
+- make anaconda-shell.service more like getty (wwoods)
+- ut: fix upgrade_test.py (akozumpl)
+- Fix more dispatcher problems. (akozumpl)
 - Check if the potential dep is in done, not the leaf. (#728891) (dlehman)
 - Don't crash when checking unpartitioned devices for disklabel. (#720070)
   (dlehman)
 - Remove "-Alpha" or "-Beta" from yum's $releasever (#728868). (clumens)
-
-* Fri Aug 05 2011 Chris Lumens <clumens at redhat.com> - 16.14.2-1
 - Fix extra quote in grub.conf header string (bcl)
 - Set EFI mountpoint when using existing partition (#727933) (bcl)
 - Set the boot partition's name (bcl)
@@ -265,19 +284,52 @@ update-desktop-database &> /dev/null || :
 - Remove unneeded if block (bcl)
 - Add some useful logging for partitioning and boot device choices (bcl)
 - Add a space to DiskChunk repr string (bcl)
-- Setup default for non_linux_format_types (#728015). (bcl)
-
-* Wed Aug 03 2011 Chris Lumens <clumens at redhat.com> - 16.14.1-1
+- ssl: 'noverifyssl' kernel boot argument. (akozumpl)
+- Cleanup existing formats' device attr after lvm dialog edit. (#723303)
+  (dlehman)
+- Fix handling of skipped LUKS devices the second time through. (#727814)
+  (dlehman)
+- booty tests removed in cd66c6bf33cae14e74001349043e585e348e2e9a (#728477)
+  (vpodzime)
+- gui: translate custom_icon to stock icon name in detailedMessageWindow()
+  (akozumpl)
+- ut: product_test.py should not fail if executed by itself. (akozumpl)
+- Handle rpmdb open errors by throwing out the root candidate (#723167).
+  (clumens)
+- Don't raise Retry dialog in loader kickstart networking (#722276) (rvykydal)
+- Honor linksleep boot option (#713991) (rvykydal)
+- Don't write duplicate lines for encrypted block devices. (dlehman)
+- Setup default for non_linux_format_types (bcl)
+- don't build functions not used on s390(x) (dan)
+- variable 'i' ununsed on s390(x) (dan)
+- use macro name instead of value (vpodzime)
+- Annotate the list of what pylint warnings and errors we ignore. (clumens)
+- Locally disable some E1101 "errors" that pylint doesn't understand. (clumens)
+- Move out the parts of Device.__str__ that are StorageDevice specific.
+  (clumens)
+- Fix a udev import to be more explicit.  This shuts up pylint. (clumens)
+- Disable error reporting for properties with the .setter syntax. (clumens)
+- Disable E1103 (the "some types could not be inferred" message). (clumens)
+- Delete the Mocked pyanaconda.product to fix product tests. (clumens)
+- Fix import errors in the unit tests. (clumens)
+- Remove the booty unit tests. (clumens)
+- We also need to catch ValueError on mock.disk.TestFile.__del__. (clumens)
 - Only warn when swaps with no UUID are preexisting. (dlehman)
-- Fix scan of already-active mdbiosraidarrays before scan of container. (dlehman)
+- Fix scan of already-active mdbiosraidarrays before scan of container.
+  (dlehman)
+- Remove dogtail support.  No one uses it anyway. (clumens)
 - Show all disks in text mode cleardisks selector. (#714836) (dlehman)
-- Fix a traceback when user makes a partition whose size is out-of-bounds. (dlehman)
-- Add a warning about the fstab implications of swap devices with no UUID. (dlehman)
+- Fix a traceback when user makes a partition whose size is out-of-bounds.
+  (dlehman)
+- Add a warning about the fstab implications of swap devices with no UUID.
+  (dlehman)
 - Fail gracefully when device name collisions occur in kickstart. (dlehman)
 - Don't traceback if disks go missing before/during partitioning. (dlehman)
 - dispatcher: allow requesting a step without insisting. (akozumpl)
-- fix syntax in situation when two edd directories point to the same
+- edd: fix syntax in situation when two edd directories point to the same
   device. (akozumpl)
+- ut: cleanup the taking-over-io mechanism. (akozumpl)
+- Fix broken unit tests (cmdline, network). (akozumpl)
 
 * Tue Jul 26 2011 Chris Lumens <clumens at redhat.com> - 16.14-1
 - Change IsBeta to IsFinal (mgracik)
diff --git a/sources b/sources
index f4e5943..0e00781 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0b77099e0d02ba09e88b09d8ee9102c9  anaconda-16.14.6.tar.bz2
+04ca6d9f0fda1a844ad9cb5886d35282  anaconda-16.15.tar.bz2


More information about the scm-commits mailing list