[anaconda] - Fix the custom accelerators in custom partitioning (#1118999) (dshea) - Revert "Reset dnf package

Brian C. Lane bcl at fedoraproject.org
Wed Jul 16 23:57:50 UTC 2014


commit 1a03ede48bcbc780cd0b7922e4709fee2a34b4de
Author: Brian C. Lane <bcl at redhat.com>
Date:   Wed Jul 16 16:57:59 2014 -0700

    - Fix the custom accelerators in custom partitioning (#1118999) (dshea)
    - Revert "Reset dnf package sack" (bcl)
    - Ignore the home directory setting if no change was requested (#1119900)
      (dshea)
    - Set an upper limit on uids and gids. (dshea)
    - Remove the "Create a home directory" checkbox (dshea)
    - Fix a typo: inital -> initial (mkolman)
    - Don't create the configured.ini file (#1119166) (mkolman)
    - zRAM swap for Anaconda (vpodzime)
    - Split kickstart arg handling (bcl)
    - Update icon names used within python code. (dshea)
    - Add a check for whether icons used in glade files are valid (dshea)
    - Load icons by name instead of stock-id. (dshea)
    - Remove extra list() call with no effect (vpodzime)
    - Add NetworkManager-wifi dependency for the GUI subpackage (#1111417)
      (mkolman)
    - Python's octals changed; mount's didn't. (pjones)
    - Add a basic test for ostree-based installs. (clumens)
    - Print out exceptions at log level critical. (clumens)
    - Rename environment variables in run_gui_tests.sh. (clumens)
    - Rename gui/runtest.sh to fit in with the other test names. (clumens)
    - Write the grub config even on errors (#1114774) (bcl)

 .gitignore    |    1 +
 anaconda.spec |   27 ++++++++++++++++++++++++++-
 sources       |    2 +-
 3 files changed, 28 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c2e8d1b..abb62db 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /anaconda-21.45.tar.bz2
 /anaconda-21.46.tar.bz2
 /anaconda-21.47.tar.bz2
+/anaconda-21.48.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index e97d786..2a0fa4a 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 21.47
+Version: 21.48
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -173,6 +173,7 @@ Requires: nm-connection-editor
 Requires: zenity
 %endif
 Requires: keybinder3
+Requires: NetworkManager-wifi
 
 %description gui
 This package contains graphical user interface for the Anaconda installer.
@@ -302,6 +303,30 @@ update-desktop-database &> /dev/null || :
 %{_prefix}/libexec/anaconda/dd_*
 
 %changelog
+* Wed Jul 16 2014 Brian C. Lane <bcl at redhat.com> - 21.48-1
+- Fix the custom accelerators in custom partitioning (#1118999) (dshea)
+- Revert "Reset dnf package sack" (bcl)
+- Ignore the home directory setting if no change was requested (#1119900)
+  (dshea)
+- Set an upper limit on uids and gids. (dshea)
+- Remove the "Create a home directory" checkbox (dshea)
+- Fix a typo: inital -> initial (mkolman)
+- Don't create the configured.ini file (#1119166) (mkolman)
+- zRAM swap for Anaconda (vpodzime)
+- Split kickstart arg handling (bcl)
+- Update icon names used within python code. (dshea)
+- Add a check for whether icons used in glade files are valid (dshea)
+- Load icons by name instead of stock-id. (dshea)
+- Remove extra list() call with no effect (vpodzime)
+- Add NetworkManager-wifi dependency for the GUI subpackage (#1111417)
+  (mkolman)
+- Python's octals changed; mount's didn't. (pjones)
+- Add a basic test for ostree-based installs. (clumens)
+- Print out exceptions at log level critical. (clumens)
+- Rename environment variables in run_gui_tests.sh. (clumens)
+- Rename gui/runtest.sh to fit in with the other test names. (clumens)
+- Write the grub config even on errors (#1114774) (bcl)
+
 * Fri Jul 11 2014 Brian C. Lane <bcl at redhat.com> - 21.47-1
 - Fix references to requiredPackages (bcl)
 - Drop anaconda. prefix from copied logs (bcl)
diff --git a/sources b/sources
index fae9e68..e0150df 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cc37b96f7637bdb0730e235464ece8a8  anaconda-21.47.tar.bz2
+92a01a7cec76aca7c0cd67cf686a97dd  anaconda-21.48.tar.bz2


More information about the scm-commits mailing list