import anaconda-33.16.8.4-1.el8

This commit is contained in:
CentOS Sources 2023-01-03 06:09:15 +00:00 committed by Stepan Oksanichenko
parent c0829f3df4
commit 23776a553f
3 changed files with 21 additions and 4 deletions

View File

@ -1 +1 @@
e9725ea098a5ce4d2998a359c04cd7b3bc9f9cf5 SOURCES/anaconda-33.16.8.2.tar.bz2
e9a1596df4c00dcb5ec3602a0f8a815e7df9c0df SOURCES/anaconda-33.16.8.4.tar.bz2

2
.gitignore vendored
View File

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

View File

@ -1,6 +1,6 @@
Summary: Graphical system installer
Name: anaconda
Version: 33.16.8.2
Version: 33.16.8.4
Release: 1%{?dist}
License: GPLv2+ and MIT
URL: http://fedoraproject.org/wiki/Anaconda
@ -36,7 +36,7 @@ Source0: %{name}-%{version}.tar.bz2
%define pykickstartver 3.16.15-1
%define pypartedver 2.5-2
%define rpmver 4.10.0
%define simplelinever 1.1-1
%define simplelinever 1.1.3-1
%define utillinuxver 2.15.1
%define dasbusver 0.4
@ -367,6 +367,23 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
%{_prefix}/libexec/anaconda/dd_*
%changelog
* 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
- Support bond device activated in initramfs from kickstart (rvykydal)
Resolves: rhbz#1940919
* Wed Nov 09 2022 Martin Kolman <mkolman@redhat.com> - 33.16.8.3-1
- network: commit changes synchronously when dumping autoconnections (rvykydal)
Related: rhbz#2127057
- Initialize empty disks on the Manual Partitioning screen (vponcova)
Resolves: rhbz#2094977
- infra: Set test vars from templates (vslavik)
- infra: Port check for matching templates from master (vslavik)
- infra: Port templating mechanism from master (vslavik)
- dracut: read filename dhcp option from dhcpopts file (rvykydal)
Related: rhbz#1991516
* Thu Oct 27 2022 Martin Kolman <mkolman@redhat.com> - 33.16.8.2-1
- network: remove activate_connection_sync (rvykydal)
Related: rhbz#2127057