[anaconda/f18] - Reset the comps to empty along with everything else in yum. (clumens) - Hook up the "Remove Packag

Brian C. Lane bcl at fedoraproject.org
Sat Oct 20 01:13:44 UTC 2012


commit d51165fc3127b2609b01594dedc0edc1179e066d
Author: Brian C. Lane <bcl at redhat.com>
Date:   Fri Oct 19 18:13:23 2012 -0700

    - Reset the comps to empty along with everything else in yum. (clumens)
    - Hook up the "Remove Packages" button on the dep solving error screen.
      (clumens)
    - If nothing's changed in the software spoke, don't redo dep solving. (clumens)
    - skip vnc prompt with text mode and kickstart (bcl)
    - Use correct name for MD RAID device description text. (dlehman)
    - Fix selector management after a reformat action is scheduled. (dlehman)
    - Aqcuire yum lock before doing the work of _yumCacheDirHack. (#858993)
      (dlehman)
    - Reset error list on success of doKickstartStorage. (dlehman)
    - Tighten up management of passphrases across Storage resets. (#865364)
      (dlehman)
    - Do not count not-yet-created filesystems as free space. (#866895) (dlehman)
    - Remove any preexisting autopart layout before space check. (#866895)
      (dlehman)
    - Apply disk selections to the devicetree before the space check. (#866895)
      (dlehman)
    - Update free space totals before refresh after removing a device. (dlehman)
    - Log exceptions raised from PartitionDevice constructor. (dlehman)
    - Fix size specs for PartitionFactory. (dlehman)
    - Reinitialize disks after removing the last partition from custom spoke.
      (dlehman)
    - Refactor shouldClear slightly. (dlehman)
    - Use correct means for getting device type in the custom spoke. (dlehman)
    - Repopulate the RHS after editing a device. (dlehman)
    - Don't bother resizing a container that has just been emptied. (dlehman)
    - Don't allow implicit fstype change via mountpoint. (#866953) (dlehman)
    - Set up devices before trying to decrypt them. (#865247, #867533) (dlehman)
    - Don't short-circuit devicetree populate based on clearpart setting. (dlehman)
    - Keep hostname when updating ksdata after GUI network configuration (#866516)
      (rvykydal)
    - don't save system time on s390 (#867856) (dan)
    - Network spoke: make Configure button insensitive when running nmce (#865931)
      (rvykydal)

 .gitignore    |    1 +
 anaconda.spec |   38 +++++++++++++++++++++++++++++++++++++-
 sources       |    2 +-
 3 files changed, 39 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 798a957..21d2b9b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ anaconda-18.12.tar.bz2
 /anaconda-18.16.tar.bz2
 /anaconda-18.17.tar.bz2
 /anaconda-18.18.tar.bz2
+/anaconda-18.19.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index bddf743..204f6ca 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 18.18
+Version: 18.19
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -300,6 +300,42 @@ update-desktop-database &> /dev/null || :
 /usr/lib/dracut/modules.d/80%{name}/*
 
 %changelog
+* Fri Oct 19 2012 Brian C. Lane <bcl at redhat.com> - 18.19-1
+- Reset the comps to empty along with everything else in yum. (clumens)
+- Hook up the "Remove Packages" button on the dep solving error screen.
+  (clumens)
+- If nothing's changed in the software spoke, don't redo dep solving. (clumens)
+- skip vnc prompt with text mode and kickstart (bcl)
+- Use correct name for MD RAID device description text. (dlehman)
+- Fix selector management after a reformat action is scheduled. (dlehman)
+- Aqcuire yum lock before doing the work of _yumCacheDirHack. (#858993)
+  (dlehman)
+- Reset error list on success of doKickstartStorage. (dlehman)
+- Tighten up management of passphrases across Storage resets. (#865364)
+  (dlehman)
+- Do not count not-yet-created filesystems as free space. (#866895) (dlehman)
+- Remove any preexisting autopart layout before space check. (#866895)
+  (dlehman)
+- Apply disk selections to the devicetree before the space check. (#866895)
+  (dlehman)
+- Update free space totals before refresh after removing a device. (dlehman)
+- Log exceptions raised from PartitionDevice constructor. (dlehman)
+- Fix size specs for PartitionFactory. (dlehman)
+- Reinitialize disks after removing the last partition from custom spoke.
+  (dlehman)
+- Refactor shouldClear slightly. (dlehman)
+- Use correct means for getting device type in the custom spoke. (dlehman)
+- Repopulate the RHS after editing a device. (dlehman)
+- Don't bother resizing a container that has just been emptied. (dlehman)
+- Don't allow implicit fstype change via mountpoint. (#866953) (dlehman)
+- Set up devices before trying to decrypt them. (#865247, #867533) (dlehman)
+- Don't short-circuit devicetree populate based on clearpart setting. (dlehman)
+- Keep hostname when updating ksdata after GUI network configuration (#866516)
+  (rvykydal)
+- don't save system time on s390 (#867856) (dan)
+- Network spoke: make Configure button insensitive when running nmce (#865931)
+  (rvykydal)
+
 * Wed Oct 17 2012 Brian C. Lane <bcl at redhat.com> - 18.18-1
 - remove firewall.py from POTFILES.in (bcl)
 - Add missing pieces for kickstart's encryption cipher option. (dlehman)
diff --git a/sources b/sources
index 750e67d..1f226b3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c7ecd002e1d1c6b2ffa9333b98e1815d  anaconda-18.18.tar.bz2
+e8341c564673309fcecf3d82d0a7a5d8  anaconda-18.19.tar.bz2


More information about the scm-commits mailing list