- 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)
This commit is contained in:
Brian C. Lane 2014-04-17 17:31:20 -07:00
parent a53eecf6e7
commit 80d25cccd4
3 changed files with 32 additions and 3 deletions

1
.gitignore vendored
View File

@ -141,3 +141,4 @@ anaconda-15.2.tar.bz2
/anaconda-21.30.tar.bz2 /anaconda-21.30.tar.bz2
/anaconda-21.31.tar.bz2 /anaconda-21.31.tar.bz2
/anaconda-21.32.tar.bz2 /anaconda-21.32.tar.bz2
/anaconda-21.33.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer Summary: Graphical system installer
Name: anaconda Name: anaconda
Version: 21.32 Version: 21.33
Release: 1%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
Group: Applications/System Group: Applications/System
@ -91,7 +91,7 @@ The anaconda package is a metapackage for the Anaconda installer.
%package core %package core
Summary: Core of the Anaconda installer Summary: Core of the Anaconda installer
Requires: dnf >= %{dnfver} Requires: dnf >= %{dnfver}
Requires: python-blivet >= 0.45 Requires: python-blivet >= 0.48
Requires: python-meh >= %{mehver} Requires: python-meh >= %{mehver}
Requires: libreport-anaconda >= 2.0.21-1 Requires: libreport-anaconda >= 2.0.21-1
Requires: libselinux-python Requires: libselinux-python
@ -302,6 +302,34 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_* %{_prefix}/libexec/anaconda/dd_*
%changelog %changelog
* Thu Apr 17 2014 Brian C. Lane <bcl@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@redhat.com> - 21.32-1 * Thu Apr 10 2014 Brian C. Lane <bcl@redhat.com> - 21.32-1
- Refactor the code setting up the device type combobox a method (vpodzime) - Refactor the code setting up the device type combobox a method (vpodzime)
- Rename 'swap' variable to 'is_swap' to better express its meaning (vpodzime) - Rename 'swap' variable to 'is_swap' to better express its meaning (vpodzime)

View File

@ -1 +1 @@
81e0f95bb786a7656179b0f8fd69aac6 anaconda-21.32.tar.bz2 b8cce2441557f203d5be6a3ef9206c76 anaconda-21.33.tar.bz2