import anaconda-33.16.5.6-1.el8

This commit is contained in:
CentOS Sources 2021-11-09 04:58:37 -05:00 committed by Stepan Oksanichenko
parent 72c931d5e2
commit b1d7dedf8c
3 changed files with 91 additions and 5 deletions

View File

@ -1 +1 @@
e78dc24b54b77e6c2c11d4775fa8d09009152aa3 SOURCES/anaconda-33.16.4.15.tar.bz2
b1f1099486de74fbc7e072def7acdaec7c165f32 SOURCES/anaconda-33.16.5.6.tar.bz2

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/anaconda-33.16.4.15.tar.bz2
SOURCES/anaconda-33.16.5.6.tar.bz2

View File

@ -1,6 +1,6 @@
Summary: Graphical system installer
Name: anaconda
Version: 33.16.4.15
Version: 33.16.5.6
Release: 1%{?dist}
License: GPLv2+ and MIT
URL: http://fedoraproject.org/wiki/Anaconda
@ -81,7 +81,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.2-1
Requires: python3-blivet >= 1:3.4.0-1
Requires: python3-blockdev >= %{libblockdevver}
Requires: python3-meh >= %{mehver}
Requires: libreport-anaconda >= 2.0.21-1
@ -101,7 +101,7 @@ Requires: python3-systemd
Requires: python3-productmd
Requires: python3-dasbus >= %{dasbusver}
Requires: flatpak-libs
%if 0%{?rhel}
%if %{defined rhel} && %{undefined centos}
Requires: python3-syspurpose
Requires: subscription-manager >= 1.26
%endif
@ -367,6 +367,92 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Fri Sep 24 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.5.6-1
- Payload should wait for all storage related threads to finish (mkolman)
Resolves: rhbz#2002203
* Mon Sep 13 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.5.5-1
- Remove misleading warning about inst.ks.device replacing ksdevice (rvykydal)
Resolves: rhbz#2001913
* Mon Aug 02 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.5.4-1
- Disable anaconda-core's requirement on subscription-manager on CentOS (carl)
Resolves: rhbz#1984958
- Show suggestions for an error caused by inconsistent sector sizes (vponcova)
Resolves: rhbz#1935722
- Use a custom stylesheet to define CentOS-specific stylesheet data (carl)
Related: rhbz#1974149
- Use RHEL help content for RHV/Ovirt (mkolman)
Resolves: rhbz#1915910
- Move post installation scripts to the end of queue (lveyde)
Resolves: rhbz#1970879
- Do not generate dracut arguments multiple times for some storage devices
(rvykydal)
Related: rhbz#1937208
- Make failure in generating of dracut arguments for iSCSI device non-fatal.
(rvykydal)
Resolves: rhbz#1937208
* Thu Jul 01 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.5.3-1
- Check source type directly, not via DBus (mkolman)
Resolves: rhbz#1941578
- Remove autostep functionality (vslavik)
Resolves: rhbz#1976913
- Make it possible to skip install time Insights errors (mkolman)
Resolves: rhbz#1931069
- Fix CDN button visibility (mkolman)
Resolves: rhbz#1903178
- network: do not bind virtual devices to mac (rvykydal)
Resolves: rhbz#1963834
- Add a log message for successful installation (vslavik)
Resolves: rhbz#1949487
* 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
- Add RHEL-specific advice to X timeout message (vslavik)
Related: rhbz#1918702
- Fix AskVNCSpoke call (vslavik)
Related: rhbz#1918702
- Improve X startup error messages (vslavik)
Related: rhbz#1918702
- Terminate X server after timeout and restore crash test handler (vslavik)
Related: rhbz#1918702
- Reorganize control flow in startX (vslavik)
Related: rhbz#1918702
- Handle SIGUSR1 correctly after Xorg timeout (vslavik)
Resolves: rhbz#1918702
- Refactor minor details in startX (vslavik)
Related: rhbz#1918702
- Add base repo name for CentOS Stream after repository renaming (jkonecny)
Resolves: rhbz#1946347
- Avoid a race condition during Connect to Red Hat spoke initialization
(mkolman)
Resolves: rhbz#1950053
* Wed Mar 24 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.4.15-1
- network: clone connections from intramfs to persistent config (rvykydal)
Resolves: rhbz#1910438