[anaconda] - Add an option to copy translation files to an updates.img (dshea) - Set the selinux state from the

Brian C. Lane bcl at fedoraproject.org
Fri Apr 18 00:31:50 UTC 2014


commit 80d25cccd4d3bce554e03693aedff3302f59f926
Author: Brian C. Lane <bcl at redhat.com>
Date:   Thu Apr 17 17:31:20 2014 -0700

    - Add an option to copy translation files to an updates.img (dshea)
    - Set the selinux state from the command line (#784828) (dshea)
    - Remove a whole bunch of pylint false positives (dshea)
    - Ignore more informational messages printed by pylint pragmas (dshea)
    - Use more wildcards in the tests dist_ variable (dshea)
    - Make sure the idx variable is used instead of the old found variable
      (vpodzime)
    - Disable a false positive from pylint (dshea)
    - Only run dialogs in the enlightbox context (vpodzime)
    - Separate code for finding item in containers combo and processing it
      (vpodzime)
    - Check Update Settings button sensitivity when saving changes in one place
      (vpodzime)
    - Only save changes if needed when adding mountpoint (vpodzime)
    - No need to call bool() on a boolean expression result (vpodzime)
    - Give names to some magic tuples, make them reusable and reuse them (vpodzime)
    - Add DEVICE_TYPE_DISK's text description to the mapping (vpodzime)
    - Move a few constants and mappings to the storage_utils module (vpodzime)
    - Split long label's string into two lines (vpodzime)
    - Don't rely on the ordering of autopart types in the combobox (vpodzime)
    - Only save changes if there are any changes to be saved (vpodzime)
    - Add device type constants to the device type combobox's store (vpodzime)
    - Change some anaconda-yum DEBUGs to be more informative (bcl)
    - Change Proxy Add Button to Ok (bcl)
    - Display a message for missing required packages and groups (#1064565) (dshea)
    - Fix issues with the errorHandler callback arguments (dshea)

 .gitignore    |    1 +
 anaconda.spec |   32 ++++++++++++++++++++++++++++++--
 sources       |    2 +-
 3 files changed, 32 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 84c7fb6..c764d92 100644
--- a/.gitignore
+++ b/.gitignore
@@ -141,3 +141,4 @@ anaconda-15.2.tar.bz2
 /anaconda-21.30.tar.bz2
 /anaconda-21.31.tar.bz2
 /anaconda-21.32.tar.bz2
+/anaconda-21.33.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index d68c14d..8b68f12 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 21.32
+Version: 21.33
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -91,7 +91,7 @@ The anaconda package is a metapackage for the Anaconda installer.
 %package core
 Summary: Core of the Anaconda installer
 Requires: dnf >= %{dnfver}
-Requires: python-blivet >= 0.45
+Requires: python-blivet >= 0.48
 Requires: python-meh >= %{mehver}
 Requires: libreport-anaconda >= 2.0.21-1
 Requires: libselinux-python
@@ -302,6 +302,34 @@ update-desktop-database &> /dev/null || :
 %{_prefix}/libexec/anaconda/dd_*
 
 %changelog
+* Thu Apr 17 2014 Brian C. Lane <bcl at redhat.com> - 21.33-1
+- Add an option to copy translation files to an updates.img (dshea)
+- Set the selinux state from the command line (#784828) (dshea)
+- Remove a whole bunch of pylint false positives (dshea)
+- Ignore more informational messages printed by pylint pragmas (dshea)
+- Use more wildcards in the tests dist_ variable (dshea)
+- Make sure the idx variable is used instead of the old found variable
+  (vpodzime)
+- Disable a false positive from pylint (dshea)
+- Only run dialogs in the enlightbox context (vpodzime)
+- Separate code for finding item in containers combo and processing it
+  (vpodzime)
+- Check Update Settings button sensitivity when saving changes in one place
+  (vpodzime)
+- Only save changes if needed when adding mountpoint (vpodzime)
+- No need to call bool() on a boolean expression result (vpodzime)
+- Give names to some magic tuples, make them reusable and reuse them (vpodzime)
+- Add DEVICE_TYPE_DISK's text description to the mapping (vpodzime)
+- Move a few constants and mappings to the storage_utils module (vpodzime)
+- Split long label's string into two lines (vpodzime)
+- Don't rely on the ordering of autopart types in the combobox (vpodzime)
+- Only save changes if there are any changes to be saved (vpodzime)
+- Add device type constants to the device type combobox's store (vpodzime)
+- Change some anaconda-yum DEBUGs to be more informative (bcl)
+- Change Proxy Add Button to Ok (bcl)
+- Display a message for missing required packages and groups (#1064565) (dshea)
+- Fix issues with the errorHandler callback arguments (dshea)
+
 * Thu Apr 10 2014 Brian C. Lane <bcl at redhat.com> - 21.32-1
 - Refactor the code setting up the device type combobox a method (vpodzime)
 - Rename 'swap' variable to 'is_swap' to better express its meaning (vpodzime)
diff --git a/sources b/sources
index d280b81..5b91dd1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-81e0f95bb786a7656179b0f8fd69aac6  anaconda-21.32.tar.bz2
+b8cce2441557f203d5be6a3ef9206c76  anaconda-21.33.tar.bz2


More information about the scm-commits mailing list