New version 28.9-1
- Mac EFI installs need grub2-tools (#1503496) (awilliam) - network: create default ifcfg also for missing default NM connection (#1478141) (rvykydal) - Print screen stack next to exception in TUI (jkonecny) - Enable Custom GRUB2 Password Utility (#985962) (rmarshall)
This commit is contained in:
parent
3e65777cdc
commit
9c44641de5
1
.gitignore
vendored
1
.gitignore
vendored
@ -119,3 +119,4 @@
|
||||
/anaconda-28.5.tar.bz2
|
||||
/anaconda-28.6.tar.bz2
|
||||
/anaconda-28.8.tar.bz2
|
||||
/anaconda-28.9.tar.bz2
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 28.8
|
||||
Version: 28.9
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
Group: Applications/System
|
||||
@ -40,7 +40,7 @@ Source0: %{name}-%{version}.tar.bz2
|
||||
%define pykickstartver 2.40-1
|
||||
%define pypartedver 2.5-2
|
||||
%define rpmver 4.10.0
|
||||
%define simplelinever 0.7-1
|
||||
%define simplelinever 0.8-1
|
||||
%define utillinuxver 2.15.1
|
||||
|
||||
BuildRequires: audit-libs-devel
|
||||
@ -332,6 +332,13 @@ update-desktop-database &> /dev/null || :
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Thu Oct 26 2017 Martin Kolman <mkolman@redhat.com> - 28.9-1
|
||||
- Mac EFI installs need grub2-tools (#1503496) (awilliam)
|
||||
- network: create default ifcfg also for missing default NM connection
|
||||
(#1478141) (rvykydal)
|
||||
- Print screen stack next to exception in TUI (jkonecny)
|
||||
- Enable Custom GRUB2 Password Utility (#985962) (rmarshall)
|
||||
|
||||
* Tue Oct 17 2017 Martin Kolman <mkolman@redhat.com> - 28.8-1
|
||||
- Bump simpleline version requires (jkonecny)
|
||||
- Remove DataHolder class (jkonecny)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-28.8.tar.bz2) = 8329770c956bba530366d5b0c22273500a91d3880d01607ca651f3fd1f521c7b8162bacf5523686ea78fde22159d5179ddccce018520521c99222a62e9d1f3be
|
||||
SHA512 (anaconda-28.9.tar.bz2) = 3e27d4c285e209335d354d6896257bb13e6d345354cdfbb8f18d69b61412b82d458fa6c84c368380789986f570e57d8e5eb9f2d8ba6987a078d6098f60f672a1
|
||||
|
Loading…
Reference in New Issue
Block a user