Update to 40.22.3.17 upstream release
Upstream tag: anaconda-40.22.3.17 Upstream commit: 6401c6b5 Commit authored by Packit automation (https://packit.dev/)
This commit is contained in:
parent
f24fcd5718
commit
bcfd66c22b
1
.gitignore
vendored
1
.gitignore
vendored
@ -411,3 +411,4 @@
|
||||
/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
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 40.22.3.16
|
||||
Version: 40.22.3.17
|
||||
Release: 1%{?dist}
|
||||
License: GPL-2.0-or-later
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -482,6 +482,15 @@ rm -rf \
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
34
rpmlint.toml
Normal file
34
rpmlint.toml
Normal 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) ',
|
||||
]
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-40.22.3.16.tar.bz2) = 3ab14a78283a9d8bda3b60106653a791f4ed4ef2e252d8338beb8a1f675587694785e0a20410f3faf29d124f7960ebe4e8d78ffa41fdafc80bef3362a40df4f0
|
||||
SHA512 (anaconda-40.22.3.17.tar.bz2) = 09cec8425c6ae61466006cf5f88a31229a444d3f9f2f74fadff77b2d70a4e423281889f280dc67f943c5a4bf6deab130201826c5cd1ecd4a5e54bd64e6e736dc
|
||||
|
Loading…
Reference in New Issue
Block a user