New version 33.19-1
- Document common issues and bugs (vponcova) - Add logging messages to %post scripts (vslavik) - Don't prompt the user to ssh in VNC installations (vponcova) - Extend the function prompt_for_ssh (vponcova) - Allow having /boot on a btrfs volume (i.gnatenko.brain) - network: do not parse IPADDR0 anymore (rvykydal) - Do not use kwargs when creating network_data from ifcfg file (rvykydal) - Extend unit tests for generating network data from ifcfg file (rvykydal) - Fix updating of user gid/uid value checkbox in gui (rvykydal) - Fix crash on user uid/gid unchecked in gui (rvykydal) - Add daily build status badge (jkonecny) - Fix the pylint warning in the Payloads module (vponcova) - Add pointer to kickstart tests to tests README (rvykydal) - resolved a user created password verification issue that could not exit (57519382+huzunhao) - Don't use data.method.proxy (vponcova) - Use sshd_config drop in directory to allow root login (jjelen) - localization: do not crash on failed parsing of X layout (#1836047) (rvykydal) - Catch Blivet's exceptions when we reset a device (#1843278) (vponcova) - Fix wireless network configuration on get_ssid() returning None (#1838357) (rvykydal) - Unify definition of directory for ifname and prefixdevname config (rvykydal) - Use constants when mocking paths for network installation test (rvykydal) - Create /etc/systemd/network dir for ifname= renaming if needed. (rvykydal) - Use the Blivet's property is_empty (vponcova)
This commit is contained in:
parent
786ebfab8f
commit
cdbd1d6eb1
1
.gitignore
vendored
1
.gitignore
vendored
@ -243,3 +243,4 @@
|
||||
/anaconda-33.15.tar.bz2
|
||||
/anaconda-33.17.tar.bz2
|
||||
/anaconda-33.18.tar.bz2
|
||||
/anaconda-33.19.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 33.18
|
||||
Version: 33.19
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -80,7 +80,7 @@ The anaconda package is a metapackage for the Anaconda installer.
|
||||
Summary: Core of the Anaconda installer
|
||||
Requires: python3-libs
|
||||
Requires: python3-dnf >= %{dnfver}
|
||||
Requires: python3-blivet >= 1:3.2.0-1
|
||||
Requires: python3-blivet >= 1:3.2.2-1
|
||||
Requires: python3-blockdev >= %{libblockdevver}
|
||||
Requires: python3-meh >= %{mehver}
|
||||
Requires: libreport-anaconda >= 2.0.21-1
|
||||
@ -362,6 +362,34 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Mon Jun 15 2020 Martin Kolman <mkolman@redhat.com> - 33.19-1
|
||||
- Document common issues and bugs (vponcova)
|
||||
- Add logging messages to %%post scripts (vslavik)
|
||||
- Don't prompt the user to ssh in VNC installations (vponcova)
|
||||
- Extend the function prompt_for_ssh (vponcova)
|
||||
- Allow having /boot on a btrfs volume (i.gnatenko.brain)
|
||||
- network: do not parse IPADDR0 anymore (rvykydal)
|
||||
- Do not use kwargs when creating network_data from ifcfg file (rvykydal)
|
||||
- Extend unit tests for generating network data from ifcfg file (rvykydal)
|
||||
- Fix updating of user gid/uid value checkbox in gui (rvykydal)
|
||||
- Fix crash on user uid/gid unchecked in gui (rvykydal)
|
||||
- Add daily build status badge (jkonecny)
|
||||
- Fix the pylint warning in the Payloads module (vponcova)
|
||||
- Add pointer to kickstart tests to tests README (rvykydal)
|
||||
- resolved a user created password verification issue that could not exit
|
||||
(57519382+huzunhao)
|
||||
- Don't use data.method.proxy (vponcova)
|
||||
- Use sshd_config drop in directory to allow root login (jjelen)
|
||||
- localization: do not crash on failed parsing of X layout (#1836047)
|
||||
(rvykydal)
|
||||
- Catch Blivet's exceptions when we reset a device (#1843278) (vponcova)
|
||||
- Fix wireless network configuration on get_ssid() returning None (#1838357)
|
||||
(rvykydal)
|
||||
- Unify definition of directory for ifname and prefixdevname config (rvykydal)
|
||||
- Use constants when mocking paths for network installation test (rvykydal)
|
||||
- Create /etc/systemd/network dir for ifname= renaming if needed. (rvykydal)
|
||||
- Use the Blivet's property is_empty (vponcova)
|
||||
|
||||
* Wed Jun 03 2020 Martin Kolman <mkolman@redhat.com> - 33.18-1
|
||||
- Set up LD_PRELOAD for the Payloads module (vponcova)
|
||||
- Extend the start-module script (vponcova)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-33.18.tar.bz2) = 7ea8173d40a279c7c47becdadc586fa40161148f294f0d0df02e786b7080695c2c5b46d2609d792b290671f1aafd7b6157288182bf79d45f48bfc935eea39ead
|
||||
SHA512 (anaconda-33.19.tar.bz2) = 684031152ff48a38af47ffe7f4b115c082165124cb1c992aa6bf622c28f2d6a467c407338f766e4067a712db09d31a870b8a0e413fdc1df7851919271d250178
|
||||
|
Loading…
Reference in New Issue
Block a user