From db9488c864c0bfddd3095b55c72e8c58404aeecf Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Oct 31 2013 00:49:41 +0000 Subject: - Fix up a couple more pylint errors. (clumens) - Add check for Linux HFS+ ESP on Mac (#1010495) (bcl) - Update bootDrive info when storage config updated in text-mode. (#861018) (sbueno+anaconda) - Remove the special handling for en (dshea) - Ignore SIGINT (#1024822) (amulhern) - Don't show language twice for keyboard layouts (#1021907) (petersen) - Make Software spoke ready even if there is no repo (#1010348) (vpodzime) - Use decorator for methods that invalidate base repo cache (vpodzime) - Use cache for base repo if possible (vpodzime) - Make sure to actually set the autopart flag when needed. (#1023554) (dlehman) - Fix Gtk errors about list store columns (dshea) - Fix the layout up and down button sensitivies. (dshea) - Fix the Gkbd spec string for layouts with no variant (dshea) - pylint wants regexes with backslashes to be specified with 'r'. (clumens) - Add ack flag checking to makebumpver (bcl) - Correctly accept 'sshd' boot arg as alias for 'inst.sshd' (#924157) (wwoods) - Only eject CDROM devices we're actually using (#949919) (wwoods) - mem may not exist when it's printed out in these error messages. (clumens) --- diff --git a/.gitignore b/.gitignore index be3548e..c4c8b3f 100644 --- a/.gitignore +++ b/.gitignore @@ -112,3 +112,4 @@ anaconda-15.2.tar.bz2 /anaconda-21.1.tar.bz2 /anaconda-21.2.tar.bz2 /anaconda-21.3.tar.bz2 +/anaconda-21.4.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 8206fd9..7cbe311 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 21.3 +Version: 21.4 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -82,7 +82,7 @@ BuildRequires: s390utils-devel Requires: anaconda-widgets = %{version}-%{release} Requires: dnf >= %{dnfver} -Requires: python-blivet >= 0.24 +Requires: python-blivet >= 0.26 Requires: gnome-icon-theme-symbolic Requires: python-meh >= %{mehver} Requires: libreport-anaconda >= 2.0.21-1 @@ -254,6 +254,27 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Oct 30 2013 Brian C. Lane - 21.4-1 +- Fix up a couple more pylint errors. (clumens) +- Add check for Linux HFS+ ESP on Mac (#1010495) (bcl) +- Update bootDrive info when storage config updated in text-mode. (#861018) + (sbueno+anaconda) +- Remove the special handling for en (dshea) +- Ignore SIGINT (#1024822) (amulhern) +- Don't show language twice for keyboard layouts (#1021907) (petersen) +- Make Software spoke ready even if there is no repo (#1010348) (vpodzime) +- Use decorator for methods that invalidate base repo cache (vpodzime) +- Use cache for base repo if possible (vpodzime) +- Make sure to actually set the autopart flag when needed. (#1023554) (dlehman) +- Fix Gtk errors about list store columns (dshea) +- Fix the layout up and down button sensitivies. (dshea) +- Fix the Gkbd spec string for layouts with no variant (dshea) +- pylint wants regexes with backslashes to be specified with 'r'. (clumens) +- Add ack flag checking to makebumpver (bcl) +- Correctly accept 'sshd' boot arg as alias for 'inst.sshd' (#924157) (wwoods) +- Only eject CDROM devices we're actually using (#949919) (wwoods) +- mem may not exist when it's printed out in these error messages. (clumens) + * Fri Oct 25 2013 Brian C. Lane - 21.3-1 - Reset _proxyChange when a change is triggered (bcl) - Setup No Update checkbox correctly (#1016801) (bcl) diff --git a/sources b/sources index 0a15e34..d7a7136 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bd2159e01a0f8f35d9a0f67cf10258c2 anaconda-21.3.tar.bz2 +df49963da28a19a4ee3a9d22d04230b2 anaconda-21.4.tar.bz2