import anaconda-33.16.8.9-1.el8_8

This commit is contained in:
CentOS Sources 2023-05-16 06:04:04 +00:00 committed by Stepan Oksanichenko
parent ce01abaa52
commit 43a027cf25
3 changed files with 79 additions and 12 deletions

View File

@ -1 +1 @@
53ac4f9fd5f8d40e044d1255340ca8e6f496dde0 SOURCES/anaconda-33.16.7.12.tar.bz2
e074e8163d235feb8e027698ec607efe2144f1a3 SOURCES/anaconda-33.16.8.9.tar.bz2

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/anaconda-33.16.7.12.tar.bz2
SOURCES/anaconda-33.16.8.9.tar.bz2

View File

@ -1,6 +1,6 @@
Summary: Graphical system installer
Name: anaconda
Version: 33.16.7.12
Version: 33.16.8.9
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
@ -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,13 +367,80 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Wed Sep 14 2022 Vendula Poncova <vponcova@redhat.com> - 33.16.7.12-1
- Pull in fixed translations (vponcova)
Resolves: rhbz#2062676
* Fri Mar 17 2023 Martin Kolman <mkolman@redhat.com> - 33.16.8.9-1
- Update translations
Resolves: rhbz#2139689
* Fri Sep 09 2022 Vendula Poncova <vponcova@redhat.com> - 33.16.7.11-1
* Thu Feb 09 2023 Jiri Konecny <jkonecny@redhat.com> - 33.16.8.8-1
- Underscore present in Spanish translation of 'TIME & DATE'
Resolves: rhbz#2148998
* Thu Feb 02 2023 Jiri Konecny <jkonecny@redhat.com> - 33.16.8.7-1
- Report registration errors from kickstart (mkolman)
Resolves: rhbz#2127072
- Make text in custom_storage_helper more accurate (ozobal)
Resolves: rhbz#2063288
* Mon Jan 09 2023 Jiri Konecny <jkonecny@redhat.com> - 33.16.8.6-1
- payload: fix repo --includepkgs option (rvykydal)
Resolves: rhbz#2014103
- bootloader/zipl.py: update for zipl >= 2.25.0 (dan)
Resolves: rhbz#2157917
* 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
- 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
- network: use new NM client in ConsolidateInitramfsConnetionsTask (rvykydal)
Related: rhbz#2127057
- network: use new NM client instance in SetRealOnbootValuesTask (rvykydal)
Related: rhbz#2127057
- network: add tests for sync_call_glib (rvykydal)
Related: rhbz#2127057
- network: use separate main conext for NM client in threads (rvykydal)
Related: rhbz#2127057
- network: split add_and_activate_connection_sync function (rvykydal)
Related: rhbz#2127057
- network: add NM connections synchronously (rvykydal)
Related: rhbz#2127057
- infra: Use the Bugzilla API key in the `makebumpver` script (vponcova)
- infra: Remove Jenkins from makebumpver (vslavik)
* Wed Sep 14 2022 Vendula Poncova <vponcova@redhat.com> - 33.16.8.1-1
- Do not crash on network --device link with wireless device (rvykydal)
Resolves: rhbz#2051235
Resolves: rhbz#2125270
* Thu Aug 04 2022 Vladimir Slavik <vslavik@redhat.com> - 33.16.7.10-1
- Disable the Unregister button during unregistration (mkolman)
@ -1097,9 +1164,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