[anaconda] - Add platform specific group selection (#884385) (bcl) - Use parallel instead of xargs (vpodzime) -

Brian C. Lane bcl at fedoraproject.org
Sat Jul 26 00:41:38 UTC 2014


commit 2d13a8eaff16637e31f6b633c3a2cfd0f51b10c7
Author: Brian C. Lane <bcl at redhat.com>
Date:   Fri Jul 25 17:40:22 2014 -0700

    - Add platform specific group selection (#884385) (bcl)
    - Use parallel instead of xargs (vpodzime)
    - Solidify the row separator in the welcome spoke. (dshea)
    - Don't skip cpfmtxa formatted dasds if zerombr specified in ks. (#1073982)
      (sbueno+anaconda)
    - Fix TUI error message regarding username creation. (#1058637)
      (sbueno+anaconda)
    - Determine the lang selected arrow direction at render time (dshea)
    - Lessen the visible resize when entering the welcome and lang spokes (dshea)
    - Reset the want_x flag after the memory check (vpodzime)
    - Fix crash caused by passing kwargs to log functions (vpodzime)
    - Check graphical RAM requirements if running graphical installation (vpodzime)
    - Document the inst.zram boot option (vpodzime)
    - Adapt the memory requirements to zRAM swap usage (vpodzime)
    - Remove an unused MEM-related constant and use the other one (vpodzime)
    - Add a script for showing stats about zRAM (vpodzime)
    - Set widgets to be focused when entering a spoke. (#1121285) (dshea)
    - Allow a wider variety of mountpoints (#1109143) (dshea)
    - Restrict the selected and insensitive style rules to anaconda widgets (dshea)
    - Log more details about collect failure (bcl)
    - Prevent crashes due to accessing X server from multiple threads (vpodzime)
    - Add vnc to the arguments to qemu for the GUI testing. (clumens)
    - Remove a commented out import (mkolman)

 .gitignore    |   10 +---------
 anaconda.spec |   30 ++++++++++++++++++++++++++----
 sources       |    2 +-
 3 files changed, 28 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index abb62db..1f426f0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1 @@
-/anaconda-21.40.tar.bz2
-/anaconda-21.41.tar.bz2
-/anaconda-21.42.tar.bz2
-/anaconda-21.43.tar.bz2
-/anaconda-21.44.tar.bz2
-/anaconda-21.45.tar.bz2
-/anaconda-21.46.tar.bz2
-/anaconda-21.47.tar.bz2
-/anaconda-21.48.tar.bz2
+/anaconda-22.1.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index bc502e4..f3fc1e2 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,8 +2,8 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 21.48
-Release: 2%{?dist}
+Version: 22.1
+Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
 URL:     http://fedoraproject.org/wiki/Anaconda
@@ -303,8 +303,30 @@ update-desktop-database &> /dev/null || :
 %{_prefix}/libexec/anaconda/dd_*
 
 %changelog
-* Tue Jul 22 2014 Kalev Lember <kalevlember at gmail.com> - 21.48-2
-- Rebuilt for gobject-introspection 1.41.4
+* Fri Jul 25 2014 Brian C. Lane <bcl at redhat.com> - 22.1-1
+- Add platform specific group selection (#884385) (bcl)
+- Use parallel instead of xargs (vpodzime)
+- Solidify the row separator in the welcome spoke. (dshea)
+- Don't skip cpfmtxa formatted dasds if zerombr specified in ks. (#1073982)
+  (sbueno+anaconda)
+- Fix TUI error message regarding username creation. (#1058637)
+  (sbueno+anaconda)
+- Determine the lang selected arrow direction at render time (dshea)
+- Lessen the visible resize when entering the welcome and lang spokes (dshea)
+- Reset the want_x flag after the memory check (vpodzime)
+- Fix crash caused by passing kwargs to log functions (vpodzime)
+- Check graphical RAM requirements if running graphical installation (vpodzime)
+- Document the inst.zram boot option (vpodzime)
+- Adapt the memory requirements to zRAM swap usage (vpodzime)
+- Remove an unused MEM-related constant and use the other one (vpodzime)
+- Add a script for showing stats about zRAM (vpodzime)
+- Set widgets to be focused when entering a spoke. (#1121285) (dshea)
+- Allow a wider variety of mountpoints (#1109143) (dshea)
+- Restrict the selected and insensitive style rules to anaconda widgets (dshea)
+- Log more details about collect failure (bcl)
+- Prevent crashes due to accessing X server from multiple threads (vpodzime)
+- Add vnc to the arguments to qemu for the GUI testing. (clumens)
+- Remove a commented out import (mkolman)
 
 * Wed Jul 16 2014 Brian C. Lane <bcl at redhat.com> - 21.48-1
 - Fix the custom accelerators in custom partitioning (#1118999) (dshea)
diff --git a/sources b/sources
index e0150df..1e5e2a0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-92a01a7cec76aca7c0cd67cf686a97dd  anaconda-21.48.tar.bz2
+e4c5c285943d4a1f77bbbf5bc98c2526  anaconda-22.1.tar.bz2


More information about the scm-commits mailing list