Merge tag 'imports/c10s/anaconda-40.22.3.17-1.el10' into a10s

This commit is contained in:
eabdullin 2024-12-09 17:25:19 +03:00
commit ae19ac067c
5 changed files with 86 additions and 6 deletions

4
.gitignore vendored
View File

@ -408,3 +408,7 @@
/anaconda-40.22.3.11.tar.bz2
/anaconda-40.22.3.12.tar.bz2
/anaconda-40.22.3.13.tar.bz2
/anaconda-40.22.3.14.tar.bz2
/anaconda-40.22.3.15.tar.bz2
/anaconda-40.22.3.16.tar.bz2
/anaconda-40.22.3.17.tar.bz2

View File

@ -1,3 +1,3 @@
This repository is maintained by packit.
https://packit.dev/
The file was generated using packit 0.100.0.
The file was generated using packit 0.102.2.

View File

@ -1,6 +1,6 @@
Summary: Graphical system installer
Name: anaconda
Version: 40.22.3.13
Version: 40.22.3.17
Release: 1%{?dist}.alma.1
License: GPL-2.0-or-later
URL: http://fedoraproject.org/wiki/Anaconda
@ -51,7 +51,7 @@ Patch1003: 0003-Remove-visible-Fedora-references.patch
%define pythonblivetver 1:3.9.0-1
%define rpmver 4.15.0
%define simplelinever 1.9.0-1
%define subscriptionmanagerver 1.26
%define subscriptionmanagerver 1.29.31
%define utillinuxver 2.15.1
%define rpmostreever 2023.2
%define s390utilscorever 2.31.0
@ -143,7 +143,7 @@ Requires: python3-pid
# Required by the systemd service anaconda-fips.
Requires: crypto-policies
Requires: /usr/bin/update-crypto-policies
Requires: crypto-policies-scripts
# required because of the rescue mode and RDP question
Requires: anaconda-tui = %{version}-%{release}
@ -494,10 +494,52 @@ rm -rf \
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Mon Oct 14 2024 Eduard Abdullin <eabdullin@almalinux.org> - 40.22.3.13-1.alma.1
* Mon Dec 09 2024 Eduard Abdullin <eabdullin@almalinux.org> - 40.22.3.17-1.alma.1
- Apply AlmaLinux patches
- Enable live subpackage by defaul on AlmaLinux
* Wed Nov 13 2024 Martin Kolman <mkolman@redhat.com> - 40.22.3.17-1
- network: add warning for kickstart network configuration when running from
nfs (rvykydal)
Resolves: RHEL-35250
- Explicitly place biosboot partition only on stage1 disk (vtrefny)
Resolves: RHEL-61143
- network: handle autoconnections policy for rhel upstream (rvykydal)
Resolves: RHEL-53196
* Mon Nov 11 2024 Martin Kolman <mkolman@redhat.com> - 40.22.3.16-1
- Subscription code updates - adjust unit tests (mkolman)
Resolves: RHEL-49661
Related: INSTALLER-3903
Related: INSTALLER-3882
- Subscription code updates - GTK GUI (mkolman)
Resolves: RHEL-49661
Related: INSTALLER-3903
Related: INSTALLER-3882
- Subscription code updates - backend (mkolman)
Resolves: RHEL-49661
Related: INSTALLER-3903
Related: INSTALLER-3882
- Bump minimal subscription manager versions (mkolman)
Resolves: RHEL-49661
Related: INSTALLER-3063
Related: INSTALLER-3882
* Fri Nov 01 2024 Martin Kolman <mkolman@redhat.com> - 40.22.3.15-1
- security: call /usr/libexec/fips-setup-helper (asosedkin)
Resolves: RHEL-57680
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 40.22.3.14-2
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Wed Oct 23 2024 Martin Kolman <mkolman@redhat.com> - 40.22.3.14-1
- network: do not crash on destroyed device object in GUI (rvykydal)
Resolves: RHEL-56141
- Fix crash on continue after a missing package non-critical error (mkolman)
Resolves: INSTALLER-4045
Resolves: RHEL-57699
* Tue Oct 01 2024 Katerina Koukiou <k.koukiou@gmail.com> - 40.22.3.13-1
- Fix check for biosboot partition in GRUB2.check (vtrefny)
Resolves: RHEL-56591

34
rpmlint.toml Normal file
View File

@ -0,0 +1,34 @@
# The purpose of this file is to overwrite some default config
# of rpmlint, which may not fit our project needs / specification
Filters = [
# Discard no-binary error for anaconda packages which cant be a noarch type
'anaconda.x86_64: E: no-binary',
'anaconda-install-env-deps.x86_64: E: no-binary',
'anaconda-install-img-deps.x86_64: E: no-binary',
# Discard explicite library dependencies
'explicit-lib-dependency flatpak-libs',
'explicit-lib-dependency libblockdev-lvm-dbus',
'explicit-lib-dependency librsvg2',
# Discard warning about binary debug symbols. Those are our helper
# binaries and it is not important for them to be stripped
'unstripped-binary-or-object /usr/libexec/anaconda/dd_extract',
'unstripped-binary-or-object /usr/libexec/anaconda/dd_list',
'unstripped-binary-or-object /usr/lib64/libAnacondaWidgets*',
'unstripped-binary-or-object /usr/lib64/glade/modules/libAnacondaWidgets*',
# Discard symbolic link warnings.
'dangling-symlink /usr/share/anaconda/window-manager/glib-2.0/schemas/org.gnome.*',
'dangling-relative-symlink /usr/lib/.build-id/*',
# Discard missing manual pages error
'no-manual-page-for-binary liveinst',
'no-manual-page-for-binary anaconda-cleanup',
'no-manual-page-for-binary anaconda-disable-nm-ibft-plugin',
'no-manual-page-for-binary anaconda-nm-disable-autocons',
'no-manual-page-for-binary instperf',
'no-manual-page-for-binary instperf',
'no-manual-page-for-binary anaconda',
'no-manual-page-for-binary handle-sshpw',
# Discard missing README / documentation for package
'no-documentation',
# Discard spelling errors for project commonly used words
'spelling-error .* en_US (metapackage|kickstarts|iso|eg|lorax) ',
]

View File

@ -1 +1 @@
SHA512 (anaconda-40.22.3.13.tar.bz2) = 6c5667e533f038a98963816dc831f114db0aeaa473915bfe7d31e3840dc677f03a4983193bf2dc46b4b07bc89a3a2cf2102b7b899d714faec932b364beb58a99
SHA512 (anaconda-40.22.3.17.tar.bz2) = 09cec8425c6ae61466006cf5f88a31229a444d3f9f2f74fadff77b2d70a4e423281889f280dc67f943c5a4bf6deab130201826c5cd1ecd4a5e54bd64e6e736dc