From abc3beeb57c8450f15239afe21f1d1863f732368 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Wed, 23 Oct 2024 18:49:02 +0200 Subject: [PATCH 1/5] Update to 40.22.3.14 upstream release Upstream tag: anaconda-40.22.3.14 Upstream commit: 6165e7f8 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + anaconda.spec | 9 ++++++++- sources | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9292bbb..2490e7d 100644 --- a/.gitignore +++ b/.gitignore @@ -408,3 +408,4 @@ /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 diff --git a/anaconda.spec b/anaconda.spec index 1e233d9..602cb3f 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 40.22.3.13 +Version: 40.22.3.14 Release: 1%{?dist} License: GPL-2.0-or-later URL: http://fedoraproject.org/wiki/Anaconda @@ -482,6 +482,13 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Oct 23 2024 Martin Kolman - 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 - 40.22.3.13-1 - Fix check for biosboot partition in GRUB2.check (vtrefny) Resolves: RHEL-56591 diff --git a/sources b/sources index 5a3f0a1..084ad8c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-40.22.3.13.tar.bz2) = 6c5667e533f038a98963816dc831f114db0aeaa473915bfe7d31e3840dc677f03a4983193bf2dc46b4b07bc89a3a2cf2102b7b899d714faec932b364beb58a99 +SHA512 (anaconda-40.22.3.14.tar.bz2) = b551ca2559e14ace77b4f59812ddff90555e6f3be5f93089317fb040c6b37b0012b4236cb5f5adf0c8544e5b6baeb011d1b70e28da490ef30e89562fcf98f5d5 From 4c582e087e5131be4e97f02583537b54a0ef895a Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 29 Oct 2024 08:14:36 -0700 Subject: [PATCH 2/5] Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 --- anaconda.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/anaconda.spec b/anaconda.spec index 602cb3f..20e9229 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ Summary: Graphical system installer Name: anaconda Version: 40.22.3.14 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL-2.0-or-later URL: http://fedoraproject.org/wiki/Anaconda @@ -482,6 +482,10 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Oct 29 2024 Troy Dawson - 40.22.3.14-2 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Wed Oct 23 2024 Martin Kolman - 40.22.3.14-1 - network: do not crash on destroyed device object in GUI (rvykydal) Resolves: RHEL-56141 From d9101fd2b3c4f4e25cf7316dc079c1db70982a30 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Fri, 1 Nov 2024 17:02:28 +0100 Subject: [PATCH 3/5] Update to 40.22.3.15 upstream release Upstream tag: anaconda-40.22.3.15 Upstream commit: 926cb17a Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + anaconda.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 2490e7d..4697f5c 100644 --- a/.gitignore +++ b/.gitignore @@ -409,3 +409,4 @@ /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 diff --git a/anaconda.spec b/anaconda.spec index 20e9229..cdc236d 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ Summary: Graphical system installer Name: anaconda -Version: 40.22.3.14 -Release: 2%{?dist} +Version: 40.22.3.15 +Release: 1%{?dist} License: GPL-2.0-or-later URL: http://fedoraproject.org/wiki/Anaconda @@ -134,7 +134,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} @@ -482,6 +482,10 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Nov 01 2024 Martin Kolman - 40.22.3.15-1 +- security: call /usr/libexec/fips-setup-helper (asosedkin) + Resolves: RHEL-57680 + * Tue Oct 29 2024 Troy Dawson - 40.22.3.14-2 - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 diff --git a/sources b/sources index 084ad8c..711d653 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-40.22.3.14.tar.bz2) = b551ca2559e14ace77b4f59812ddff90555e6f3be5f93089317fb040c6b37b0012b4236cb5f5adf0c8544e5b6baeb011d1b70e28da490ef30e89562fcf98f5d5 +SHA512 (anaconda-40.22.3.15.tar.bz2) = 48544b34890763226e898e2e9182171eb1fefda7ad5423ff68e99f59e48b79846fcf949bd545dd460fda6c5e00b8a164825b82b51d981d775506d3691d7433e2 From f24fcd57186b6f1f8be34ea0f273534303596663 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Mon, 11 Nov 2024 14:48:55 +0100 Subject: [PATCH 4/5] Update to 40.22.3.16 upstream release Upstream tag: anaconda-40.22.3.16 Upstream commit: 80d0deb3 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- anaconda.spec | 22 ++++++++++++++++++++-- sources | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 4697f5c..0571027 100644 --- a/.gitignore +++ b/.gitignore @@ -410,3 +410,4 @@ /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 diff --git a/README.packit b/README.packit index ced1079..72e3769 100644 --- a/README.packit +++ b/README.packit @@ -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. diff --git a/anaconda.spec b/anaconda.spec index cdc236d..a1b63cf 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 40.22.3.15 +Version: 40.22.3.16 Release: 1%{?dist} License: GPL-2.0-or-later URL: http://fedoraproject.org/wiki/Anaconda @@ -42,7 +42,7 @@ Source0: https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{vers %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 @@ -482,6 +482,24 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Nov 11 2024 Martin Kolman - 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 - 40.22.3.15-1 - security: call /usr/libexec/fips-setup-helper (asosedkin) Resolves: RHEL-57680 diff --git a/sources b/sources index 711d653..d7bdd53 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-40.22.3.15.tar.bz2) = 48544b34890763226e898e2e9182171eb1fefda7ad5423ff68e99f59e48b79846fcf949bd545dd460fda6c5e00b8a164825b82b51d981d775506d3691d7433e2 +SHA512 (anaconda-40.22.3.16.tar.bz2) = 3ab14a78283a9d8bda3b60106653a791f4ed4ef2e252d8338beb8a1f675587694785e0a20410f3faf29d124f7960ebe4e8d78ffa41fdafc80bef3362a40df4f0 From bcfd66c22b2b41c266ee188c1911a9320105e5aa Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Wed, 13 Nov 2024 14:08:19 +0100 Subject: [PATCH 5/5] 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/) --- .gitignore | 1 + anaconda.spec | 11 ++++++++++- rpmlint.toml | 34 ++++++++++++++++++++++++++++++++++ sources | 2 +- 4 files changed, 46 insertions(+), 2 deletions(-) create mode 100644 rpmlint.toml diff --git a/.gitignore b/.gitignore index 0571027..c412de8 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/anaconda.spec b/anaconda.spec index a1b63cf..1acaa54 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -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 - 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 - 40.22.3.16-1 - Subscription code updates - adjust unit tests (mkolman) Resolves: RHEL-49661 diff --git a/rpmlint.toml b/rpmlint.toml new file mode 100644 index 0000000..eccc6ba --- /dev/null +++ b/rpmlint.toml @@ -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) ', +] diff --git a/sources b/sources index d7bdd53..89366e4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-40.22.3.16.tar.bz2) = 3ab14a78283a9d8bda3b60106653a791f4ed4ef2e252d8338beb8a1f675587694785e0a20410f3faf29d124f7960ebe4e8d78ffa41fdafc80bef3362a40df4f0 +SHA512 (anaconda-40.22.3.17.tar.bz2) = 09cec8425c6ae61466006cf5f88a31229a444d3f9f2f74fadff77b2d70a4e423281889f280dc67f943c5a4bf6deab130201826c5cd1ecd4a5e54bd64e6e736dc