import anaconda-33.16.5.2-1.el8

This commit is contained in:
CentOS Sources 2021-07-02 04:11:22 +00:00 committed by Cloud User
parent a95c17529f
commit 30362f6659
3 changed files with 26 additions and 3 deletions

View File

@ -1 +1 @@
6a74305c1660dc9754649e8813bd6cf799afd3a3 SOURCES/anaconda-33.16.5.1.tar.bz2
42186ae93c579b1dfa20f05e7f3f53b2c4812dea SOURCES/anaconda-33.16.5.2.tar.bz2

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/anaconda-33.16.5.1.tar.bz2
SOURCES/anaconda-33.16.5.2.tar.bz2

View File

@ -1,6 +1,6 @@
Summary: Graphical system installer
Name: anaconda
Version: 33.16.5.1
Version: 33.16.5.2
Release: 1%{?dist}
License: GPLv2+ and MIT
URL: http://fedoraproject.org/wiki/Anaconda
@ -367,6 +367,29 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Mon May 24 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.5.2-1
- Use modinfo to check ko before modprobe (t.feng94)
Resolves: rhbz#1577544
- network: do not crash on team without IP config (rvykydal)
Resolves: rhbz#1929008
- Add the "Encrypt my data" checkbox to the custom partitioning spoke
(vponcova)
Resolves: rhbz#1903786
- Allow encryption of thin logical volumes (vponcova)
Resolves: rhbz#1877777
- Don't automatically execute the default partitioning (vponcova)
Resolves: rhbz#1954408
- Don't run the execute method in the kickstart installation in TUI by default
(vponcova)
Related: rhbz#1954408
- Don't run the execute method in the kickstart installation in GUI by default
(vponcova)
Related: rhbz#1954408
- Enable closest mirror in CentOS Stream config (carl)
Resolves: rhbz#1953698
- Add CentOS Stream config (riehecky)
Resolves: rhbz#1953698
* Wed May 19 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.5.1-1
- subscription: allow dates in ISO 8601 format (ptoscano)
Resolves: rhbz#1947445