- Allow kickstart users to ignore the free space error (dshea)
- Stop kickstart when space check fails (bcl) - Service anaconda-nm-config is missing type oneshot (jkonecny) - Fix dhcpclass to work both via kickstart and the boot cmdline. (clumens) - network: handle also ifcfg files of not activated virtual devices (#1313173) (rvykydal) - network: check onboot value in ksdata, not NM connections (#1313173) (rvykydal) - network: do not activate device on kickstart --onboot="yes" (#1341636) (rvykydal)
This commit is contained in:
parent
143c81f5ac
commit
487e834320
1
.gitignore
vendored
1
.gitignore
vendored
@ -71,3 +71,4 @@
|
|||||||
/anaconda-25.16.tar.bz2
|
/anaconda-25.16.tar.bz2
|
||||||
/anaconda-25.17.tar.bz2
|
/anaconda-25.17.tar.bz2
|
||||||
/anaconda-25.19.tar.bz2
|
/anaconda-25.19.tar.bz2
|
||||||
|
/anaconda-25.20.tar.bz2
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 25.19
|
Version: 25.20
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -324,6 +324,18 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 08 2016 Brian C. Lane <bcl@redhat.com> - 25.20-1
|
||||||
|
- Allow kickstart users to ignore the free space error (dshea)
|
||||||
|
- Stop kickstart when space check fails (bcl)
|
||||||
|
- Service anaconda-nm-config is missing type oneshot (jkonecny)
|
||||||
|
- Fix dhcpclass to work both via kickstart and the boot cmdline. (clumens)
|
||||||
|
- network: handle also ifcfg files of not activated virtual devices (#1313173)
|
||||||
|
(rvykydal)
|
||||||
|
- network: check onboot value in ksdata, not NM connections (#1313173)
|
||||||
|
(rvykydal)
|
||||||
|
- network: do not activate device on kickstart --onboot="yes" (#1341636)
|
||||||
|
(rvykydal)
|
||||||
|
|
||||||
* Fri Jun 24 2016 Brian C. Lane <bcl@redhat.com> - 25.19-1
|
* Fri Jun 24 2016 Brian C. Lane <bcl@redhat.com> - 25.19-1
|
||||||
- hostname: don't set installer env hostname to localhost.localdomain
|
- hostname: don't set installer env hostname to localhost.localdomain
|
||||||
(#1290858) (rvykydal)
|
(#1290858) (rvykydal)
|
||||||
|
Loading…
Reference in New Issue
Block a user