diff --git a/.gitignore b/.gitignore index 7b12829..0d5066f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /anaconda-21.41.tar.bz2 /anaconda-21.42.tar.bz2 /anaconda-21.43.tar.bz2 +/anaconda-21.44.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 04f0284..aca2ca8 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 21.43 +Version: 21.44 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.57 +Requires: python-blivet >= 0.58 Requires: python-meh >= %{mehver} Requires: libreport-anaconda >= 2.0.21-1 Requires: libselinux-python @@ -302,6 +302,29 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Jun 25 2014 Brian C. Lane - 21.44-1 +- Fix storage checker docstring (bcl) +- Modify --dirinstall to take a path (bcl) +- Drop ROOT_PATH, add a method to set it (bcl) +- Call setUpBootLoader in custom autopart (#1086811) (bcl) +- Remove the noipv6 Anaconda option (mkolman) +- Remove the -s/--script Anaconda option (mkolman) +- Make rescue_mode part of flags, hence more publicly available (#1090009) + (amulhern) +- Check host filesystem space for dirinstall (bcl) +- Remove the viewport from the addon repo tree view (dshea) +- Add a check for GtkScrollables contained in GtkViewports (dshea) +- Enable rubber-banding in the disk tree views (dshea) +- Make the configure mount point dialog taller. (#924182) (dshea) +- Add the disk TreeViews directly to the scrolled windows (dshea) +- Opened up custom_storage_helpers.glade and hit Save (dshea) +- Add help texts for more Anaconda CLI options (mkolman) +- Remove the targetarch Anaconda option (mkolman) +- Add anaconda_options.txt to makeupdates (dshea) +- Allow the location of anaconda_options.txt to be overridden (dshea) +- Remove an unused import. (dshea) +- Remove the headless Anaconda option (mkolman) + * Thu Jun 19 2014 Brian C. Lane - 21.43-1 - Allow NFS addon repos (#985080) (dshea) - Add --disklabel support to clearpart (#1078537) (bcl) diff --git a/sources b/sources index 69d957e..a2d69e8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8595acce5eacd409a952513996b4f317 anaconda-21.43.tar.bz2 +e52182b57259c5845b0e5b4e34ec465e anaconda-21.44.tar.bz2