From f704c4a5b2f8caa9ddb1f52c959252aed6885760 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Sep 27 2016 15:07:07 +0000 Subject: - Don't deactivate all storage in anaconda-cleanup. (#1225184) (dlehman) - Stop setting ANACONDA udev environment variable. (#1225184) (dlehman) - Improved driver disk copying (#1269915) (mkolman) - Fix screenshot taking logic (#1327456) (mkolman) - Change blank lines to pep8 for Dracut DUD test (jkonecny) - Tweak lambda use in Dracut test (jkonecny) - Add Dracut test for reloading mod dependencies (jkonecny) --- diff --git a/.gitignore b/.gitignore index eb716d3..78cb0fe 100644 --- a/.gitignore +++ b/.gitignore @@ -76,3 +76,4 @@ /anaconda-26.2.tar.bz2 /anaconda-26.3.tar.bz2 /anaconda-26.4.tar.bz2 +/anaconda-26.6.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 6a1eb86..a31c1b1 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 26.4 +Version: 26.6 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -83,7 +83,7 @@ The anaconda package is a metapackage for the Anaconda installer. %package core Summary: Core of the Anaconda installer Requires: python3-dnf >= %{dnfver}, python3-dnf < %{dnfmaxver} -Requires: python3-blivet >= 1:2.1.4 +Requires: python3-blivet >= 1:2.1.5 Requires: python3-meh >= %{mehver} Requires: libreport-anaconda >= 2.0.21-1 Requires: libselinux-python3 @@ -325,6 +325,17 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Sep 27 2016 Martin Kolman - 26.6-1 +- Don't deactivate all storage in anaconda-cleanup. (#1225184) (dlehman) +- Stop setting ANACONDA udev environment variable. (#1225184) (dlehman) + +* Tue Sep 27 2016 Martin Kolman - 26.5-1 +- Improved driver disk copying (#1269915) (mkolman) +- Fix screenshot taking logic (#1327456) (mkolman) +- Change blank lines to pep8 for Dracut DUD test (jkonecny) +- Tweak lambda use in Dracut test (jkonecny) +- Add Dracut test for reloading mod dependencies (jkonecny) + * Wed Sep 21 2016 Martin Kolman - 26.4-1 - Fix NTP server list fetching when running in IS (#1374810) (mkolman) - rpmostreepayload: Clean up use of sysroot files a bit (walters) diff --git a/sources b/sources index b4d023b..5187a5b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e3139ffe9fe18d10ae4711fa8c005639 anaconda-26.4.tar.bz2 +005b54504bb3c59a59121ee99ca577da anaconda-26.6.tar.bz2