- 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:
parent
45a9c494a7
commit
f960b686f6
1
.gitignore
vendored
1
.gitignore
vendored
@ -75,3 +75,4 @@
|
||||
/anaconda-26.1.tar.bz2
|
||||
/anaconda-26.2.tar.bz2
|
||||
/anaconda-26.3.tar.bz2
|
||||
/anaconda-26.4.tar.bz2
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user