From f960b686f60077e139b56e86175f0afee94e3b10 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Sep 21 2016 13:07:43 +0000 Subject: - Fix NTP server list fetching when running in IS (#1374810) (mkolman) - rpmostreepayload: Clean up use of sysroot files a bit (walters) - rpmostreepayload: Fix remote handling to use correct sysroot (walters) --- diff --git a/.gitignore b/.gitignore index c1541f8..eb716d3 100644 --- a/.gitignore +++ b/.gitignore @@ -75,3 +75,4 @@ /anaconda-26.1.tar.bz2 /anaconda-26.2.tar.bz2 /anaconda-26.3.tar.bz2 +/anaconda-26.4.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index b3c46fa..6a1eb86 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 26.3 +Version: 26.4 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.3 +Requires: python3-blivet >= 1:2.1.4 Requires: python3-meh >= %{mehver} Requires: libreport-anaconda >= 2.0.21-1 Requires: libselinux-python3 @@ -325,6 +325,11 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* 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) +- rpmostreepayload: Fix remote handling to use correct sysroot (walters) + * Mon Sep 19 2016 Martin Kolman - 26.3-1 - network: set onboot correctly for vlan on bond device in ks (#1234849) (rvykydal) diff --git a/sources b/sources index eeca07b..b4d023b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -72f80a6202173c56adcafca40bb0a387 anaconda-26.3.tar.bz2 +e3139ffe9fe18d10ae4711fa8c005639 anaconda-26.4.tar.bz2