import anaconda-33.16.5.4-1.el8

This commit is contained in:
CentOS Sources 2021-08-11 04:20:09 +00:00 committed by Cloud User
parent f893592113
commit 3bef9fe129
3 changed files with 23 additions and 5 deletions

View File

@ -1 +1 @@
c7cdac90390b3bb8d66bfc228df087585ebc453e SOURCES/anaconda-33.16.5.3.tar.bz2
8bd710dfd255fe3cedafc806034e18912ff75bb2 SOURCES/anaconda-33.16.5.4.tar.bz2

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/anaconda-33.16.5.3.tar.bz2
SOURCES/anaconda-33.16.5.4.tar.bz2

View File

@ -1,6 +1,6 @@
Summary: Graphical system installer
Name: anaconda
Version: 33.16.5.3
Version: 33.16.5.4
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,24 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
%{_prefix}/libexec/anaconda/dd_*
%changelog
* 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