- 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)
This commit is contained in:
Martin Kolman 2016-09-21 15:07:43 +02:00
parent 45a9c494a7
commit f960b686f6
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

@ -75,3 +75,4 @@
/anaconda-26.1.tar.bz2
/anaconda-26.2.tar.bz2
/anaconda-26.3.tar.bz2
/anaconda-26.4.tar.bz2

View File

@ -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 <mkolman@redhat.com> - 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 <mkolman@redhat.com> - 26.3-1
- network: set onboot correctly for vlan on bond device in ks (#1234849)
(rvykydal)

View File

@ -1 +1 @@
72f80a6202173c56adcafca40bb0a387 anaconda-26.3.tar.bz2
e3139ffe9fe18d10ae4711fa8c005639 anaconda-26.4.tar.bz2