New version 34.1-1
- network: do not try to activate connection that has not been found (rvykydal) - network: add timeout for synchronous activation of a connection (rvykydal) - network: fix configuration of virtual devices by boot options (rvykydal) - Handle exceptions from threads without new instances (vslavik) - Do not use disabled --install-scripts command of pip (jkonecny) - Use bootlist command to update the PowerPC-64 Boot Order (javierm) - Discard current boot list when updating the boot-device NRVAM variable (javierm) - Automatically break lines in labels in software selection spoke (vslavik) - Set up FIPS in the target system (vponcova) - Update the service anaconda-sshd (vponcova) - Set up FIPS in the installation environment (vponcova) - Add Blivet version to generated kickstart (vslavik) - Add Anaconda version to saved kickstart (vslavik) - Fix kickstart file error with user groups (kai.kang) - Get rid of add_disable_repo (jkonecny) - Move parts together in the DNF repo (jkonecny) - Fix issue that treeinfo repositories were never disabled (jkonecny) - Keep treeinfo repositories disabled after payload reset (jkonecny) - Fix crash on first entering of source spoke (jkonecny) - Remove treeinfo repositories instead of disabling (jkonecny) - Reload treeinfo repositories on every payload reset (jkonecny)
This commit is contained in:
parent
4cb49db70b
commit
81ab53faf9
1
.gitignore
vendored
1
.gitignore
vendored
@ -250,3 +250,4 @@
|
||||
/anaconda-33.23.tar.bz2
|
||||
/anaconda-33.24.tar.bz2
|
||||
/anaconda-33.25.tar.bz2
|
||||
/anaconda-34.1.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 33.25
|
||||
Version: 34.1
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -123,6 +123,10 @@ Requires: systemd
|
||||
Requires: python3-pid
|
||||
Requires: python3-ordered-set >= 2.0.0
|
||||
|
||||
# Required by the systemd service anaconda-fips.
|
||||
Requires: crypto-policies
|
||||
Requires: /usr/bin/update-crypto-policies
|
||||
|
||||
# required because of the rescue mode and VNC question
|
||||
Requires: anaconda-tui = %{version}-%{release}
|
||||
|
||||
@ -362,6 +366,30 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Thu Aug 20 2020 Martin Kolman <mkolman@redhat.com> - 34.1-1
|
||||
- network: do not try to activate connection that has not been found (rvykydal)
|
||||
- network: add timeout for synchronous activation of a connection (rvykydal)
|
||||
- network: fix configuration of virtual devices by boot options (rvykydal)
|
||||
- Handle exceptions from threads without new instances (vslavik)
|
||||
- Do not use disabled --install-scripts command of pip (jkonecny)
|
||||
- Use bootlist command to update the PowerPC-64 Boot Order (javierm)
|
||||
- Discard current boot list when updating the boot-device NRVAM variable
|
||||
(javierm)
|
||||
- Automatically break lines in labels in software selection spoke (vslavik)
|
||||
- Set up FIPS in the target system (vponcova)
|
||||
- Update the service anaconda-sshd (vponcova)
|
||||
- Set up FIPS in the installation environment (vponcova)
|
||||
- Add Blivet version to generated kickstart (vslavik)
|
||||
- Add Anaconda version to saved kickstart (vslavik)
|
||||
- Fix kickstart file error with user groups (kai.kang)
|
||||
- Get rid of add_disable_repo (jkonecny)
|
||||
- Move parts together in the DNF repo (jkonecny)
|
||||
- Fix issue that treeinfo repositories were never disabled (jkonecny)
|
||||
- Keep treeinfo repositories disabled after payload reset (jkonecny)
|
||||
- Fix crash on first entering of source spoke (jkonecny)
|
||||
- Remove treeinfo repositories instead of disabling (jkonecny)
|
||||
- Reload treeinfo repositories on every payload reset (jkonecny)
|
||||
|
||||
* Mon Aug 10 2020 Martin Kolman <mkolman@redhat.com> - 33.25-1
|
||||
- Fix our tests with a newer rpmfluff library (jkonecny)
|
||||
- network: pass also keyfile NM configuration to target system (#1858439)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-33.25.tar.bz2) = f4ad53a5de62a967e6a1251985184ccc605776ac6b258917f649866d757dec44fe7646f2d00029963ce6654de2adbfc0788c88e3dd79ddfbb8936f2639f1dcd4
|
||||
SHA512 (anaconda-34.1.tar.bz2) = a1add12449e6c86f2bc50ed183ece197dfc02a5926114b3ec4b85c3788ac0e1b9d6da9ab6d0a3149ef56b36cb9313e198de057b25efe1dcfaa4eff11d5ad32c7
|
||||
|
Loading…
Reference in New Issue
Block a user