From ddd577d4dcc50b30d425a52733cbc24c90756302 Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Feb 05 2014 02:29:02 +0000 Subject: - makebumpver: Any failure should cancel the bump (bcl) - Add option help text for --image and --dirinstall flags (#1056791) (amulhern) - Update bumpver to allow Related bugs (bcl) - Fix up some pylint errors. (clumens) - If a user has been created, don't allow entering the user spoke (#1058564). (clumens) - Tweak passphrase wording a bit. (clumens) - Tweak the final progress messages to fit on the screen a little better (#1058463). (clumens) - Fix iscsi target selection checkbox in GUI (#1058653) (rvykydal) - network ks: allow setting only hostname with network command (#1051564) (rvykydal) - fcoe: add fcoe=: to boot options for nics added manually (#1040215) (rvykydal) - network GUI: ignore fcoe vlan devices (#1051268) (rvykydal) - Use an unused variable. (dshea) - Ignore an unused function warning on isys_init (dshea) - Remove unused isys files. (dshea) - Fix the handling of realloc failures. (dshea) - Run cppcheck on the C source files. (dshea) - Check RAID10 box for BTRFS (#1021856) (amulhern) - Make sure directory for DD extraction exists (vpodzime) - Handle --image arguments more thoroughly (#982164,#994488) (amulhern) - Remove the border from the custom part notebook. (clumens) - Style the Done button to make it more noticable (mizmo). (clumens) - Change the string used to test for serial console (#1054951) (dmarlin) --- diff --git a/.gitignore b/.gitignore index 7611472..7cb685d 100644 --- a/.gitignore +++ b/.gitignore @@ -128,3 +128,4 @@ anaconda-15.2.tar.bz2 /anaconda-21.17.tar.bz2 /anaconda-21.18.tar.bz2 /anaconda-21.19.tar.bz2 +/anaconda-21.20.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index c7e64d9..21a77a2 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 21.19 +Version: 21.20 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.37 +Requires: python-blivet >= 0.40 Requires: python-meh >= %{mehver} Requires: libreport-anaconda >= 2.0.21-1 Requires: libselinux-python @@ -298,6 +298,34 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Feb 04 2014 Brian C. Lane - 21.20-1 +- makebumpver: Any failure should cancel the bump (bcl) +- Add option help text for --image and --dirinstall flags (#1056791) (amulhern) +- Update bumpver to allow Related bugs (bcl) +- Fix up some pylint errors. (clumens) +- If a user has been created, don't allow entering the user spoke (#1058564). + (clumens) +- Tweak passphrase wording a bit. (clumens) +- Tweak the final progress messages to fit on the screen a little better + (#1058463). (clumens) +- Fix iscsi target selection checkbox in GUI (#1058653) (rvykydal) +- network ks: allow setting only hostname with network command (#1051564) + (rvykydal) +- fcoe: add fcoe=: to boot options for nics added manually (#1040215) + (rvykydal) +- network GUI: ignore fcoe vlan devices (#1051268) (rvykydal) +- Use an unused variable. (dshea) +- Ignore an unused function warning on isys_init (dshea) +- Remove unused isys files. (dshea) +- Fix the handling of realloc failures. (dshea) +- Run cppcheck on the C source files. (dshea) +- Check RAID10 box for BTRFS (#1021856) (amulhern) +- Make sure directory for DD extraction exists (vpodzime) +- Handle --image arguments more thoroughly (#982164,#994488) (amulhern) +- Remove the border from the custom part notebook. (clumens) +- Style the Done button to make it more noticable (mizmo). (clumens) +- Change the string used to test for serial console (#1054951) (dmarlin) + * Tue Jan 28 2014 Brian C. Lane - 21.19-1 - Change the reclaim space button rules (#980496) (bcl) - Revert "Fix up username checking regex a bit." (dshea) diff --git a/sources b/sources index d1d11c4..a450ce9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fa17376c0636dc4a8845d4cee0b3d142 anaconda-21.19.tar.bz2 +1c9759ee175aa3089df4f64f371f9327 anaconda-21.20.tar.bz2