import anaconda-33.16.8.5-1.el8

This commit is contained in:
CentOS Sources 2023-01-07 08:08:23 +00:00 committed by Stepan Oksanichenko
parent 23776a553f
commit 9745cdfe0c
3 changed files with 22 additions and 6 deletions

View File

@ -1 +1 @@
e9a1596df4c00dcb5ec3602a0f8a815e7df9c0df SOURCES/anaconda-33.16.8.4.tar.bz2
c0562b95773483413f84b243a6e428cc61ccc417 SOURCES/anaconda-33.16.8.5.tar.bz2

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/anaconda-33.16.8.4.tar.bz2
SOURCES/anaconda-33.16.8.5.tar.bz2

View File

@ -1,6 +1,6 @@
Summary: Graphical system installer
Name: anaconda
Version: 33.16.8.4
Version: 33.16.8.5
Release: 1%{?dist}
License: GPLv2+ and MIT
URL: http://fedoraproject.org/wiki/Anaconda
@ -103,7 +103,7 @@ Requires: python3-dasbus >= %{dasbusver}
Requires: flatpak-libs
%if %{defined rhel} && %{undefined centos}
Requires: python3-syspurpose
Requires: subscription-manager >= 1.28.26
Requires: subscription-manager >= 1.28.33
%endif
# pwquality only "recommends" the dictionaries it needs to do anything useful,
@ -367,6 +367,22 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Tue Jan 03 2023 Jiri Konecny <jkonecny@redhat.com> - 33.16.8.5-1
- Delegate auto-attach handling to RHSM (mkolman)
Resolves: rhbz#2083318
- Test the InstallerStorage.copy method (vponcova)
Related: rhbz#1913035
- Show multiple bootloader devices on the Manual Partitioning screen (vponcova)
Resolves: rhbz#1913035
- Implement the Root.copy method (vponcova)
Related: rhbz#1913035
- Redefine the Blivet.roots attribute (vponcova)
Related: rhbz#1913035
- Redefine the Blivet.copy method (vponcova)
Related: rhbz#1913035
- Use correct hint for VNC password boot option (jstodola)
Resolves: rhbz#2125679
* Tue Nov 29 2022 Radek Vykydal <rvykydal@redhat.com> - 33.16.8.4-1
- Disable the concurrency check in the error dialog in TUI (vponcova)
Resolves: rhbz#1807491
@ -1128,9 +1144,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
Related: rhbz#1691319
- Update required version of blivet (rvykydal)
Related: rhbz#1691319
- Remove tests for --ignorebroken %packages section option (rvykydal)
- Remove tests for --ignorebroken packages section option (rvykydal)
Related: rhbz#1691319
- Remove support for --ignorebroken %packages option (rvykydal)
- Remove support for --ignorebroken packages option (rvykydal)
Related: rhbz#1691319
- Use F25_Timezone (rvykydal)
Related: rhbz#1691319