[anaconda] Use a more general EnvironmentError to catch timezone-file errors. (akozumpl) Add shell command to u

Christopher Edward Lumens clumens at fedoraproject.org
Mon Mar 28 15:07:56 UTC 2011


commit 6f90962b9113f5af5fcdcbadcca9545e80f0ceab
Author: Chris Lumens <clumens at redhat.com>
Date:   Mon Mar 28 11:07:49 2011 -0400

    Use a more general EnvironmentError to catch timezone-file errors. (akozumpl)
    Add shell command to upd-bootiso (bcl)
    Set debug_package to %{nil} so we don't strip our binaries. (pjones)
    Return values, not strings (bcl)
    Use proper store types for DataComboBoxes. (akozumpl)
    Fixup rindex usage (#678086) (bcl)
    Ensure new kernel is default in zipl.conf on upgrade installs (#683891)
    (dcantrell)
    shutdown: kill processes in the anaconda process group. (akozumpl)
    After 17233a16, vncS is no longer a global. (akozumpl)
    shutdown.c: pidof and killall5 are in /sbin on rawhide. (akozumpl)
    Check size limits on pre-existing partitions (bcl)
    gui.py: nuke createRepoWindow() (akozumpl)
    gui.py: nuke titleBar*() (akozumpl)
    Fix --mtu option to kickstart network command (#689081) (icomfort)
    Implement a general version of InstallInterfaceBase.methodstrRepoWindow().
    (akozumpl)
    Update icons and add a new 256x256 version (#689014). (clumens)
    Fix the filesystem migration dialog in text mode (#688314). (clumens)
    Don't fatal_error if required mounts are already mounted (wwoods)
    Don't fatal_error if remounting root read-write fails (wwoods)
    Align lv sizes when adding to vg total space used. (dlehman)
    Clean up display of free space in partitioning gui. (dlehman)
    Fix a syntax error in my last upgrade-related commit. (clumens)
    Remove some more xutils-related code. (clumens)
    Prevent Platform from importing storage stuff until it's necessary. (clumens)
    Restore stats from original mount on livecd (#683682) (bcl)
    Properly filter out new mounts for livecd install (#683682) (bcl)
    Mount livecd filesystems under /mnt (#683682) (bcl)
    Fix order of opts and host when processing kickstart nfs lines. (clumens)
    Rework the upgrade swap suggestion (#684603). (clumens)
    Log running version number as soon as possible (bcl)
    Collect LUKS passphrases to avoid making users enter them repeatedly.
    (dlehman)
    Don't include incomplete md arrays in the devicetree. (dlehman)
    Detect live environment if no args passed to anaconda-cleanup. (dlehman)

 .gitignore    |    1 +
 anaconda.spec |   42 +++++++++++++++++++++++++++++++++++++++++-
 sources       |    2 +-
 3 files changed, 43 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 916c26f..8d8a412 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@ anaconda-15.2.tar.bz2
 /anaconda-16.0.tar.bz2
 /anaconda-16.1.tar.bz2
 /anaconda-16.2.tar.bz2
+/anaconda-16.3.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index 62aecd4..48b448f 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,12 +2,14 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 16.2
+Version: 16.3
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
 URL:     http://fedoraproject.org/wiki/Anaconda
 
+%define debug_package %{nil}
+
 # To generate Source0 do:
 # git clone http://git.fedorahosted.org/git/anaconda.git
 # git checkout -b archive-branch anaconda-%{version}-%{release}
@@ -229,6 +231,44 @@ update-desktop-database &> /dev/null || :
 %endif
 
 %changelog
+* Mon Mar 28 2011 Chris Lumens <clumens at redhat.com> - 16.3-1
+- Use a more general EnvironmentError to catch timezone-file errors. (akozumpl)
+- Add shell command to upd-bootiso (bcl)
+- Set debug_package to %{nil} so we don't strip our binaries. (pjones)
+- Return values, not strings (bcl)
+- Use proper store types for DataComboBoxes. (akozumpl)
+- Fixup rindex usage (#678086) (bcl)
+- Ensure new kernel is default in zipl.conf on upgrade installs (#683891)
+  (dcantrell)
+- shutdown: kill processes in the anaconda process group. (akozumpl)
+- After 17233a16, vncS is no longer a global. (akozumpl)
+- shutdown.c: pidof and killall5 are in /sbin on rawhide. (akozumpl)
+- Check size limits on pre-existing partitions (bcl)
+- gui.py: nuke createRepoWindow() (akozumpl)
+- gui.py: nuke titleBar*() (akozumpl)
+- Fix --mtu option to kickstart network command (#689081) (icomfort)
+- Implement a general version of InstallInterfaceBase.methodstrRepoWindow().
+  (akozumpl)
+- Update icons and add a new 256x256 version (#689014). (clumens)
+- Fix the filesystem migration dialog in text mode (#688314). (clumens)
+- Don't fatal_error if required mounts are already mounted (wwoods)
+- Don't fatal_error if remounting root read-write fails (wwoods)
+- Align lv sizes when adding to vg total space used. (dlehman)
+- Clean up display of free space in partitioning gui. (dlehman)
+- Fix a syntax error in my last upgrade-related commit. (clumens)
+- Remove some more xutils-related code. (clumens)
+- Prevent Platform from importing storage stuff until it's necessary. (clumens)
+- Restore stats from original mount on livecd (#683682) (bcl)
+- Properly filter out new mounts for livecd install (#683682) (bcl)
+- Mount livecd filesystems under /mnt (#683682) (bcl)
+- Fix order of opts and host when processing kickstart nfs lines. (clumens)
+- Rework the upgrade swap suggestion (#684603). (clumens)
+- Log running version number as soon as possible (bcl)
+- Collect LUKS passphrases to avoid making users enter them repeatedly.
+  (dlehman)
+- Don't include incomplete md arrays in the devicetree. (dlehman)
+- Detect live environment if no args passed to anaconda-cleanup. (dlehman)
+
 * Mon Mar 14 2011 Chris Lumens <clumens at redhat.com> - 16.2-1
 - iscsi: use the --target parameter from the iscsi kickstart command.
   (akozumpl)
diff --git a/sources b/sources
index c288dd7..dee71d6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-890c0bcddc06b88995e52ebbae0639cb  anaconda-16.2.tar.bz2
+eec325477f4c27245a57346ec974d9a9  anaconda-16.3.tar.bz2


More information about the scm-commits mailing list