From 09537f4f749aa960e4a0eadbdba133ccd92746f5 Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 6 Feb 2025 13:41:45 +0000 Subject: [PATCH 01/69] Update to 42.26 upstream release Upstream tag: anaconda-42.26 Upstream commit: 3c24f617 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- anaconda.spec | 13 ++++++++++++- sources | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3596eba..d0205d2 100644 --- a/.gitignore +++ b/.gitignore @@ -440,3 +440,4 @@ /anaconda-42.21.tar.bz2 /anaconda-42.23.tar.bz2 /anaconda-42.24.tar.bz2 +/anaconda-42.26.tar.bz2 diff --git a/README.packit b/README.packit index 5732d6a..c1b4159 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 1.0.1. +The file was generated using packit 1.1.0. diff --git a/anaconda.spec b/anaconda.spec index ffffd9d..e26fd75 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 42.24 +Version: 42.26 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -490,6 +490,17 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Feb 06 2025 Packit - 42.26-1 +- Add systemd override to make /usr RW in Dracut (mkolman) +- Update the boot options passed to initrd for dns confgiuration (rvykydal) +- Fix calls to IsConnecting() (champetier.etienne) +- Revert "dracut: Remove 'linear' from modules to load" (vtrefny) +- Revert "Remove 'linear' from list of expected MD RAID levels" (vtrefny) +- security: add a development note for certificates import in initramfs + (rvykydal) +- security: do not issue warning on existing certificate file during dump + (rvykydal) + * Tue Jan 28 2025 Packit - 42.24-1 - network: pass NM global dns configuration to the installed system (rvykydal) - Improve sections structure in tests/README (jkonecny) diff --git a/sources b/sources index c9ee9c3..e62b2bf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-42.24.tar.bz2) = 0b9ef1f4b2dc7d042a99ed64a4d19c84886b14ac6c1e3d845478f4b85ae0be04d63d4582cdf02f67b518cfbac6827a107da885355a195d951191a1bf5934b0dc +SHA512 (anaconda-42.26.tar.bz2) = a974f3365b5984506a23fa069f4c3557db1c3c1225fee15abab288070a0487b7eaaf68067dee1f0dc0d0c7320bb65a8d17d49239c7c6c9e6872008fc5aa53cb7 From c9fcb14d5501119e172dedb1e0abbbdf46ab4271 Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 18 Feb 2025 09:17:28 +0000 Subject: [PATCH 02/69] Update to 43.1 upstream release Upstream tag: anaconda-43.1 Upstream commit: ab3f9c7b Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- anaconda.spec | 9 ++++++--- sources | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index d0205d2..da7980b 100644 --- a/.gitignore +++ b/.gitignore @@ -441,3 +441,4 @@ /anaconda-42.23.tar.bz2 /anaconda-42.24.tar.bz2 /anaconda-42.26.tar.bz2 +/anaconda-43.1.tar.bz2 diff --git a/README.packit b/README.packit index c1b4159..cb4bac0 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 1.1.0. +The file was generated using packit 1.1.1. diff --git a/anaconda.spec b/anaconda.spec index e26fd75..f3e8a01 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 42.26 +Version: 43.1 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -97,6 +97,7 @@ Requires: python3-meh >= %{mehver} %if 0%{?rhel} < 10 || 0%{?fedora} Requires: libreport-anaconda >= %{libreportanacondaver} %endif +Requires: python3-iso639 Requires: python3-libselinux Requires: python3-rpm >= %{rpmver} Requires: python3-pyparted >= %{pypartedver} @@ -111,6 +112,7 @@ Requires: python3-pwquality Requires: python3-systemd Requires: python3-productmd Requires: python3-dasbus >= %{dasbusver} +Requires: python3-xkbregistry Requires: flatpak-libs %if %{defined rhel} && %{undefined centos} Requires: subscription-manager >= %{subscriptionmanagerver} @@ -290,9 +292,7 @@ ensure all Anaconda capabilities are supported in the resulting image. Summary: Graphical user interface for the Anaconda installer Requires: anaconda-core = %{version}-%{release} Requires: anaconda-widgets = %{version}-%{release} -Requires: python3-iso639 Requires: python3-meh-gui >= %{mehver} -Requires: python3-xkbregistry Requires: adwaita-icon-theme Requires: tecla Requires: nm-connection-editor @@ -490,6 +490,9 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Feb 18 2025 Packit - 43.1-1 +- Update to version 43.1 + * Thu Feb 06 2025 Packit - 42.26-1 - Add systemd override to make /usr RW in Dracut (mkolman) - Update the boot options passed to initrd for dns confgiuration (rvykydal) diff --git a/sources b/sources index e62b2bf..9c7d5be 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-42.26.tar.bz2) = a974f3365b5984506a23fa069f4c3557db1c3c1225fee15abab288070a0487b7eaaf68067dee1f0dc0d0c7320bb65a8d17d49239c7c6c9e6872008fc5aa53cb7 +SHA512 (anaconda-43.1.tar.bz2) = b3b96e280b76d5b8498e56436671799065bfdfdf158702b6c69568987b2d85da1c747b8299b8e2b84bbe8a9dc457e3eddc16a6623622a6dbae23c392b49deeee From a1a428168fb68e18503c34a15ae96dfeaeec84ce Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 18 Feb 2025 09:19:49 +0000 Subject: [PATCH 03/69] Update to 42.27.1 upstream release Upstream tag: anaconda-42.27.1 Upstream commit: dbcb4b17 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- anaconda.spec | 17 ++++++++++++++--- sources | 2 +- 4 files changed, 17 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 3596eba..1fab35b 100644 --- a/.gitignore +++ b/.gitignore @@ -440,3 +440,4 @@ /anaconda-42.21.tar.bz2 /anaconda-42.23.tar.bz2 /anaconda-42.24.tar.bz2 +/anaconda-42.27.1.tar.bz2 diff --git a/README.packit b/README.packit index 5732d6a..cb4bac0 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 1.0.1. +The file was generated using packit 1.1.1. diff --git a/anaconda.spec b/anaconda.spec index ffffd9d..818fde0 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 42.24 +Version: 42.27.1 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -97,6 +97,7 @@ Requires: python3-meh >= %{mehver} %if 0%{?rhel} < 10 || 0%{?fedora} Requires: libreport-anaconda >= %{libreportanacondaver} %endif +Requires: python3-iso639 Requires: python3-libselinux Requires: python3-rpm >= %{rpmver} Requires: python3-pyparted >= %{pypartedver} @@ -111,6 +112,7 @@ Requires: python3-pwquality Requires: python3-systemd Requires: python3-productmd Requires: python3-dasbus >= %{dasbusver} +Requires: python3-xkbregistry Requires: flatpak-libs %if %{defined rhel} && %{undefined centos} Requires: subscription-manager >= %{subscriptionmanagerver} @@ -290,9 +292,7 @@ ensure all Anaconda capabilities are supported in the resulting image. Summary: Graphical user interface for the Anaconda installer Requires: anaconda-core = %{version}-%{release} Requires: anaconda-widgets = %{version}-%{release} -Requires: python3-iso639 Requires: python3-meh-gui >= %{mehver} -Requires: python3-xkbregistry Requires: adwaita-icon-theme Requires: tecla Requires: nm-connection-editor @@ -490,6 +490,17 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Feb 18 2025 Packit - 42.27.1-1 +- localization: discard space when sorting keyboards according to langtable + entries (k.koukiou) +- pyanaconda: localization: sort keyboard list in a sane manner (k.koukiou) +- dracut: depend on net-lib not ifcfg (awilliam) +- localization: fix parsing of locales whose name are multiple words + (k.koukiou) +- Add test for GetLocaleKeyboardLayouts (adamkankovsky) +- Creating a dbus interface to get local keyboard layouts (adamkankovsky) +- Set up the fedora-42 branch (rvykydal) + * Tue Jan 28 2025 Packit - 42.24-1 - network: pass NM global dns configuration to the installed system (rvykydal) - Improve sections structure in tests/README (jkonecny) diff --git a/sources b/sources index c9ee9c3..50a2553 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-42.24.tar.bz2) = 0b9ef1f4b2dc7d042a99ed64a4d19c84886b14ac6c1e3d845478f4b85ae0be04d63d4582cdf02f67b518cfbac6827a107da885355a195d951191a1bf5934b0dc +SHA512 (anaconda-42.27.1.tar.bz2) = 730f0c2d66ba65c6982350b93cdc5f0a58ec460161aef58d235f913eba8ef977e64d798846868d33bc5f5acf840e187722a4f01bd022a38fb745a791f334707e From 946844618799652469f7af92d8eb93a35afe092c Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 5 Mar 2025 12:42:42 +0000 Subject: [PATCH 04/69] Update to 42.27.3 upstream release Upstream tag: anaconda-42.27.3 Upstream commit: 6eff7453 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- anaconda.spec | 17 ++++++++++++++++- rpmlint.toml | 1 + sources | 2 +- 5 files changed, 20 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1fab35b..60fa94f 100644 --- a/.gitignore +++ b/.gitignore @@ -441,3 +441,4 @@ /anaconda-42.23.tar.bz2 /anaconda-42.24.tar.bz2 /anaconda-42.27.1.tar.bz2 +/anaconda-42.27.3.tar.bz2 diff --git a/README.packit b/README.packit index cb4bac0..87210c5 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 1.1.1. +The file was generated using packit 1.2.0.post1.dev3+g3adf9afe. diff --git a/anaconda.spec b/anaconda.spec index 818fde0..dfb083f 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 42.27.1 +Version: 42.27.3 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -182,6 +182,11 @@ BuildRequires: desktop-file-utils Requires: anaconda-gui = %{version}-%{release} Requires: zenity Recommends: xhost +# FIXME: This is currently needed by the locale1-x11-sync script. +# It makes little sense for Anaconda to pull in two Python DBus libraries, +# so we should either split the script to a separate or change it to also +# use dasbus like the rest of Anaconda. +Requires: python3-dbus-next %description live The anaconda-live package contains scripts, data and dependencies required @@ -193,6 +198,7 @@ for live installations. Summary: Installation environment specific dependencies Requires: udisks2-iscsi Requires: libblockdev-plugins-all >= %{libblockdevver} +Requires: libblockdev-tools %if ! 0%{?rhel} Requires: libblockdev-lvm-dbus %endif @@ -381,6 +387,8 @@ rm -rf \ %{buildroot}/%{_sysconfdir}/xdg/autostart/liveinst-setup.desktop \ %{buildroot}/%{_bindir}/liveinst \ %{buildroot}/%{_libexecdir}/liveinst-setup.sh \ + %{buildroot}/%{_libexecdir}/locale1-x11-sync \ + %{buildroot}/%{_userunitdir}/locale1-x11-sync.service \ %{buildroot}/%{_datadir}/anaconda/gnome \ %{buildroot}/%{_datadir}/anaconda/gnome/fedora-welcome \ %{buildroot}/%{_datadir}/anaconda/gnome/org.fedoraproject.welcome-screen.desktop \ @@ -443,9 +451,11 @@ rm -rf \ # do not provide the live subpackage on RHEL %files live +%{_userunitdir}/locale1-x11-sync.service %{_bindir}/liveinst %{_datadir}/polkit-1/actions/* %{_libexecdir}/liveinst-setup.sh +%{_libexecdir}/locale1-x11-sync %{_datadir}/applications/*.desktop %{_datadir}/anaconda/gnome %config(noreplace) %{_sysconfdir}/xdg/autostart/*.desktop @@ -490,6 +500,11 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Mar 05 2025 Packit - 42.27.3-1 +- Fix bad formatting for `format` function (jkonecny) +- Add the locale1-x11-sync script to the anaconda-live subpackage (#2346855) + (mkolman) + * Tue Feb 18 2025 Packit - 42.27.1-1 - localization: discard space when sorting keyboards according to langtable entries (k.koukiou) diff --git a/rpmlint.toml b/rpmlint.toml index eccc6ba..655ae2b 100644 --- a/rpmlint.toml +++ b/rpmlint.toml @@ -8,6 +8,7 @@ Filters = [ # Discard explicite library dependencies 'explicit-lib-dependency flatpak-libs', 'explicit-lib-dependency libblockdev-lvm-dbus', + 'explicit-lib-dependency libblockdev-tools', '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 diff --git a/sources b/sources index 50a2553..c9039a4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-42.27.1.tar.bz2) = 730f0c2d66ba65c6982350b93cdc5f0a58ec460161aef58d235f913eba8ef977e64d798846868d33bc5f5acf840e187722a4f01bd022a38fb745a791f334707e +SHA512 (anaconda-42.27.3.tar.bz2) = 868dfb3ca9b9716b07946d683deb14a52154f87e506211b362f7d3e39f2e0672f83a20a7dbd5b9ddee281f5410f99a65b8335f7ff9c88025ee3a56cb5b214b77 From bb9cb1cc9db045c1dedb1c65d82c51c1acbc3ac7 Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 5 Mar 2025 12:42:50 +0000 Subject: [PATCH 05/69] Update to 43.5 upstream release Upstream tag: anaconda-43.5 Upstream commit: 18ae2e91 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- anaconda.spec | 23 +++++++++++++++++++---- rpmlint.toml | 1 + sources | 2 +- 5 files changed, 23 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index da7980b..39748cc 100644 --- a/.gitignore +++ b/.gitignore @@ -442,3 +442,4 @@ /anaconda-42.24.tar.bz2 /anaconda-42.26.tar.bz2 /anaconda-43.1.tar.bz2 +/anaconda-43.5.tar.bz2 diff --git a/README.packit b/README.packit index cb4bac0..87210c5 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 1.1.1. +The file was generated using packit 1.2.0.post1.dev3+g3adf9afe. diff --git a/anaconda.spec b/anaconda.spec index f3e8a01..16ecd72 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 43.1 +Version: 43.5 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -38,9 +38,9 @@ Source0: https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{vers %define libreportanacondaver 2.0.21-1 %define mehver 0.23-1 %define nmver 1.0 -%define pykickstartver 3.61-1 +%define pykickstartver 3.63-1 %define pypartedver 2.5-2 -%define pythonblivetver 1:3.9.0-1 +%define pythonblivetver 1:3.12.0-1 %define rpmver 4.15.0 %define simplelinever 1.9.0-1 %define subscriptionmanagerver 1.29.31 @@ -182,6 +182,11 @@ BuildRequires: desktop-file-utils Requires: anaconda-gui = %{version}-%{release} Requires: zenity Recommends: xhost +# FIXME: This is currently needed by the locale1-x11-sync script. +# It makes little sense for Anaconda to pull in two Python DBus libraries, +# so we should either split the script to a separate or change it to also +# use dasbus like the rest of Anaconda. +Requires: python3-dbus-next %description live The anaconda-live package contains scripts, data and dependencies required @@ -193,6 +198,7 @@ for live installations. Summary: Installation environment specific dependencies Requires: udisks2-iscsi Requires: libblockdev-plugins-all >= %{libblockdevver} +Requires: libblockdev-tools %if ! 0%{?rhel} Requires: libblockdev-lvm-dbus %endif @@ -223,7 +229,6 @@ Recommends: kdump-anaconda-addon # basic filesystem tools %if ! 0%{?rhel} Requires: btrfs-progs -Requires: ntfs-3g Requires: ntfsprogs Requires: f2fs-tools %endif @@ -381,6 +386,8 @@ rm -rf \ %{buildroot}/%{_sysconfdir}/xdg/autostart/liveinst-setup.desktop \ %{buildroot}/%{_bindir}/liveinst \ %{buildroot}/%{_libexecdir}/liveinst-setup.sh \ + %{buildroot}/%{_libexecdir}/locale1-x11-sync \ + %{buildroot}/%{_userunitdir}/locale1-x11-sync.service \ %{buildroot}/%{_datadir}/anaconda/gnome \ %{buildroot}/%{_datadir}/anaconda/gnome/fedora-welcome \ %{buildroot}/%{_datadir}/anaconda/gnome/org.fedoraproject.welcome-screen.desktop \ @@ -443,9 +450,11 @@ rm -rf \ # do not provide the live subpackage on RHEL %files live +%{_userunitdir}/locale1-x11-sync.service %{_bindir}/liveinst %{_datadir}/polkit-1/actions/* %{_libexecdir}/liveinst-setup.sh +%{_libexecdir}/locale1-x11-sync %{_datadir}/applications/*.desktop %{_datadir}/anaconda/gnome %config(noreplace) %{_sysconfdir}/xdg/autostart/*.desktop @@ -490,6 +499,12 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Mar 05 2025 Packit - 43.5-1 +- Fix bad formatting for `format` function (jkonecny) +- network: pass 16-dns-backend.conf to target system (rvykydal) +- network: enable dnsconfd service in installer environment (rvykydal) +- network: enable dnsconfd service on installed system if required (rvykydal) + * Tue Feb 18 2025 Packit - 43.1-1 - Update to version 43.1 diff --git a/rpmlint.toml b/rpmlint.toml index eccc6ba..655ae2b 100644 --- a/rpmlint.toml +++ b/rpmlint.toml @@ -8,6 +8,7 @@ Filters = [ # Discard explicite library dependencies 'explicit-lib-dependency flatpak-libs', 'explicit-lib-dependency libblockdev-lvm-dbus', + 'explicit-lib-dependency libblockdev-tools', '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 diff --git a/sources b/sources index 9c7d5be..fb3e9b2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-43.1.tar.bz2) = b3b96e280b76d5b8498e56436671799065bfdfdf158702b6c69568987b2d85da1c747b8299b8e2b84bbe8a9dc457e3eddc16a6623622a6dbae23c392b49deeee +SHA512 (anaconda-43.5.tar.bz2) = 3a552b05186ea0f6570247b2198ce632a577dd4f8910eca0d4492207155ed66f3ac48a9ace5aa384a4a416a05f7887189081b7c02918d4ed41a42132a11334f1 From 321d4691d6417865bcc8d1e31d3b1cd062c7e7d0 Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 11 Mar 2025 04:55:50 +0000 Subject: [PATCH 06/69] Update to 43.6 upstream release Upstream tag: anaconda-43.6 Upstream commit: ef9fdd6a Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yml | 40 ++++++++++++++++++++++++++++++++++++++-- README.packit | 2 +- anaconda.spec | 18 +++++++++++++++++- sources | 2 +- 5 files changed, 58 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 39748cc..cd817bb 100644 --- a/.gitignore +++ b/.gitignore @@ -443,3 +443,4 @@ /anaconda-42.26.tar.bz2 /anaconda-43.1.tar.bz2 /anaconda-43.5.tar.bz2 +/anaconda-43.6.tar.bz2 diff --git a/.packit.yml b/.packit.yml index 3eb6694..e8fe621 100644 --- a/.packit.yml +++ b/.packit.yml @@ -11,6 +11,10 @@ upstream_tag_template: anaconda-{version} copy_upstream_release_description: true downstream_package_name: anaconda +files_to_sync: + - rpmlint.toml + - .packit.yml + srpm_build_deps: - automake - autoconf @@ -45,7 +49,39 @@ jobs: - job: propose_downstream trigger: release packages: [anaconda-fedora] - dist_git_branches: main + dist_git_branches: + - main + + - job: koji_build + trigger: commit + packages: [anaconda-fedora] + sidetag_group: anaconda-releases + dist_git_branches: + - main + allowed_committers: + - m4rtink + - kkoukiou + - rvykydal + - jkonecny + allowed_pr_authors: + - m4rtink + - kkoukiou + - rvykydal + - jkonecny + + - job: bodhi_update + trigger: koji_build + packages: [anaconda-fedora] + sidetag_group: anaconda-releases + dependencies: + - anaconda-webui + dist_git_branches: + - main + allowed_builders: + - m4rtink + - kkoukiou + - rvykydal + - jkonecny - job: tests trigger: pull_request @@ -66,7 +102,7 @@ jobs: targets: - fedora-rawhide - fedora-eln - branch: master + branch: main owner: "@rhinstaller" project: Anaconda preserve_project: True diff --git a/README.packit b/README.packit index 87210c5..f5cc99f 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 1.2.0.post1.dev3+g3adf9afe. +The file was generated using packit 1.2.0.post1.dev13+g55ed4527. diff --git a/anaconda.spec b/anaconda.spec index 16ecd72..b5ee9f3 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 43.5 +Version: 43.6 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -287,6 +287,9 @@ Requires: skopeo Requires: nvme-cli # Needed for bootc Requires: podman +# needed for encrypted DNS +Requires: dnsconfd +Requires: dnsconfd-dracut %description install-img-deps The anaconda-install-img-deps metapackage lists all boot.iso installation @@ -353,6 +356,9 @@ Requires: dracut-live Requires: xz Requires: python3-kickstart Requires: iputils +# Required for encrypted DNS +Requires: dnsconfd-dracut +Requires: dnsconfd %description dracut The 'anaconda' dracut module handles installer-specific boot tasks and @@ -499,6 +505,16 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Mar 11 2025 Packit - 43.6-1 +- network: add dnsconfd to installer environment (rvykydal) +- network: add dnsconfd to selected packages if used in installer (rvykydal) +- Disable systemd-resolved when enabling dnsconfd (rvykydal) +- Revert "pyanaconda: storage: workaround for Virtio Block Device being + displayed as 0x1af4" (k.koukiou) +- network: start dnsconfd in initramfs (rvykydal) +- Disable support of kernel 'nokill' option in anaconda (ppolawsk) +- Create autogenerated dbus docs (adamkankovsky) + * Wed Mar 05 2025 Packit - 43.5-1 - Fix bad formatting for `format` function (jkonecny) - network: pass 16-dns-backend.conf to target system (rvykydal) diff --git a/sources b/sources index fb3e9b2..38f5049 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-43.5.tar.bz2) = 3a552b05186ea0f6570247b2198ce632a577dd4f8910eca0d4492207155ed66f3ac48a9ace5aa384a4a416a05f7887189081b7c02918d4ed41a42132a11334f1 +SHA512 (anaconda-43.6.tar.bz2) = 40e1742c6c2f1b3e8cfa28886be74e532cb0af8c5274bd0cf4dc96b8a3ecb348ef1235f7304250546f28b16931bbf6aa194cb8d38acce3d85e53722feccb5b9b From 63707b24cb065af170bf390a05f49e0532f744af Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 14 Mar 2025 12:39:59 +0000 Subject: [PATCH 07/69] Update to 42.27.4 upstream release Upstream tag: anaconda-42.27.4 Upstream commit: 9796d7c3 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yml | 60 ++++++++++++++++++++++++++++++++++++++++----------- README.packit | 2 +- anaconda.spec | 5 ++++- sources | 2 +- 5 files changed, 54 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index 60fa94f..37317e3 100644 --- a/.gitignore +++ b/.gitignore @@ -442,3 +442,4 @@ /anaconda-42.24.tar.bz2 /anaconda-42.27.1.tar.bz2 /anaconda-42.27.3.tar.bz2 +/anaconda-42.27.4.tar.bz2 diff --git a/.packit.yml b/.packit.yml index 3eb6694..c077a48 100644 --- a/.packit.yml +++ b/.packit.yml @@ -11,6 +11,10 @@ upstream_tag_template: anaconda-{version} copy_upstream_release_description: true downstream_package_name: anaconda +files_to_sync: + - rpmlint.toml + - .packit.yml + srpm_build_deps: - automake - autoconf @@ -42,32 +46,62 @@ actions: - 'bash -c "ls -1 anaconda-*.tar.bz2"' jobs: + - job: propose_downstream trigger: release packages: [anaconda-fedora] - dist_git_branches: main + dist_git_branches: + - f42 + + - job: koji_build + trigger: commit + packages: [anaconda-fedora] + sidetag_group: anaconda-releases + dist_git_branches: + - f42 + allowed_committers: + - m4rtink + - kkoukiou + - rvykydal + - jkonecny + allowed_pr_authors: + - m4rtink + - kkoukiou + - rvykydal + - jkonecny + + - job: bodhi_update + trigger: koji_build + packages: [anaconda-fedora] + sidetag_group: anaconda-releases + dependencies: + - anaconda-webui + dist_git_branches: + - f42 + allowed_builders: + - m4rtink + - kkoukiou + - rvykydal + - jkonecny - job: tests trigger: pull_request packages: [anaconda-fedora] targets: - - fedora-rawhide - - - job: copr_build - trigger: pull_request - packages: [anaconda-fedora] - targets: - - fedora-rawhide - - fedora-eln + - fedora-42 - job: copr_build trigger: commit packages: [anaconda-fedora] targets: - - fedora-rawhide - - fedora-eln - branch: master + - fedora-42 + branch: fedora-42 owner: "@rhinstaller" - project: Anaconda + project: Anaconda-devel preserve_project: True + additional_repos: + - "copr://@storage/blivet-daily" + # This repository contains fixup of Rawhide broken environment. + # Mainly useful when there is a package which is not yet in Rawhide but build is available. + - "https://fedorapeople.org/groups/anaconda/repos/anaconda_fixup_repo/" diff --git a/README.packit b/README.packit index 87210c5..f5cc99f 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 1.2.0.post1.dev3+g3adf9afe. +The file was generated using packit 1.2.0.post1.dev13+g55ed4527. diff --git a/anaconda.spec b/anaconda.spec index dfb083f..ba65908 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 42.27.3 +Version: 42.27.4 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -500,6 +500,9 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Mar 14 2025 Packit - 42.27.4-1 +- pyanaconda: storage: fix getting of usable devices (k.koukiou) + * Wed Mar 05 2025 Packit - 42.27.3-1 - Fix bad formatting for `format` function (jkonecny) - Add the locale1-x11-sync script to the anaconda-live subpackage (#2346855) diff --git a/sources b/sources index c9039a4..3549741 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-42.27.3.tar.bz2) = 868dfb3ca9b9716b07946d683deb14a52154f87e506211b362f7d3e39f2e0672f83a20a7dbd5b9ddee281f5410f99a65b8335f7ff9c88025ee3a56cb5b214b77 +SHA512 (anaconda-42.27.4.tar.bz2) = d5b567d75d05becc0db906e08b8925b18f69592b35149fd4a0a6f7ef776abbc18f555571f682d014ff218f0db6b693dcc7cd5bce833b6e45f7851748cf6be21a From ae4af5b13e14522a1b379aa2caee07fae878bb0a Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 14 Mar 2025 13:31:44 +0000 Subject: [PATCH 08/69] Update to 43.7 upstream release Upstream tag: anaconda-43.7 Upstream commit: 82d05231 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 cd817bb..b5bc74d 100644 --- a/.gitignore +++ b/.gitignore @@ -444,3 +444,4 @@ /anaconda-43.1.tar.bz2 /anaconda-43.5.tar.bz2 /anaconda-43.6.tar.bz2 +/anaconda-43.7.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index b5ee9f3..ca0a801 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 43.6 +Version: 43.7 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -505,6 +505,13 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Mar 14 2025 Packit - 43.7-1 +- pyanaconda: storage: fix getting of usable devices (k.koukiou) +- gui: replace emblem icons removed from adwaita package (rvykydal) +- Update FSF address (adamkankovsky) +- Fix tui error after rd question (adamkankovsky) +- network: update NM autoconnections configuration for centos (rvykydal) + * Tue Mar 11 2025 Packit - 43.6-1 - network: add dnsconfd to installer environment (rvykydal) - network: add dnsconfd to selected packages if used in installer (rvykydal) diff --git a/sources b/sources index 38f5049..f265488 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-43.6.tar.bz2) = 40e1742c6c2f1b3e8cfa28886be74e532cb0af8c5274bd0cf4dc96b8a3ecb348ef1235f7304250546f28b16931bbf6aa194cb8d38acce3d85e53722feccb5b9b +SHA512 (anaconda-43.7.tar.bz2) = 0a37de2e19038dce5c6c2e95c86c6df17c2d8f73d2b706fc9e34c4ec6fe471ef8ea436f55fcdf4bd93871f8f0d17082496a722e1f50f280f401292e5a2715b4c From 629b5cce4d0707c7e3f30b6ad66275854287cab6 Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 18 Mar 2025 04:56:16 +0000 Subject: [PATCH 09/69] Update to 43.8 upstream release Upstream tag: anaconda-43.8 Upstream commit: db997e28 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yml | 61 +++++++++++++++++++++++++-------------------------- README.packit | 2 +- anaconda.spec | 5 ++++- sources | 2 +- 5 files changed, 37 insertions(+), 34 deletions(-) diff --git a/.gitignore b/.gitignore index b5bc74d..0ad1f0e 100644 --- a/.gitignore +++ b/.gitignore @@ -445,3 +445,4 @@ /anaconda-43.5.tar.bz2 /anaconda-43.6.tar.bz2 /anaconda-43.7.tar.bz2 +/anaconda-43.8.tar.bz2 diff --git a/.packit.yml b/.packit.yml index e8fe621..e68877b 100644 --- a/.packit.yml +++ b/.packit.yml @@ -52,37 +52,6 @@ jobs: dist_git_branches: - main - - job: koji_build - trigger: commit - packages: [anaconda-fedora] - sidetag_group: anaconda-releases - dist_git_branches: - - main - allowed_committers: - - m4rtink - - kkoukiou - - rvykydal - - jkonecny - allowed_pr_authors: - - m4rtink - - kkoukiou - - rvykydal - - jkonecny - - - job: bodhi_update - trigger: koji_build - packages: [anaconda-fedora] - sidetag_group: anaconda-releases - dependencies: - - anaconda-webui - dist_git_branches: - - main - allowed_builders: - - m4rtink - - kkoukiou - - rvykydal - - jkonecny - - job: tests trigger: pull_request packages: [anaconda-fedora] @@ -107,3 +76,33 @@ jobs: project: Anaconda preserve_project: True + - job: koji_build + trigger: commit + packages: [anaconda-fedora] + sidetag_group: anaconda-releases + dist_git_branches: + - fedora-development + allowed_committers: + - m4rtink + - kkoukiou + - rvykydal + - jkonecny + allowed_pr_authors: + - m4rtink + - kkoukiou + - rvykydal + - jkonecny + + - job: bodhi_update + trigger: koji_build + packages: [anaconda-fedora] + sidetag_group: anaconda-releases + dependencies: + - anaconda-webui + dist_git_branches: + - fedora-development + allowed_builders: + - m4rtink + - kkoukiou + - rvykydal + - jkonecny diff --git a/README.packit b/README.packit index f5cc99f..33d5f21 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 1.2.0.post1.dev13+g55ed4527. +The file was generated using packit 1.2.0.post1.dev19+g772be563. diff --git a/anaconda.spec b/anaconda.spec index ca0a801..86c45ca 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 43.7 +Version: 43.8 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -505,6 +505,9 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Mar 18 2025 Packit - 43.8-1 +- network: do not use lo device to fetch kickstart (rvykydal) + * Fri Mar 14 2025 Packit - 43.7-1 - pyanaconda: storage: fix getting of usable devices (k.koukiou) - gui: replace emblem icons removed from adwaita package (rvykydal) diff --git a/sources b/sources index f265488..7cdb30c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-43.7.tar.bz2) = 0a37de2e19038dce5c6c2e95c86c6df17c2d8f73d2b706fc9e34c4ec6fe471ef8ea436f55fcdf4bd93871f8f0d17082496a722e1f50f280f401292e5a2715b4c +SHA512 (anaconda-43.8.tar.bz2) = b1798a5529d1894cef8150c82215379fe38126acd6cb5e3c8da12d87d626d533e0d45f315e83a07cf9bdeb0aafec17520c0874fc3988fb1280af8093ba59920e From 950f055c6f0508e75d35ed0ac6be90c066d4d3f6 Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 20 Mar 2025 12:43:00 +0000 Subject: [PATCH 10/69] Update to 42.27.5 upstream release Upstream tag: anaconda-42.27.5 Upstream commit: de7ae737 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yml | 53 ++++++++++++++++++++++++++++----------------------- README.packit | 2 +- anaconda.spec | 12 ++++++++++-- sources | 2 +- 5 files changed, 42 insertions(+), 28 deletions(-) diff --git a/.gitignore b/.gitignore index 37317e3..39fff68 100644 --- a/.gitignore +++ b/.gitignore @@ -443,3 +443,4 @@ /anaconda-42.27.1.tar.bz2 /anaconda-42.27.3.tar.bz2 /anaconda-42.27.4.tar.bz2 +/anaconda-42.27.5.tar.bz2 diff --git a/.packit.yml b/.packit.yml index c077a48..9ae547e 100644 --- a/.packit.yml +++ b/.packit.yml @@ -53,12 +53,39 @@ jobs: dist_git_branches: - f42 + - job: tests + trigger: pull_request + packages: [anaconda-fedora] + targets: + - fedora-42 + + - job: copr_build + trigger: pull_request + packages: [anaconda-fedora] + targets: + - fedora-42 + + - job: copr_build + trigger: commit + packages: [anaconda-fedora] + targets: + - fedora-42 + branch: fedora-42 + owner: "@rhinstaller" + project: Anaconda + preserve_project: True + additional_repos: + - "copr://@storage/blivet-daily" + # This repository contains fixup of Rawhide broken environment. + # Mainly useful when there is a package which is not yet in Rawhide but build is available. + - "https://fedorapeople.org/groups/anaconda/repos/anaconda_fixup_repo/" + - job: koji_build trigger: commit packages: [anaconda-fedora] sidetag_group: anaconda-releases dist_git_branches: - - f42 + - fedora-development allowed_committers: - m4rtink - kkoukiou @@ -77,31 +104,9 @@ jobs: dependencies: - anaconda-webui dist_git_branches: - - f42 + - fedora-development allowed_builders: - m4rtink - kkoukiou - rvykydal - jkonecny - - - job: tests - trigger: pull_request - packages: [anaconda-fedora] - targets: - - fedora-42 - - - job: copr_build - trigger: commit - packages: [anaconda-fedora] - targets: - - fedora-42 - branch: fedora-42 - owner: "@rhinstaller" - project: Anaconda-devel - preserve_project: True - additional_repos: - - "copr://@storage/blivet-daily" - # This repository contains fixup of Rawhide broken environment. - # Mainly useful when there is a package which is not yet in Rawhide but build is available. - - "https://fedorapeople.org/groups/anaconda/repos/anaconda_fixup_repo/" - diff --git a/README.packit b/README.packit index f5cc99f..33d5f21 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 1.2.0.post1.dev13+g55ed4527. +The file was generated using packit 1.2.0.post1.dev19+g772be563. diff --git a/anaconda.spec b/anaconda.spec index ba65908..7ea94b9 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 42.27.4 +Version: 42.27.5 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -40,7 +40,7 @@ Source0: https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{vers %define nmver 1.0 %define pykickstartver 3.61-1 %define pypartedver 2.5-2 -%define pythonblivetver 1:3.9.0-1 +%define pythonblivetver 1:3.12.0-1 %define rpmver 4.15.0 %define simplelinever 1.9.0-1 %define subscriptionmanagerver 1.29.31 @@ -500,6 +500,14 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Mar 20 2025 Packit - 42.27.5-1 +- Support redirects in apply-updates (jkonecny) +- Bump required version of Blivet to 3.12 (vtrefny) +- Disable LVM auto-activation during installation (vtrefny) +- Fix tui error after rd question (adamkankovsky) +- Update FSF address (adamkankovsky) +- gui: replace emblem icons removed from adwaita package (rvykydal) + * Fri Mar 14 2025 Packit - 42.27.4-1 - pyanaconda: storage: fix getting of usable devices (k.koukiou) diff --git a/sources b/sources index 3549741..04e7223 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-42.27.4.tar.bz2) = d5b567d75d05becc0db906e08b8925b18f69592b35149fd4a0a6f7ef776abbc18f555571f682d014ff218f0db6b693dcc7cd5bce833b6e45f7851748cf6be21a +SHA512 (anaconda-42.27.5.tar.bz2) = 9bcbb00f6bcc18181fbfa66db7b87446463cf5ce920d4ba0da2413dc4b9cee7936a5ef1a71efb1b469f7859d76e6a52301588833b43c02c71c9805482fabd995 From 24d72d5760ceeb0f963cbe7402898d3c840138e7 Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 24 Mar 2025 14:11:57 +0000 Subject: [PATCH 11/69] Update to 42.27.7 upstream release Upstream tag: anaconda-42.27.7 Upstream commit: e4dbf008 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- anaconda.spec | 8 +++++++- sources | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 39fff68..d6f648c 100644 --- a/.gitignore +++ b/.gitignore @@ -444,3 +444,4 @@ /anaconda-42.27.3.tar.bz2 /anaconda-42.27.4.tar.bz2 /anaconda-42.27.5.tar.bz2 +/anaconda-42.27.7.tar.bz2 diff --git a/README.packit b/README.packit index 33d5f21..ad2b8e5 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 1.2.0.post1.dev19+g772be563. +The file was generated using packit 1.3.0.post1.dev4+gb85da743. diff --git a/anaconda.spec b/anaconda.spec index 7ea94b9..bbaceb2 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 42.27.5 +Version: 42.27.7 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -500,6 +500,12 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Mar 24 2025 Packit - 42.27.7-1 +- Start/stop locale-sync systemd unit in liveinst (jkonecny) +- Fix WantedBy in locale1-x11-sync service (jkonecny) +- platform: set PLATFORM_RAID_METADATA and PLATFORM_RAID_LEVEL for x86 (k.koukiou) +- pyanaconda: storage: when checking the md device validity check also parent (k.koukiou) + * Thu Mar 20 2025 Packit - 42.27.5-1 - Support redirects in apply-updates (jkonecny) - Bump required version of Blivet to 3.12 (vtrefny) diff --git a/sources b/sources index 04e7223..00b157a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-42.27.5.tar.bz2) = 9bcbb00f6bcc18181fbfa66db7b87446463cf5ce920d4ba0da2413dc4b9cee7936a5ef1a71efb1b469f7859d76e6a52301588833b43c02c71c9805482fabd995 +SHA512 (anaconda-42.27.7.tar.bz2) = f3b168f0092175d037a968ab313e00885e6298f7cd318910771a4a7e1ad969f34fa5d7eac19aa2fc68273279cac9314412f955699a83f04c0d6fb890b4b12a1c From 141a8d21db90e291204a3132704a0f7ef80c2f9f Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 24 Mar 2025 15:44:10 +0000 Subject: [PATCH 12/69] Update to 43.9 upstream release Upstream tag: anaconda-43.9 Upstream commit: f6761f33 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yml | 3 +++ README.packit | 2 +- anaconda.spec | 12 +++++++++++- sources | 2 +- 5 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0ad1f0e..91f7ed2 100644 --- a/.gitignore +++ b/.gitignore @@ -446,3 +446,4 @@ /anaconda-43.6.tar.bz2 /anaconda-43.7.tar.bz2 /anaconda-43.8.tar.bz2 +/anaconda-43.9.tar.bz2 diff --git a/.packit.yml b/.packit.yml index e68877b..79ff62e 100644 --- a/.packit.yml +++ b/.packit.yml @@ -87,11 +87,13 @@ jobs: - kkoukiou - rvykydal - jkonecny + - packit allowed_pr_authors: - m4rtink - kkoukiou - rvykydal - jkonecny + - packit - job: bodhi_update trigger: koji_build @@ -106,3 +108,4 @@ jobs: - kkoukiou - rvykydal - jkonecny + - packit diff --git a/README.packit b/README.packit index 33d5f21..ad2b8e5 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 1.2.0.post1.dev19+g772be563. +The file was generated using packit 1.3.0.post1.dev4+gb85da743. diff --git a/anaconda.spec b/anaconda.spec index 86c45ca..d2ec69b 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 43.8 +Version: 43.9 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -505,6 +505,16 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Mar 24 2025 Packit - 43.9-1 +- Start/stop locale-sync systemd unit in liveinst (jkonecny) +- Fix WantedBy in locale1-x11-sync service (jkonecny) +- platform: set PLATFORM_RAID_METADATA and PLATFORM_RAID_LEVEL for x86 + (k.koukiou) +- pyanaconda: storage: when checking the md device validity check also parent + (k.koukiou) +- Use tmpfs for /var/tmp in CI containers (jkonecny) +- Support redirects in apply-updates (jkonecny) + * Tue Mar 18 2025 Packit - 43.8-1 - network: do not use lo device to fetch kickstart (rvykydal) diff --git a/sources b/sources index 7cdb30c..45c8bfd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-43.8.tar.bz2) = b1798a5529d1894cef8150c82215379fe38126acd6cb5e3c8da12d87d626d533e0d45f315e83a07cf9bdeb0aafec17520c0874fc3988fb1280af8093ba59920e +SHA512 (anaconda-43.9.tar.bz2) = 13513a8bb4b7ddcd08ebee5b3ad67c148abec49b76383366f07f95b4e9c247ab14a18feb97e246f488b5ace81273ef702eac7275c6fc54d54a53ff37fc3efa2c From 65a68745665a96fb3d8dd8ed5cf9916b492895fa Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 25 Mar 2025 15:35:32 +0000 Subject: [PATCH 13/69] Update to 43.10 upstream release Upstream tag: anaconda-43.10 Upstream commit: 0826f93a 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 91f7ed2..f0784fd 100644 --- a/.gitignore +++ b/.gitignore @@ -447,3 +447,4 @@ /anaconda-43.7.tar.bz2 /anaconda-43.8.tar.bz2 /anaconda-43.9.tar.bz2 +/anaconda-43.10.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index d2ec69b..1ef08ed 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 43.9 +Version: 43.10 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -505,6 +505,13 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Mar 25 2025 Packit - 43.10-1 +- Fix condition to run locale1-sync script (jkonecny) +- Update doc after disabling keyboard shortcuts (jkonecny) +- Add release note for disabling keyboard shortcuts (jkonecny) +- Disable keyboard shortcuts for layouts switching (jkonecny) +- Stop parsing PLATFORM_ID from os-release (mkolman) + * Mon Mar 24 2025 Packit - 43.9-1 - Start/stop locale-sync systemd unit in liveinst (jkonecny) - Fix WantedBy in locale1-x11-sync service (jkonecny) diff --git a/sources b/sources index 45c8bfd..66b72c1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-43.9.tar.bz2) = 13513a8bb4b7ddcd08ebee5b3ad67c148abec49b76383366f07f95b4e9c247ab14a18feb97e246f488b5ace81273ef702eac7275c6fc54d54a53ff37fc3efa2c +SHA512 (anaconda-43.10.tar.bz2) = 955d30db4fb9ad4073dc7ed7837d31939d0dd9d76a43c4df326512c3897ea7627472ccee37222926c31c1a7cdf17a888ec60305269d8609dbf0ff9e87f254e56 From bd9c68884e5db5e169274bb46224148a2795e45d Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 25 Mar 2025 15:37:30 +0000 Subject: [PATCH 14/69] Update to 42.27.8 upstream release Upstream tag: anaconda-42.27.8 Upstream commit: d4ef2930 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + anaconda.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d6f648c..5fe1df3 100644 --- a/.gitignore +++ b/.gitignore @@ -445,3 +445,4 @@ /anaconda-42.27.4.tar.bz2 /anaconda-42.27.5.tar.bz2 /anaconda-42.27.7.tar.bz2 +/anaconda-42.27.8.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index bbaceb2..36f1bf3 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 42.27.7 +Version: 42.27.8 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -500,6 +500,12 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Mar 25 2025 Packit - 42.27.8-1 +- Fix condition to run locale1-sync script (jkonecny) +- Update doc after disabling keyboard shortcuts (jkonecny) +- Add release note for disabling keyboard shortcuts (jkonecny) +- Disable keyboard shortcuts for layouts switching (jkonecny) + * Mon Mar 24 2025 Packit - 42.27.7-1 - Start/stop locale-sync systemd unit in liveinst (jkonecny) - Fix WantedBy in locale1-x11-sync service (jkonecny) diff --git a/sources b/sources index 00b157a..33ac966 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-42.27.7.tar.bz2) = f3b168f0092175d037a968ab313e00885e6298f7cd318910771a4a7e1ad969f34fa5d7eac19aa2fc68273279cac9314412f955699a83f04c0d6fb890b4b12a1c +SHA512 (anaconda-42.27.8.tar.bz2) = 99db199bd069481b342b84557b6b90612cd1a37515c28b4016d65486dc6d74eec2919acbde7426c0473cd3e2b9ee51bac39b8a1ab253d111ce7a56c54c282d0c From 8bd81bad3a3647aeb2ee73085112036e3512dd8f Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 26 Mar 2025 13:33:37 +0000 Subject: [PATCH 15/69] Update to 43.11 upstream release Upstream tag: anaconda-43.11 Upstream commit: 42e9d47b Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + anaconda.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f0784fd..8589624 100644 --- a/.gitignore +++ b/.gitignore @@ -448,3 +448,4 @@ /anaconda-43.8.tar.bz2 /anaconda-43.9.tar.bz2 /anaconda-43.10.tar.bz2 +/anaconda-43.11.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 1ef08ed..aedeb34 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 43.10 +Version: 43.11 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -505,6 +505,9 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Mar 26 2025 Packit - 43.11-1 +- pyanaconda: add support for Mac OS detection (k.koukiou) + * Tue Mar 25 2025 Packit - 43.10-1 - Fix condition to run locale1-sync script (jkonecny) - Update doc after disabling keyboard shortcuts (jkonecny) diff --git a/sources b/sources index 66b72c1..a87e5d1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-43.10.tar.bz2) = 955d30db4fb9ad4073dc7ed7837d31939d0dd9d76a43c4df326512c3897ea7627472ccee37222926c31c1a7cdf17a888ec60305269d8609dbf0ff9e87f254e56 +SHA512 (anaconda-43.11.tar.bz2) = 1ad524a8a7f64f676ffd05d8702f8f042968ebd77b3a8b8310c653b7845581882dd25cbc6b717c1c7032718047a88c2dbb264970aa08e7d8c6573d4ee5922428 From 36787f52a4cebffbeafcaa12a44bc2936fb252a0 Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 26 Mar 2025 14:33:50 +0000 Subject: [PATCH 16/69] Update to 42.27.9 upstream release Upstream tag: anaconda-42.27.9 Upstream commit: af215549 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + anaconda.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5fe1df3..088dd63 100644 --- a/.gitignore +++ b/.gitignore @@ -446,3 +446,4 @@ /anaconda-42.27.5.tar.bz2 /anaconda-42.27.7.tar.bz2 /anaconda-42.27.8.tar.bz2 +/anaconda-42.27.9.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 36f1bf3..d0a37ab 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 42.27.8 +Version: 42.27.9 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -500,6 +500,9 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Mar 26 2025 Packit - 42.27.9-1 +- pyanaconda: add support for Mac OS detection (k.koukiou) + * Tue Mar 25 2025 Packit - 42.27.8-1 - Fix condition to run locale1-sync script (jkonecny) - Update doc after disabling keyboard shortcuts (jkonecny) diff --git a/sources b/sources index 33ac966..19f4b8f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-42.27.8.tar.bz2) = 99db199bd069481b342b84557b6b90612cd1a37515c28b4016d65486dc6d74eec2919acbde7426c0473cd3e2b9ee51bac39b8a1ab253d111ce7a56c54c282d0c +SHA512 (anaconda-42.27.9.tar.bz2) = 7a416b1d37b32cdf67a2e0e41e4abaa62035bb1dd6a5a5d39c3d902fc3f362c6d4e21d3f59867959f73361e374e85cd51b6022ba5b5e9608a9247561c14d8682 From 4028bf7c0c2fece25ce7708b19dfe1bba9ccf390 Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 28 Mar 2025 12:05:19 +0000 Subject: [PATCH 17/69] Update to 43.12 upstream release Upstream tag: anaconda-43.12 Upstream commit: 9cb026b6 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + anaconda.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8589624..7fd9119 100644 --- a/.gitignore +++ b/.gitignore @@ -449,3 +449,4 @@ /anaconda-43.9.tar.bz2 /anaconda-43.10.tar.bz2 /anaconda-43.11.tar.bz2 +/anaconda-43.12.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index aedeb34..7097e9d 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 43.11 +Version: 43.12 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -505,6 +505,11 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Mar 28 2025 Packit - 43.12-1 +- storage: remove EFI and BIOS boot partition requirements for MBR disks + (k.koukiou) +- Limit support for only RAID1 on /boot (jkonecny) + * Wed Mar 26 2025 Packit - 43.11-1 - pyanaconda: add support for Mac OS detection (k.koukiou) diff --git a/sources b/sources index a87e5d1..7c16af6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-43.11.tar.bz2) = 1ad524a8a7f64f676ffd05d8702f8f042968ebd77b3a8b8310c653b7845581882dd25cbc6b717c1c7032718047a88c2dbb264970aa08e7d8c6573d4ee5922428 +SHA512 (anaconda-43.12.tar.bz2) = 9e1be216b2a18335733ca7e025e24ed8b78a95dde5a047a6424a57d428f54a2aed01674f0ad16e8a841da903247e4a0eda4a70c9f7b7f3e96a012cd5745fbe97 From 183bd723ef20f963eaa8fb9e7de05324182d198d Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 28 Mar 2025 12:05:34 +0000 Subject: [PATCH 18/69] Update to 42.27.10 upstream release Upstream tag: anaconda-42.27.10 Upstream commit: 25a8a2fa Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + anaconda.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 088dd63..344c629 100644 --- a/.gitignore +++ b/.gitignore @@ -447,3 +447,4 @@ /anaconda-42.27.7.tar.bz2 /anaconda-42.27.8.tar.bz2 /anaconda-42.27.9.tar.bz2 +/anaconda-42.27.10.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index d0a37ab..0096fa6 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 42.27.9 +Version: 42.27.10 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -500,6 +500,12 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Mar 28 2025 Packit - 42.27.10-1 +- storage: remove EFI and BIOS boot partition requirements for MBR disks + (k.koukiou) +- Add release notes for /boot on RAID1 only (jkonecny) +- Limit support for only RAID1 on /boot (jkonecny) + * Wed Mar 26 2025 Packit - 42.27.9-1 - pyanaconda: add support for Mac OS detection (k.koukiou) diff --git a/sources b/sources index 19f4b8f..92ea9b2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-42.27.9.tar.bz2) = 7a416b1d37b32cdf67a2e0e41e4abaa62035bb1dd6a5a5d39c3d902fc3f362c6d4e21d3f59867959f73361e374e85cd51b6022ba5b5e9608a9247561c14d8682 +SHA512 (anaconda-42.27.10.tar.bz2) = f2f2b1aeb101cdb295f601e6578e5d919f95b020a72748210d7083f9c199eb049610f8873faba60d7c762adbd5834cdb7d4657be6ea30e2dd70f3174ee69fe91 From ac97176bfafb21f6aabdbc4baf5703c7d161639e Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 1 Apr 2025 05:00:45 +0000 Subject: [PATCH 19/69] Update to 43.13 upstream release Upstream tag: anaconda-43.13 Upstream commit: 84cd12d7 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- anaconda.spec | 8 +++++++- sources | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7fd9119..f777f3d 100644 --- a/.gitignore +++ b/.gitignore @@ -450,3 +450,4 @@ /anaconda-43.10.tar.bz2 /anaconda-43.11.tar.bz2 /anaconda-43.12.tar.bz2 +/anaconda-43.13.tar.bz2 diff --git a/README.packit b/README.packit index ad2b8e5..bb4a369 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 1.3.0.post1.dev4+gb85da743. +The file was generated using packit 1.4.0.post1.dev4+g043c5fde. diff --git a/anaconda.spec b/anaconda.spec index 7097e9d..fb71f0e 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 43.12 +Version: 43.13 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -505,6 +505,12 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Apr 01 2025 Packit - 43.13-1 +- Add release notes for TERM passthrough (jkonecny) +- pyanaconda: storage: when checking the md device validity check also parent + (k.koukiou) +- anaconda-tmux (butirsky) + * Fri Mar 28 2025 Packit - 43.12-1 - storage: remove EFI and BIOS boot partition requirements for MBR disks (k.koukiou) diff --git a/sources b/sources index 7c16af6..927d614 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-43.12.tar.bz2) = 9e1be216b2a18335733ca7e025e24ed8b78a95dde5a047a6424a57d428f54a2aed01674f0ad16e8a841da903247e4a0eda4a70c9f7b7f3e96a012cd5745fbe97 +SHA512 (anaconda-43.13.tar.bz2) = af9714c97b846a661369471cbcae8d5d9eb1075f0c26bbd2e214058791c69cdc5f59b46d1c6de813c435a01021f4fc407fd1fc0b1c86a7e0ecc0a05c66b7f8d2 From 05f06830bf1169486b23e81e879c4ade53e870ac Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 1 Apr 2025 08:26:21 +0000 Subject: [PATCH 20/69] Update to 42.27.11 upstream release Upstream tag: anaconda-42.27.11 Upstream commit: b42eeabf Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- anaconda.spec | 6 +++++- sources | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 344c629..2763e27 100644 --- a/.gitignore +++ b/.gitignore @@ -448,3 +448,4 @@ /anaconda-42.27.8.tar.bz2 /anaconda-42.27.9.tar.bz2 /anaconda-42.27.10.tar.bz2 +/anaconda-42.27.11.tar.bz2 diff --git a/README.packit b/README.packit index ad2b8e5..bb4a369 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 1.3.0.post1.dev4+gb85da743. +The file was generated using packit 1.4.0.post1.dev4+g043c5fde. diff --git a/anaconda.spec b/anaconda.spec index 0096fa6..14b5c8c 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 42.27.10 +Version: 42.27.11 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -500,6 +500,10 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Apr 01 2025 Packit - 42.27.11-1 +- pyanaconda: storage: when checking the md device validity check also parent + (k.koukiou) + * Fri Mar 28 2025 Packit - 42.27.10-1 - storage: remove EFI and BIOS boot partition requirements for MBR disks (k.koukiou) diff --git a/sources b/sources index 92ea9b2..023c76d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-42.27.10.tar.bz2) = f2f2b1aeb101cdb295f601e6578e5d919f95b020a72748210d7083f9c199eb049610f8873faba60d7c762adbd5834cdb7d4657be6ea30e2dd70f3174ee69fe91 +SHA512 (anaconda-42.27.11.tar.bz2) = 940c53b6fafe177440ffdafa20dee0e6e619f1af0bfb9e9d035f4e9179a6b1f93b19864fb6a6c89c429305d9108fd872191836b27087d94a1693a5c7f4462efe From 4b11965a58b8fd29336f5362a9c74a60fef3b12e Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 8 Apr 2025 05:00:27 +0000 Subject: [PATCH 21/69] Update to 43.14 upstream release Upstream tag: anaconda-43.14 Upstream commit: 2966659a Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- anaconda.spec | 5 ++++- sources | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f777f3d..8a65936 100644 --- a/.gitignore +++ b/.gitignore @@ -451,3 +451,4 @@ /anaconda-43.11.tar.bz2 /anaconda-43.12.tar.bz2 /anaconda-43.13.tar.bz2 +/anaconda-43.14.tar.bz2 diff --git a/README.packit b/README.packit index bb4a369..807ffc6 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 1.4.0.post1.dev4+g043c5fde. +The file was generated using packit 1.6.0.post1.dev2+gd5a7662a. diff --git a/anaconda.spec b/anaconda.spec index fb71f0e..597c402 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 43.13 +Version: 43.14 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -505,6 +505,9 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Apr 08 2025 Packit - 43.14-1 +- Update to version 43.14 + * Tue Apr 01 2025 Packit - 43.13-1 - Add release notes for TERM passthrough (jkonecny) - pyanaconda: storage: when checking the md device validity check also parent diff --git a/sources b/sources index 927d614..536852e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-43.13.tar.bz2) = af9714c97b846a661369471cbcae8d5d9eb1075f0c26bbd2e214058791c69cdc5f59b46d1c6de813c435a01021f4fc407fd1fc0b1c86a7e0ecc0a05c66b7f8d2 +SHA512 (anaconda-43.14.tar.bz2) = 6154ea6507974e541d73de19936fba3248a35d7b02565d62ced32dae289180d3180a53d2317ca56f1bcc7ee05921be96e73434f0ccb164c326e1bc5213013d42 From cacb4a574158e6ddf1d265dbe8c1874fe3aa07ac Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 8 Apr 2025 06:43:12 +0000 Subject: [PATCH 22/69] Update to 42.27.12 upstream release Upstream tag: anaconda-42.27.12 Upstream commit: f7307e88 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- anaconda.spec | 7 ++++++- sources | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2763e27..f7fb23c 100644 --- a/.gitignore +++ b/.gitignore @@ -449,3 +449,4 @@ /anaconda-42.27.9.tar.bz2 /anaconda-42.27.10.tar.bz2 /anaconda-42.27.11.tar.bz2 +/anaconda-42.27.12.tar.bz2 diff --git a/README.packit b/README.packit index bb4a369..807ffc6 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 1.4.0.post1.dev4+g043c5fde. +The file was generated using packit 1.6.0.post1.dev2+gd5a7662a. diff --git a/anaconda.spec b/anaconda.spec index 14b5c8c..567e815 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 42.27.11 +Version: 42.27.12 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -500,6 +500,11 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Apr 08 2025 Packit - 42.27.12-1 +- storage: Fix EFI partition detection for other OSes (Windows, MacOS) + (rvykydal) +- Fix race condition when reading localed layouts (jkonecny) + * Tue Apr 01 2025 Packit - 42.27.11-1 - pyanaconda: storage: when checking the md device validity check also parent (k.koukiou) diff --git a/sources b/sources index 023c76d..c065b95 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-42.27.11.tar.bz2) = 940c53b6fafe177440ffdafa20dee0e6e619f1af0bfb9e9d035f4e9179a6b1f93b19864fb6a6c89c429305d9108fd872191836b27087d94a1693a5c7f4462efe +SHA512 (anaconda-42.27.12.tar.bz2) = 631bd40a67f24c6c5e831a31929d6678fc266282da3fa9b73ad5e9da512d7423a5900aa47a011af7894b9aee532b2ddaf3db3b6c1acef68ee07b53616568459f From 4dfdb55314f530db24d4b1e5654ae8ba272fa80a Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 15 Apr 2025 05:00:52 +0000 Subject: [PATCH 23/69] Update to 43.15 upstream release Upstream tag: anaconda-43.15 Upstream commit: 568121b7 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + anaconda.spec | 22 +++++++++++++++++----- rpmlint.toml | 1 + sources | 2 +- 4 files changed, 20 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 8a65936..05582aa 100644 --- a/.gitignore +++ b/.gitignore @@ -452,3 +452,4 @@ /anaconda-43.12.tar.bz2 /anaconda-43.13.tar.bz2 /anaconda-43.14.tar.bz2 +/anaconda-43.15.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 597c402..5246d77 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 43.14 +Version: 43.15 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -80,9 +80,6 @@ Requires: anaconda-tui = %{version}-%{release} The anaconda package is a metapackage for the Anaconda installer. %package core -# Since the binaries in anaconda-core are shell or Python scripts, -# there's no need to generate a debuginfo package -%define debug_package %{nil} Summary: Core of the Anaconda installer # core/signal.py is under MIT License: GPL-2.0-or-later AND MIT @@ -176,7 +173,7 @@ system. %package live Summary: Live installation specific files and dependencies -BuildArchitectures: noarch +BuildArch: noarch BuildRequires: desktop-file-utils # live installation currently implies a graphical installation Requires: anaconda-gui = %{version}-%{release} @@ -505,6 +502,21 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Apr 15 2025 Packit - 43.15-1 +- edns: restart dnsconfd only after the first kickstart parsing (rvykydal) +- edns: allow dnsconfd name resolution for kickstart fetching (rvykydal) +- spec: Properly strip objects and fix generation of debuginfo packages + (decathorpe) +- Change localed layouts_variants to method (jkonecny) +- Remove temporary isFinal getter and DBUS API (adamkankovsky) +- Add test for product DBUS API (adamkankovsky) +- New getter for product in Runtime module (adamkankovsky) +- security: transfer certificates from intiramfs to root in dracut (rvykydal) +- security: handle exception on early anaconda certificate import (rvykydal) +- Fix race condition when reading localed layouts (jkonecny) +- storage: Fix EFI partition detection for other OSes (Windows, MacOS) + (rvykydal) + * Tue Apr 08 2025 Packit - 43.14-1 - Update to version 43.14 diff --git a/rpmlint.toml b/rpmlint.toml index 655ae2b..e05accb 100644 --- a/rpmlint.toml +++ b/rpmlint.toml @@ -3,6 +3,7 @@ Filters = [ # Discard no-binary error for anaconda packages which cant be a noarch type 'anaconda.x86_64: E: no-binary', + 'anaconda-core-debuginfo.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 diff --git a/sources b/sources index 536852e..6763ccf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-43.14.tar.bz2) = 6154ea6507974e541d73de19936fba3248a35d7b02565d62ced32dae289180d3180a53d2317ca56f1bcc7ee05921be96e73434f0ccb164c326e1bc5213013d42 +SHA512 (anaconda-43.15.tar.bz2) = fb558981dc19b92fe6cc913078c3efb372c3106728a14b1a837c2b8e98eb26f482b20c9f3b4b19b73e08adfb209a9ef3d8130bb5122bc9eb3e8cde4aabbc8968 From 76bd97cd028179ae0b418581fbf4278dd970866f Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 22 Apr 2025 05:01:50 +0000 Subject: [PATCH 24/69] Update to 43.16 upstream release Upstream tag: anaconda-43.16 Upstream commit: 95546047 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + anaconda.spec | 9 +++++++-- sources | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 05582aa..28735aa 100644 --- a/.gitignore +++ b/.gitignore @@ -453,3 +453,4 @@ /anaconda-43.13.tar.bz2 /anaconda-43.14.tar.bz2 /anaconda-43.15.tar.bz2 +/anaconda-43.16.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 5246d77..bc92e71 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 43.15 +Version: 43.16 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -40,7 +40,7 @@ Source0: https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{vers %define nmver 1.0 %define pykickstartver 3.63-1 %define pypartedver 2.5-2 -%define pythonblivetver 1:3.12.0-1 +%define pythonblivetver 1:3.12.1-1 %define rpmver 4.15.0 %define simplelinever 1.9.0-1 %define subscriptionmanagerver 1.29.31 @@ -502,6 +502,11 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Apr 22 2025 Packit - 43.16-1 +- Bump required version of blivet to 3.12.1 (vtrefny) +- Fstab handling moves to blivet (japokorn) +- s390x - enable raid1 as a stage2 device (dan) + * Tue Apr 15 2025 Packit - 43.15-1 - edns: restart dnsconfd only after the first kickstart parsing (rvykydal) - edns: allow dnsconfd name resolution for kickstart fetching (rvykydal) diff --git a/sources b/sources index 6763ccf..b1f700d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-43.15.tar.bz2) = fb558981dc19b92fe6cc913078c3efb372c3106728a14b1a837c2b8e98eb26f482b20c9f3b4b19b73e08adfb209a9ef3d8130bb5122bc9eb3e8cde4aabbc8968 +SHA512 (anaconda-43.16.tar.bz2) = cd730c388114c85a842360e67daa206440d37e9a2f08e8ba0fc041492aa22a0ec6b349b52f35f09fba5b51229d0e697fb4b2618a4ed8f6a7151360fb83cce61a From 0633dcfa38df812ebb6142ed636a568d6a9d54f9 Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 29 Apr 2025 05:00:14 +0000 Subject: [PATCH 25/69] Update to 43.17 upstream release Upstream tag: anaconda-43.17 Upstream commit: edcc8fc1 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 28735aa..6014b33 100644 --- a/.gitignore +++ b/.gitignore @@ -454,3 +454,4 @@ /anaconda-43.14.tar.bz2 /anaconda-43.15.tar.bz2 /anaconda-43.16.tar.bz2 +/anaconda-43.17.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index bc92e71..d767a9f 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 43.16 +Version: 43.17 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -502,6 +502,13 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Apr 29 2025 Packit - 43.17-1 +- pyanaconda: storage: efi: never try to decode utf8 when calling efibootmgr + (k.koukiou) +- Add additional config_get Dracut function tests (jkonecny) +- Run restorecon after copying logs (champetier.etienne) +- rpm_ostree/installation.py: fix image deployment on s390x (nikita) + * Tue Apr 22 2025 Packit - 43.16-1 - Bump required version of blivet to 3.12.1 (vtrefny) - Fstab handling moves to blivet (japokorn) diff --git a/sources b/sources index b1f700d..1af9c0a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-43.16.tar.bz2) = cd730c388114c85a842360e67daa206440d37e9a2f08e8ba0fc041492aa22a0ec6b349b52f35f09fba5b51229d0e697fb4b2618a4ed8f6a7151360fb83cce61a +SHA512 (anaconda-43.17.tar.bz2) = e41712a09da9129c475d2e4fc8a78d48607bf4106b155fa4b1726429291539e05986c232c6ae05aaa6f5b5cb37a806d181d9df2308904bd2f3131c787bb4b20f From 92422bef7ee08c3a002c98da6523bc436af18048 Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 6 May 2025 05:01:46 +0000 Subject: [PATCH 26/69] Update to 43.18 upstream release Upstream tag: anaconda-43.18 Upstream commit: 095f765d Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + anaconda.spec | 13 +++++++++++-- sources | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6014b33..3838467 100644 --- a/.gitignore +++ b/.gitignore @@ -455,3 +455,4 @@ /anaconda-43.15.tar.bz2 /anaconda-43.16.tar.bz2 /anaconda-43.17.tar.bz2 +/anaconda-43.18.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index d767a9f..c90a85b 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 43.17 +Version: 43.18 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -38,7 +38,7 @@ Source0: https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{vers %define libreportanacondaver 2.0.21-1 %define mehver 0.23-1 %define nmver 1.0 -%define pykickstartver 3.63-1 +%define pykickstartver 3.64-1 %define pypartedver 2.5-2 %define pythonblivetver 1:3.12.1-1 %define rpmver 4.15.0 @@ -502,6 +502,15 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue May 06 2025 Packit - 43.18-1 +- liveinst: Propagate the AT-SPI bus address to Anaconda for Wayland (neal) +- Include bootc command in expected pykickstart commands (ppolawsk) +- docs: Collect release notes for F42 (k.koukiou) +- Revert "Do not copy resolv.conf to target system at the end of installation" + (mkolman) +- README-testing-changes.rst: add "newc:" syntax (butirsky) +- fix initrd syntax in README-testing-changes.rst (butirsky) + * Tue Apr 29 2025 Packit - 43.17-1 - pyanaconda: storage: efi: never try to decode utf8 when calling efibootmgr (k.koukiou) diff --git a/sources b/sources index 1af9c0a..5ffe0e9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-43.17.tar.bz2) = e41712a09da9129c475d2e4fc8a78d48607bf4106b155fa4b1726429291539e05986c232c6ae05aaa6f5b5cb37a806d181d9df2308904bd2f3131c787bb4b20f +SHA512 (anaconda-43.18.tar.bz2) = 904e22495878f0dc4661d9450a93b68d5add744deeeb7157719027ca4b3fc0cc14d58876d346e62281713124a794767273d7faea95c30097b5e783c8c85b35ee From a23e130354a79ecbe9d3ef8cb03a50a4a792b153 Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 20 May 2025 05:00:36 +0000 Subject: [PATCH 27/69] Update to 43.20 upstream release Upstream tag: anaconda-43.20 Upstream commit: 28cb9386 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + anaconda.spec | 10 +++++++++- sources | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3838467..c8f47ac 100644 --- a/.gitignore +++ b/.gitignore @@ -456,3 +456,4 @@ /anaconda-43.16.tar.bz2 /anaconda-43.17.tar.bz2 /anaconda-43.18.tar.bz2 +/anaconda-43.20.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index c90a85b..4321b32 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 43.18 +Version: 43.20 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -502,6 +502,14 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue May 20 2025 Packit - 43.20-1 +- Support home reuse on MBR partitioned disks (rvykydal) +- pyanaconda: localization: adjust existing keyboard API to fetch all available + keyboards (k.koukiou) +- print newline after waiting (jbock-java) +- storage: improve the guard for biosboot partition mount point constraint + (rvykydal) + * Tue May 06 2025 Packit - 43.18-1 - liveinst: Propagate the AT-SPI bus address to Anaconda for Wayland (neal) - Include bootc command in expected pykickstart commands (ppolawsk) diff --git a/sources b/sources index 5ffe0e9..1f4df36 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-43.18.tar.bz2) = 904e22495878f0dc4661d9450a93b68d5add744deeeb7157719027ca4b3fc0cc14d58876d346e62281713124a794767273d7faea95c30097b5e783c8c85b35ee +SHA512 (anaconda-43.20.tar.bz2) = 4af5730905a52f1901f5fd0b13b2c6f3029eb9d516d705dd9b88e9ac6fddfc49220991b72287c2303f051f30da0ec57534042a143153fd1f5d7ccf561194035d From 96b65b4481503c21b5204c03ccf72606d1c84419 Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 27 May 2025 05:02:04 +0000 Subject: [PATCH 28/69] Update to 43.21 upstream release Upstream tag: anaconda-43.21 Upstream commit: a2c41f96 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- anaconda.spec | 6 +++++- sources | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c8f47ac..4581efa 100644 --- a/.gitignore +++ b/.gitignore @@ -457,3 +457,4 @@ /anaconda-43.17.tar.bz2 /anaconda-43.18.tar.bz2 /anaconda-43.20.tar.bz2 +/anaconda-43.21.tar.bz2 diff --git a/README.packit b/README.packit index 807ffc6..7e268b5 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 1.6.0.post1.dev2+gd5a7662a. +The file was generated using packit 1.8.0.post1.dev15+g39511efc. diff --git a/anaconda.spec b/anaconda.spec index 4321b32..ef87a0e 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 43.20 +Version: 43.21 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -502,6 +502,10 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue May 27 2025 Packit - 43.21-1 +- Revert "s390x - enable raid1 as a stage2 device" (jkonecny) +- docs: update release documentation (k.koukiou) + * Tue May 20 2025 Packit - 43.20-1 - Support home reuse on MBR partitioned disks (rvykydal) - pyanaconda: localization: adjust existing keyboard API to fetch all available diff --git a/sources b/sources index 1f4df36..f69a1c4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-43.20.tar.bz2) = 4af5730905a52f1901f5fd0b13b2c6f3029eb9d516d705dd9b88e9ac6fddfc49220991b72287c2303f051f30da0ec57534042a143153fd1f5d7ccf561194035d +SHA512 (anaconda-43.21.tar.bz2) = ca45aa55aec16248d9cc501045ba15cff8c2452832efbf5313575fb4c91257aaa362ecf6651033f4e48d23b72fe282cb70f787cddbaa88c0c42c6cd6580939f6 From 86cc761854af2c9abbe5ff3227147ef45dd4fa16 Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 2 Jun 2025 06:43:25 +0000 Subject: [PATCH 29/69] Update to 43.22 upstream release Upstream tag: anaconda-43.22 Upstream commit: ea26c8c6 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + anaconda.spec | 39 ++++++++++++++++++++++++++++++++++++++- sources | 2 +- 3 files changed, 40 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4581efa..6a71d4d 100644 --- a/.gitignore +++ b/.gitignore @@ -458,3 +458,4 @@ /anaconda-43.18.tar.bz2 /anaconda-43.20.tar.bz2 /anaconda-43.21.tar.bz2 +/anaconda-43.22.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index ef87a0e..c4aceaf 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 43.21 +Version: 43.22 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -110,6 +110,7 @@ Requires: python3-systemd Requires: python3-productmd Requires: python3-dasbus >= %{dasbusver} Requires: python3-xkbregistry +Requires: flatpak Requires: flatpak-libs %if %{defined rhel} && %{undefined centos} Requires: subscription-manager >= %{subscriptionmanagerver} @@ -502,6 +503,42 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Jun 02 2025 Packit - 43.22-1 +- flatpak: Add constants for Flatpak (jkonecny) +- flatpak: Change log level for source processing (jkonecny) +- flatpak: Improve log for setting refs for install (jkonecny) +- flatpak: Improve documentation (jkonecny) +- flatpak: `NoSourceError` to `SourceSetupError` (jkonecny) +- Update FSF address for new Flatpak module sources (jkonecny) +- Add release notes for Flatpak preinstall.d support (jkonecny) +- Fix imports in flatpak payload (jkonecny) +- When installing Flatpaks from a local repository, disable download (otaylor) +- Add additional logging to Flatpak code (jkonecny) +- Fix directory where flatpak blobs are stored (jkonecny) +- Add FlatpakManager tests (jkonecny) +- Improve FlatpakManager testing (jkonecny) +- Add tests for Flatpak source.py (jkonecny) +- Add tests for Flatpak payload utils (jkonecny) +- payload/rpm-ostree: Include program output in exception (walters) +- Don't pass --sm-disable to gnome-kiosk (awilliam) +- Revert "Allow to use an existing unlocked LUKS in one special case + (#1772902)" (k.koukiou) +- Extract flatpak.source utils to a separate module (jkonecny) +- Add Flatpak tests for the Flatpak module (jkonecny) +- Do not allow any sources for Flatpak payload (jkonecny) +- Support payload with no default source (jkonecny) +- Add new API for Flatpak to CalculateSizeWithTask (jkonecny) +- Add side_payload to PayloadBase object (jkonecny) +- Add more logs for easier Flatpak module debugging (jkonecny) +- Call calculate_size of the Flatpak manager (jkonecny) +- Improve logging of the Flatpak module (jkonecny) +- Support Flatpak preinstallation as part of a DNF install (otaylor) +- anaconda.spec: Add Flatpak client to Requires (otaylor) +- Extract pick_download_location(), calculate_required_space() utilities + (otaylor) +- Extract get_downloader_for_repo_configuration() utility function (otaylor) +- Add release note for home reuse on MBR partitionied disks (rvykydal) + * Tue May 27 2025 Packit - 43.21-1 - Revert "s390x - enable raid1 as a stage2 device" (jkonecny) - docs: update release documentation (k.koukiou) diff --git a/sources b/sources index f69a1c4..ee373c6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-43.21.tar.bz2) = ca45aa55aec16248d9cc501045ba15cff8c2452832efbf5313575fb4c91257aaa362ecf6651033f4e48d23b72fe282cb70f787cddbaa88c0c42c6cd6580939f6 +SHA512 (anaconda-43.22.tar.bz2) = f58936c3ca7970a2ec7a1407c13be3d7917c0db1cda684bbc26b7f46ac6fa63e6077c12013e8f41b7033f025c8035cf0f93c8efd9d083f93a81a0ecf7b416508 From 102c6879b7866fed46c034e27d22ef981b30fc02 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 2 Jun 2025 12:50:21 -0700 Subject: [PATCH 30/69] Backport PR #6437 to fix for mutter with X11 disabled --- 0001-Don-t-pass-no-x11-to-gnome-kiosk.patch | 31 +++++++++++++++++++++ anaconda.spec | 10 ++++++- 2 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 0001-Don-t-pass-no-x11-to-gnome-kiosk.patch diff --git a/0001-Don-t-pass-no-x11-to-gnome-kiosk.patch b/0001-Don-t-pass-no-x11-to-gnome-kiosk.patch new file mode 100644 index 0000000..1513e46 --- /dev/null +++ b/0001-Don-t-pass-no-x11-to-gnome-kiosk.patch @@ -0,0 +1,31 @@ +From b4b09f54b39b288f326b4734c13d27aa710e69d3 Mon Sep 17 00:00:00 2001 +From: Adam Williamson +Date: Mon, 2 Jun 2025 12:28:49 -0700 +Subject: [PATCH] Don't pass --no-x11 to gnome-kiosk + +This is also gone when mutter is built without X11 support, as +is now the case in Rawhide and ELN, and probably soon in EL 10. +Don't backport this to earlier branches. + +Signed-off-by: Adam Williamson +--- + pyanaconda/display.py | 3 +-- + 1 file changed, 1 insertion(+), 2 deletions(-) + +diff --git a/pyanaconda/display.py b/pyanaconda/display.py +index 25a0e15142..20adcf58ff 100644 +--- a/pyanaconda/display.py ++++ b/pyanaconda/display.py +@@ -226,8 +226,7 @@ def do_startup_wl_actions(timeout, headless=False, headless_resolution=None): + argv.extend(["--vt", "6"]) + + # add the generic GNOME Kiosk invocation +- argv.extend(["gnome-kiosk", "--wayland", "--no-x11", +- "--wayland-display", constants.WAYLAND_SOCKET_NAME]) ++ argv.extend(["gnome-kiosk", "--wayland", "--wayland-display", constants.WAYLAND_SOCKET_NAME]) + + # remote access needs gnome-kiosk to start in headless mode + if headless: +-- +2.49.0 + diff --git a/anaconda.spec b/anaconda.spec index c4aceaf..14de545 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ Summary: Graphical system installer Name: anaconda Version: 43.22 -Release: 1%{?dist} +Release: 2%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later URL: http://fedoraproject.org/wiki/Anaconda @@ -13,6 +13,11 @@ URL: http://fedoraproject.org/wiki/Anaconda # make dist Source0: https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2 +# https://github.com/rhinstaller/anaconda/pull/6437 +# Drop a gnome-kiosk option that isn't present when mutter is built +# without X11 support +Patch: 0001-Don-t-pass-no-x11-to-gnome-kiosk.patch + # Versions of required components (done so we make sure the buildrequires # match the requires versions of things). @@ -503,6 +508,9 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Jun 02 2025 Adam Williamson - 43.22-2 +- Backport PR #6437 to fix for mutter with X11 disabled + * Mon Jun 02 2025 Packit - 43.22-1 - flatpak: Add constants for Flatpak (jkonecny) - flatpak: Change log level for source processing (jkonecny) From e9754fb0ce006ef1debd50ac4fe1e3ded5f781f9 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 3 Jun 2025 14:27:30 +0200 Subject: [PATCH 31/69] Rebuilt for Python 3.14 --- anaconda.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/anaconda.spec b/anaconda.spec index 14de545..76bdd0d 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ Summary: Graphical system installer Name: anaconda Version: 43.22 -Release: 2%{?dist} +Release: 3%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later URL: http://fedoraproject.org/wiki/Anaconda @@ -508,6 +508,9 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Jun 03 2025 Python Maint - 43.22-3 +- Rebuilt for Python 3.14 + * Mon Jun 02 2025 Adam Williamson - 43.22-2 - Backport PR #6437 to fix for mutter with X11 disabled From 5c01aa0dce879c98de8e515b8e92ae002154e6d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sat, 7 Jun 2025 14:00:29 +0200 Subject: [PATCH 32/69] Fix buffer overflow on Python 3.14 - Fixes: hrbz#2370944 --- 6447.patch | 42 ++++++++++++++++++++++++++++++++++++++++++ anaconda.spec | 10 +++++++++- 2 files changed, 51 insertions(+), 1 deletion(-) create mode 100644 6447.patch diff --git a/6447.patch b/6447.patch new file mode 100644 index 0000000..065227d --- /dev/null +++ b/6447.patch @@ -0,0 +1,42 @@ +From d75de3da3648dee474ddea6639e09c071f027232 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= +Date: Sat, 7 Jun 2025 13:44:25 +0200 +Subject: [PATCH] Avoid buffer overflow with TIOCGWINSZ + +It has 4 bytes, not 2. + +On Python 3.14+, the previous version raised SystemError: + + >>> from pyanaconda.argument_parsing import get_help_width + ... + >>> get_help_width() + Traceback (most recent call last): + File "", line 1, in + get_help_width() + ~~~~~~~~~~~~~~^^ + File "/usr/lib64/python3.14/site-packages/pyanaconda/argument_parsing.py", line 68, in get_help_width + data = fcntl.ioctl(sys.stdout, termios.TIOCGWINSZ, '1234') + SystemError: buffer overflow + +See https://github.com/python/cpython/commit/c2eaeee3dc3306ca486b0377b07b1a957584b691 + +Fixes https://bugzilla.redhat.com/2370944 +--- + pyanaconda/argument_parsing.py | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/pyanaconda/argument_parsing.py b/pyanaconda/argument_parsing.py +index e24f0f1b999..55cf7993625 100644 +--- a/pyanaconda/argument_parsing.py ++++ b/pyanaconda/argument_parsing.py +@@ -65,8 +65,8 @@ def get_help_width(): + return DEFAULT_HELP_WIDTH + + try: +- data = fcntl.ioctl(sys.stdout, termios.TIOCGWINSZ, '1234') +- columns = int(struct.unpack('hh', data)[1]) ++ data = fcntl.ioctl(sys.stdout, termios.TIOCGWINSZ, '12345678') ++ columns = int(struct.unpack('hhhh', data)[1]) + except (OSError, ValueError) as e: + log.info("Unable to determine terminal width: %s", e) + print("terminal size detection failed, using default width") diff --git a/anaconda.spec b/anaconda.spec index 76bdd0d..4004a48 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ Summary: Graphical system installer Name: anaconda Version: 43.22 -Release: 3%{?dist} +Release: 4%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later URL: http://fedoraproject.org/wiki/Anaconda @@ -18,6 +18,10 @@ Source0: https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{vers # without X11 support Patch: 0001-Don-t-pass-no-x11-to-gnome-kiosk.patch +# Avoid buffer overflow with TIOCGWINSZ +# Fixes https://bugzilla.redhat.com/2370944 +Patch: https://github.com/rhinstaller/anaconda/pull/6447.patch + # Versions of required components (done so we make sure the buildrequires # match the requires versions of things). @@ -508,6 +512,10 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Sat Jun 07 2025 Miro Hrončok - 43.22-4 +- Fix buffer overflow on Python 3.14 +- Fixes: hrbz#2370944 + * Tue Jun 03 2025 Python Maint - 43.22-3 - Rebuilt for Python 3.14 From 00844989be0b59b0f51a2681ca5d27c276e63db4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sun, 8 Jun 2025 17:51:08 +0200 Subject: [PATCH 33/69] Fix "TypeError: cannot pickle 'SwigPyObject' object" on Python 3.14+ --- 6449.patch | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++ anaconda.spec | 4 +++ 2 files changed, 74 insertions(+) create mode 100644 6449.patch diff --git a/6449.patch b/6449.patch new file mode 100644 index 0000000..c8ddc52 --- /dev/null +++ b/6449.patch @@ -0,0 +1,70 @@ +From 11b7e782d8de7da49f0b4e650e8fc0c60f69304f Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= +Date: Sun, 8 Jun 2025 17:46:29 +0200 +Subject: [PATCH] Avoid the multiprocessing forkserver method with dnf + +Fixes: + + Traceback (most recent call last): + File "/usr/lib64/python3.14/site-packages/pyanaconda/core/threads.py", line 281, in run + threading.Thread.run(self) + ~~~~~~~~~~~~~~~~~~~~^^^^^^ + File "/usr/lib64/python3.14/threading.py", line 1023, in run + self._target(*self._args, **self._kwargs) + ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/usr/lib64/python3.14/site-packages/pyanaconda/modules/common/task/task.py", line 97, in _thread_run_callback + self._task_run_callback() + ~~~~~~~~~~~~~~~~~~~~~~~^^ + File "/usr/lib64/python3.14/site-packages/pyanaconda/modules/common/task/task.py", line 110, in _task_run_callback + self._set_result(self.run()) + ~~~~~~~~^^ + File "/usr/lib64/python3.14/site-packages/pyanaconda/modules/payloads/payload/dnf/installation.py", line 281, in run + self._dnf_manager.install_packages(self.report_progress) + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^ + File "/usr/lib64/python3.14/site-packages/pyanaconda/modules/payloads/payload/dnf/dnf_manager.py", line 664, in install_packages + process.start() + ~~~~~~~~~~~~~^^ + File "/usr/lib64/python3.14/multiprocessing/process.py", line 121, in start + self._popen = self._Popen(self) + ~~~~~~~~~~~^^^^^^ + File "/usr/lib64/python3.14/multiprocessing/context.py", line 224, in _Popen + return _default_context.get_context().Process._Popen(process_obj) + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^ + File "/usr/lib64/python3.14/multiprocessing/context.py", line 300, in _Popen + return Popen(process_obj) + File "/usr/lib64/python3.14/multiprocessing/popen_forkserver.py", line 35, in __init__ + super().__init__(process_obj) + ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^ + File "/usr/lib64/python3.14/multiprocessing/popen_fork.py", line 20, in __init__ + self._launch(process_obj) + ~~~~~~~~~~~~^^^^^^^^^^^^^ + File "/usr/lib64/python3.14/multiprocessing/popen_forkserver.py", line 47, in _launch + reduction.dump(process_obj, buf) + ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ + File "/usr/lib64/python3.14/multiprocessing/reduction.py", line 60, in dump + ForkingPickler(file, protocol).dump(obj) + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^ + TypeError: cannot pickle 'SwigPyObject' object +--- + pyanaconda/modules/payloads/payload/dnf/dnf_manager.py | 7 +++++-- + 1 file changed, 5 insertions(+), 2 deletions(-) + +diff --git a/pyanaconda/modules/payloads/payload/dnf/dnf_manager.py b/pyanaconda/modules/payloads/payload/dnf/dnf_manager.py +index 925ed73790a..e7c25369912 100644 +--- a/pyanaconda/modules/payloads/payload/dnf/dnf_manager.py ++++ b/pyanaconda/modules/payloads/payload/dnf/dnf_manager.py +@@ -652,9 +652,12 @@ def install_packages(self, callback, timeout=20): + :param timeout: a time out of a failed process in seconds + :raise PayloadInstallationError: if the installation fails + """ +- queue = multiprocessing.Queue() ++ # SwigPyObjects are not picklable, so force the fork method ++ # On Python 3.14+, forkserver is the default (and it pickles) ++ context = multiprocessing.get_context(method="fork") ++ queue = context.Queue() + display = TransactionProgress(queue) +- process = multiprocessing.Process( ++ process = context.Process( + target=self._run_transaction, + args=(self._base, display) + ) diff --git a/anaconda.spec b/anaconda.spec index 4004a48..6422707 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -22,6 +22,10 @@ Patch: 0001-Don-t-pass-no-x11-to-gnome-kiosk.patch # Fixes https://bugzilla.redhat.com/2370944 Patch: https://github.com/rhinstaller/anaconda/pull/6447.patch +# Avoid the multiprocessing forkserver method with dnf +# Fixes "TypeError: cannot pickle 'SwigPyObject' object" on Python 3.14+ +Patch: https://github.com/rhinstaller/anaconda/pull/6449.patch + # Versions of required components (done so we make sure the buildrequires # match the requires versions of things). From a378347b0b084b490b9cd7bd56b77260b41c6b26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sun, 8 Jun 2025 18:24:22 +0200 Subject: [PATCH 34/69] Changelog entry for 00844989be0b59b0f51a2681ca5d27c276e63db4 Sorry for missing it first. --- anaconda.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/anaconda.spec b/anaconda.spec index 6422707..9dc3dd9 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ Summary: Graphical system installer Name: anaconda Version: 43.22 -Release: 4%{?dist} +Release: 5%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later URL: http://fedoraproject.org/wiki/Anaconda @@ -516,6 +516,9 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Sun Jun 08 2025 Miro Hrončok - 43.22-5 +- Fix "TypeError: cannot pickle 'SwigPyObject' object" on Python 3.14+ + * Sat Jun 07 2025 Miro Hrončok - 43.22-4 - Fix buffer overflow on Python 3.14 - Fixes: hrbz#2370944 From f0d8d681c65d7a70c82a829b2e11220ce6abf895 Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 17 Jun 2025 05:03:30 +0000 Subject: [PATCH 35/69] Update to 43.24 upstream release Upstream tag: anaconda-43.24 Upstream commit: a19262b4 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- anaconda.spec | 24 +++++++++--------------- sources | 2 +- 4 files changed, 12 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index 6a71d4d..d95a05a 100644 --- a/.gitignore +++ b/.gitignore @@ -459,3 +459,4 @@ /anaconda-43.20.tar.bz2 /anaconda-43.21.tar.bz2 /anaconda-43.22.tar.bz2 +/anaconda-43.24.tar.bz2 diff --git a/README.packit b/README.packit index 7e268b5..e9ea630 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 1.8.0.post1.dev15+g39511efc. +The file was generated using packit 1.9.0.post1.dev2+gf07f9cb0. diff --git a/anaconda.spec b/anaconda.spec index 9dc3dd9..b722539 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ Summary: Graphical system installer Name: anaconda -Version: 43.22 -Release: 5%{?dist} +Version: 43.24 +Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later URL: http://fedoraproject.org/wiki/Anaconda @@ -13,19 +13,6 @@ URL: http://fedoraproject.org/wiki/Anaconda # make dist Source0: https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2 -# https://github.com/rhinstaller/anaconda/pull/6437 -# Drop a gnome-kiosk option that isn't present when mutter is built -# without X11 support -Patch: 0001-Don-t-pass-no-x11-to-gnome-kiosk.patch - -# Avoid buffer overflow with TIOCGWINSZ -# Fixes https://bugzilla.redhat.com/2370944 -Patch: https://github.com/rhinstaller/anaconda/pull/6447.patch - -# Avoid the multiprocessing forkserver method with dnf -# Fixes "TypeError: cannot pickle 'SwigPyObject' object" on Python 3.14+ -Patch: https://github.com/rhinstaller/anaconda/pull/6449.patch - # Versions of required components (done so we make sure the buildrequires # match the requires versions of things). @@ -516,6 +503,13 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Jun 17 2025 Packit - 43.24-1 +- makeupdates: Bump Python version in site packages path to 3.14 (k.koukiou) +- Add documentation for the unified feature (jkonecny) +- Use os.get_terminal_size rather than ioctl magic (miro) +- Avoid the multiprocessing forkserver method with dnf (miro) +- anaconda: Remove manual start of `systemd --user` (k.koukiou) + * Sun Jun 08 2025 Miro Hrončok - 43.22-5 - Fix "TypeError: cannot pickle 'SwigPyObject' object" on Python 3.14+ diff --git a/sources b/sources index ee373c6..f811dde 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-43.22.tar.bz2) = f58936c3ca7970a2ec7a1407c13be3d7917c0db1cda684bbc26b7f46ac6fa63e6077c12013e8f41b7033f025c8035cf0f93c8efd9d083f93a81a0ecf7b416508 +SHA512 (anaconda-43.24.tar.bz2) = 1b59913a7836def2a86f592580bd1a9bc71e33974359441fd8f43015674d72e7eebd66011233d150d8df32d6319035a62ce9019b2747e5f236620c2a5952fff1 From 15bfbafec9d98f991324db601ad7159578d3ec7e Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 24 Jun 2025 05:06:14 +0000 Subject: [PATCH 36/69] Update to 43.25 upstream release Upstream tag: anaconda-43.25 Upstream commit: 56eb71c1 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- anaconda.spec | 17 ++++++++++++++++- sources | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d95a05a..0bf7624 100644 --- a/.gitignore +++ b/.gitignore @@ -460,3 +460,4 @@ /anaconda-43.21.tar.bz2 /anaconda-43.22.tar.bz2 /anaconda-43.24.tar.bz2 +/anaconda-43.25.tar.bz2 diff --git a/README.packit b/README.packit index e9ea630..dde2a46 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 1.9.0.post1.dev2+gf07f9cb0. +The file was generated using packit 1.9.0.post1.dev4+g48b4c222. diff --git a/anaconda.spec b/anaconda.spec index b722539..d3d4cea 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 43.24 +Version: 43.25 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -503,6 +503,21 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Jun 24 2025 Packit - 43.25-1 +- Change formatting on some error messages (a.badger) +- Enable all steps of the installation queue (adamkankovsky) +- Fix a pair of error messages (a.badger) +- Remove tmpfs on /var/tmp for ISO builds (jkonecny) +- ruff: enable and autofix SIM300 (k.koukiou) +- ruff: enable and fix SIM222 rule (k.koukiou) +- ruff: enable and autofix SIM201 (k.koukiou) +- pylint: suppress false positives related to GI and GTK introspection + (k.koukiou) +- ruff: enable and autofix SIM118 rule (k.koukiou) +- tests/network: reorder filterwarnings to fix warning handling in + test_sync_call_glib_in_thread (k.koukiou) +- bootloader: drop write_config_console, just preserve console= (awilliam) + * Tue Jun 17 2025 Packit - 43.24-1 - makeupdates: Bump Python version in site packages path to 3.14 (k.koukiou) - Add documentation for the unified feature (jkonecny) diff --git a/sources b/sources index f811dde..0ac0583 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-43.24.tar.bz2) = 1b59913a7836def2a86f592580bd1a9bc71e33974359441fd8f43015674d72e7eebd66011233d150d8df32d6319035a62ce9019b2747e5f236620c2a5952fff1 +SHA512 (anaconda-43.25.tar.bz2) = 5b659650d8b0a4303154a6877ca309a786510c306e6b504b5646417350aa778ad42f194822500c216c6260c661dc958ca8894fa3bc0aefc155d648735ca9dd9b From 780b18c9e67dce4af18c04b32389b7fdac4b8593 Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 7 Jul 2025 12:02:19 +0000 Subject: [PATCH 37/69] Update to 43.28 upstream release Upstream tag: anaconda-43.28 Upstream commit: e9053652 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + anaconda.spec | 15 +++++++++++++-- sources | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0bf7624..36daeec 100644 --- a/.gitignore +++ b/.gitignore @@ -461,3 +461,4 @@ /anaconda-43.22.tar.bz2 /anaconda-43.24.tar.bz2 /anaconda-43.25.tar.bz2 +/anaconda-43.28.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index d3d4cea..28accf7 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 43.25 +Version: 43.28 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -38,7 +38,7 @@ Source0: https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{vers %define libreportanacondaver 2.0.21-1 %define mehver 0.23-1 %define nmver 1.0 -%define pykickstartver 3.64-1 +%define pykickstartver 3.65-1 %define pypartedver 2.5-2 %define pythonblivetver 1:3.12.1-1 %define rpmver 4.15.0 @@ -367,6 +367,12 @@ runtime on NFS/HTTP/FTP servers or local disks. %autosetup -p 1 %build + +# Work around an issue where a version mismatch between the automake version on +# the build system and what was used when the tarball was created will cause +# a failure. +autoreconf -vfi + # use actual build-time release number, not tarball creation time release number %configure ANACONDA_RELEASE=%{release} %{!?with_glade:--disable-glade} %{__make} %{?_smp_mflags} @@ -503,6 +509,11 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Jul 07 2025 Packit - 43.28-1 +- Fix an issue with automake versions when building the rpm (a.badger) +- anaconda.py: remove duplicate import (k.koukiou) +- anaconda.py: remove obsolete comment (k.koukiou) + * Tue Jun 24 2025 Packit - 43.25-1 - Change formatting on some error messages (a.badger) - Enable all steps of the installation queue (adamkankovsky) diff --git a/sources b/sources index 0ac0583..34eb3cd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-43.25.tar.bz2) = 5b659650d8b0a4303154a6877ca309a786510c306e6b504b5646417350aa778ad42f194822500c216c6260c661dc958ca8894fa3bc0aefc155d648735ca9dd9b +SHA512 (anaconda-43.28.tar.bz2) = 420b6da33d08762f6ef47d69adbb3f526323a50ea103ad2ca7915783ab0a5532e6a933c4c12c3d9a4bd09e8f9837cf035b95275251e06c9a6cb26b9e3eace04e From 61569a7725ed7f9bc43fa6638a5c68bb485c2f21 Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 9 Jul 2025 06:42:17 +0000 Subject: [PATCH 38/69] Update to 43.29 upstream release Upstream tag: anaconda-43.29 Upstream commit: 8826bd72 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + anaconda.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 36daeec..112f3a8 100644 --- a/.gitignore +++ b/.gitignore @@ -462,3 +462,4 @@ /anaconda-43.24.tar.bz2 /anaconda-43.25.tar.bz2 /anaconda-43.28.tar.bz2 +/anaconda-43.29.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 28accf7..49a817e 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 43.28 +Version: 43.29 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -509,6 +509,10 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Jul 09 2025 Packit - 43.29-1 +- data: profile.d: use slitherer as default web engine everywhere but for + workstation (k.koukiou) + * Mon Jul 07 2025 Packit - 43.28-1 - Fix an issue with automake versions when building the rpm (a.badger) - anaconda.py: remove duplicate import (k.koukiou) diff --git a/sources b/sources index 34eb3cd..61d0eaf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-43.28.tar.bz2) = 420b6da33d08762f6ef47d69adbb3f526323a50ea103ad2ca7915783ab0a5532e6a933c4c12c3d9a4bd09e8f9837cf035b95275251e06c9a6cb26b9e3eace04e +SHA512 (anaconda-43.29.tar.bz2) = cb4ef41e702c88757c4e2ac9a0be10e6c36493c5b38f4d2357f9b3ac7bfa639368624417a487215d2d929ece1a715360251ebe3d41fb5511190775c030c03d18 From 18fdc00f786e41b17764e56fb1ce6b76f9850b88 Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 15 Jul 2025 05:19:06 +0000 Subject: [PATCH 39/69] Update to 43.30 upstream release Upstream tag: anaconda-43.30 Upstream commit: 72ec4243 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + anaconda.spec | 86 +++++++++++++++++++++++++++++++++++++++++++++++++-- sources | 2 +- 3 files changed, 85 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 112f3a8..d6be15a 100644 --- a/.gitignore +++ b/.gitignore @@ -463,3 +463,4 @@ /anaconda-43.25.tar.bz2 /anaconda-43.28.tar.bz2 /anaconda-43.29.tar.bz2 +/anaconda-43.30.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 49a817e..55a9a49 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 43.29 +Version: 43.30 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -26,7 +26,7 @@ Source0: https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{vers %endif %define dasbusver 1.3 %define dbusver 1.2.3 -%define dnfver 3.6.0 +%define dnfver 5.2.15.0-1 %define dracutver 102-3 %define fcoeutilsver 1.0.12-3.20100323git %define gettextver 0.19.8 @@ -87,7 +87,7 @@ Requires: python3-libs %if 0%{?rhel} > 10 || 0%{?fedora} > 40 Requires: python3-crypt-r %endif -Requires: python3-dnf >= %{dnfver} +Requires: python3-libdnf5 >= %{dnfver} Requires: python3-blivet >= %{pythonblivetver} Requires: python3-blockdev >= %{libblockdevver} Requires: python3-meh >= %{mehver} @@ -143,6 +143,10 @@ Requires: python3-pid Requires: crypto-policies Requires: crypto-policies-scripts +%ifnarch s390 s390x +Requires: grub2-common >= 2.12-37 +%endif + # required because of the rescue mode and RDP question Requires: anaconda-tui = %{version}-%{release} @@ -509,6 +513,82 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Jul 15 2025 Packit - 43.30-1 +- Bump the required version of dnf (pkratoch) +- storage: Prevent accidental erasure of Live installation media (k.koukiou) +- bootloader: efi: utilize grub2-common script for handling config file + generation (k.koukiou) +- Remove leftover commented-out call to close base (pkratoch) +- Update DNFManager.get_flatpak_refs to dnf5 (pkratoch) +- Comment how getting the packages to download works (pkratoch) +- Add a test for resolving selection with errors (pkratoch) +- Rename the DNFManager tests back to test_module_payload_dnf_manager + (pkratoch) +- Adapt the remaining DNFManager tests (pkratoch) +- Fix checking if PackageQuery is empty (pkratoch) +- Implement verifying repomd hashes (pkratoch) +- Catch libdnf5 exceptions instead of previously thrown RuntimeError (pkratoch) +- Adapt test_module_payload_dnf_manager comps tests for DNF5 (pkratoch) +- Require the correct package for dnf5 plugins (pkratoch) +- Handle group package types that can be specified by options in kickstart + (pkratoch) +- Use pkg_gpgcheck config option instead of deprecated gpgcheck (pkratoch) +- Sort groups and environments by display_order (pkratoch) +- Set excludes for environments and groups (pkratoch) +- Reduce installation progress log verbosity (pkratoch) +- Add a second goal for second resolving in case of unavailable packages + (pkratoch) +- Print number of packages when reporting installation progress (pkratoch) +- Set package excludes (pkratoch) +- Remove the dnf_manager exceptions related to selection resolving (pkratoch) +- Remove unused imports (pkratoch) +- Report downloading progress (pkratoch) +- Respect the missing_ignored and broken_ignored configuration (pkratoch) +- Implement replacing repositories (pkratoch) +- Reset the dnf base when clearing cache (pkratoch) +- Remember if repositories were loaded (pkratoch) +- Set the destdir option (pkratoch) +- Always call progress.quit in mocked installing packages in tests (pkratoch) +- Don't close the multiprocessing queue too soon (pkratoch) +- Log messages from dnf into /tmp/dnf.log (pkratoch) +- Report error when the dnf transaction fails (pkratoch) +- Log also the message of the dnf transaction result (pkratoch) +- Enable some tests in test_module_payload_dnf5_manager (pkratoch) +- Remove the test_dnf_tear_down (pkratoch) +- Report warnings in DNFManager.resolve_selection (pkratoch) +- Fix transaction callbacks (pkratoch) +- Adapt tests of DNFManager.install_packages for dnf5 (pkratoch) +- Fix setting up and running transaction (pkratoch) +- Adapt test_module_payload_dnf_installation for dnf5 (pkratoch) +- Adapt checking transaction errors to DNF5 (pkratoch) +- Enable comps tests (pkratoch) +- Fix setting of libdnf5.repo.PackageDownloader (pkratoch) +- TEMPORARY: Store comps queries (pkratoch) +- Remove unused _create_group method from DNFRequirementsTestCase (pkratoch) +- Update TransactionItemState_ERROR import to libdnf5 (pkratoch) +- Adapt dnf validation tests for dnf5 (pkratoch) +- Fix use of group and environment iterators (pkratoch) +- Replace `base.load_config_from_file` with `base.load_config` method + (pkratoch) +- Remove variable loading, since it's done in base.setup() (pkratoch) +- Remove test for reset_substitution method (pkratoch) +- Adapt test_module_payload_dnf_manager download tests for dnf5 (pkratoch) +- Adapt test_dnf_initialization.py tests for dnf5 (pkratoch) +- Load all repositories at once (pkratoch) +- Call dnf5 base setup at a proper place (pkratoch) +- Fix setting releasever in dnf5 base (pkratoch) +- Call get_download_size instead of get_package_size because of rename + (pkratoch) +- Remove the DNFConfigWrapper and access the configuration options directly + (pkratoch) +- Use repo.get() (vponcova) +- Use the DNF5 API (vponcova) +- Update to the approved version of the blivet change (a.badger) +- pyanaconda: storage: enforce GPT partition table for ESP on EFI x86 platforms + (k.koukiou) +- Do not duplicate the DEVICE_TYPES enum in storage_constraints (a.badger) +- Retrieve DEVICE_TYPES from blivet. (a.badger) + * Wed Jul 09 2025 Packit - 43.29-1 - data: profile.d: use slitherer as default web engine everywhere but for workstation (k.koukiou) diff --git a/sources b/sources index 61d0eaf..c837922 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-43.29.tar.bz2) = cb4ef41e702c88757c4e2ac9a0be10e6c36493c5b38f4d2357f9b3ac7bfa639368624417a487215d2d929ece1a715360251ebe3d41fb5511190775c030c03d18 +SHA512 (anaconda-43.30.tar.bz2) = 0a8561198d113829337da68bb59543059dc05b3b1690fe46a3ad7baa90ca6d2cac594a0cf24700475ace9d5ace1a3002a7aa6a59ed88021c0e54ab3efd0da089 From 193377f9f3e42b693204e3499b4828a747dc0536 Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 18 Jul 2025 13:05:44 +0000 Subject: [PATCH 40/69] Update to 42.27.13 upstream release Upstream tag: anaconda-42.27.13 Upstream commit: d1d4d3c1 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- anaconda.spec | 5 ++++- sources | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f7fb23c..b6db798 100644 --- a/.gitignore +++ b/.gitignore @@ -450,3 +450,4 @@ /anaconda-42.27.10.tar.bz2 /anaconda-42.27.11.tar.bz2 /anaconda-42.27.12.tar.bz2 +/anaconda-42.27.13.tar.bz2 diff --git a/README.packit b/README.packit index 807ffc6..dde2a46 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 1.6.0.post1.dev2+gd5a7662a. +The file was generated using packit 1.9.0.post1.dev4+g48b4c222. diff --git a/anaconda.spec b/anaconda.spec index 567e815..4b7872b 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 42.27.12 +Version: 42.27.13 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -500,6 +500,9 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Jul 18 2025 Packit - 42.27.13-1 +- anaconda: Remove manual start of `systemd --user` (#2381864) (k.koukiou) + * Tue Apr 08 2025 Packit - 42.27.12-1 - storage: Fix EFI partition detection for other OSes (Windows, MacOS) (rvykydal) diff --git a/sources b/sources index c065b95..cb7bcef 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-42.27.12.tar.bz2) = 631bd40a67f24c6c5e831a31929d6678fc266282da3fa9b73ad5e9da512d7423a5900aa47a011af7894b9aee532b2ddaf3db3b6c1acef68ee07b53616568459f +SHA512 (anaconda-42.27.13.tar.bz2) = 3dd99e0fc8adf2d919b7af0e27163fc4336eaabc214f4217ce4c47c2311ff9f8e04f97a8049c05f60f9687f7453661f270b1189605145003f0c8489902b9474e From 1630f7708e13635f8a9a682dbc9b1d49dabafc9a Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 22 Jul 2025 05:18:29 +0000 Subject: [PATCH 41/69] Update to 43.31 upstream release Upstream tag: anaconda-43.31 Upstream commit: 73f9cc72 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + anaconda.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d6be15a..1868ff9 100644 --- a/.gitignore +++ b/.gitignore @@ -464,3 +464,4 @@ /anaconda-43.28.tar.bz2 /anaconda-43.29.tar.bz2 /anaconda-43.30.tar.bz2 +/anaconda-43.31.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 55a9a49..86daba4 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 43.30 +Version: 43.31 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -513,6 +513,9 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Jul 22 2025 Packit - 43.31-1 +- Fix unit tests for code running rsync by mocking it. (rvykydal) + * Tue Jul 15 2025 Packit - 43.30-1 - Bump the required version of dnf (pkratoch) - storage: Prevent accidental erasure of Live installation media (k.koukiou) diff --git a/sources b/sources index c837922..43c1700 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-43.30.tar.bz2) = 0a8561198d113829337da68bb59543059dc05b3b1690fe46a3ad7baa90ca6d2cac594a0cf24700475ace9d5ace1a3002a7aa6a59ed88021c0e54ab3efd0da089 +SHA512 (anaconda-43.31.tar.bz2) = 3b0f3d3e371ce476232ccbbafdc12a3abe903424a65eb14abc62efc545eefd27495f27e3d36bdf89c99c259174e689a3dd821fc65481b1d145a32ac837a1497f From 7b7d68b3b66498f318edba2126452d29e160fa27 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 23 Jul 2025 16:57:56 +0000 Subject: [PATCH 42/69] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- anaconda.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/anaconda.spec b/anaconda.spec index 86daba4..d3c7b31 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ Summary: Graphical system installer Name: anaconda Version: 43.31 -Release: 1%{?dist} +Release: 2%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later URL: http://fedoraproject.org/wiki/Anaconda @@ -513,6 +513,9 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Jul 23 2025 Fedora Release Engineering - 43.31-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Tue Jul 22 2025 Packit - 43.31-1 - Fix unit tests for code running rsync by mocking it. (rvykydal) From 842451e9a5559e854c93de155e664046049f5946 Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 29 Jul 2025 07:20:49 +0000 Subject: [PATCH 43/69] Update to 43.32 upstream release Upstream tag: anaconda-43.32 Upstream commit: 7110018a Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- anaconda.spec | 21 +++++++++++++++++---- sources | 2 +- 4 files changed, 20 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 1868ff9..4759e60 100644 --- a/.gitignore +++ b/.gitignore @@ -465,3 +465,4 @@ /anaconda-43.29.tar.bz2 /anaconda-43.30.tar.bz2 /anaconda-43.31.tar.bz2 +/anaconda-43.32.tar.bz2 diff --git a/README.packit b/README.packit index dde2a46..3ad54d6 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 1.9.0.post1.dev4+g48b4c222. +The file was generated using packit 1.11.0. diff --git a/anaconda.spec b/anaconda.spec index d3c7b31..1967cc8 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ Summary: Graphical system installer Name: anaconda -Version: 43.31 -Release: 2%{?dist} +Version: 43.32 +Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later URL: http://fedoraproject.org/wiki/Anaconda @@ -180,8 +180,8 @@ system. Summary: Live installation specific files and dependencies BuildArch: noarch BuildRequires: desktop-file-utils -# live installation currently implies a graphical installation -Requires: anaconda-gui = %{version}-%{release} +# live installation currently implies a graphical installation with Web UI +Requires: anaconda-webui Requires: zenity Recommends: xhost # FIXME: This is currently needed by the locale1-x11-sync script. @@ -513,6 +513,19 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Jul 29 2025 Packit - 43.32-1 +- Make sure the pre_install queue is run (#2378660) (mkolman) +- Default to GTK UI when available, fallback to Web UI otherwise (k.koukiou) +- build: switch live installation dependency from anaconda-gui to anaconda- + webui (k.koukiou) +- users: fix guess_username to return empty string for invalid usernames + (k.koukiou) +- users: expose guess_username as GuessUsernameFromFullName API (k.koukiou) +- data: profile: hide date time screen from workstation (k.koukiou) +- Create new D-Bus API for NTP server checking (k.koukiou) +- Test for ntp servers from config (adamkankovsky) +- Create new DBUS API for ntp servers from config (adamkankovsky) + * Wed Jul 23 2025 Fedora Release Engineering - 43.31-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild diff --git a/sources b/sources index 43c1700..e087a13 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-43.31.tar.bz2) = 3b0f3d3e371ce476232ccbbafdc12a3abe903424a65eb14abc62efc545eefd27495f27e3d36bdf89c99c259174e689a3dd821fc65481b1d145a32ac837a1497f +SHA512 (anaconda-43.32.tar.bz2) = 356920785885a4a7da4a50bea9d29db94237fed7a753347babbcb87378ef862427cd68f356e4e64498a41e0c216630d28679a092eaca7c71649674fd4053ef45 From a8d55d44464d2a42d1e1c856b1d9c148c1323267 Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 31 Jul 2025 14:31:24 +0000 Subject: [PATCH 44/69] Update to 43.33 upstream release Upstream tag: anaconda-43.33 Upstream commit: a26df12d Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + anaconda.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4759e60..42b1ac9 100644 --- a/.gitignore +++ b/.gitignore @@ -466,3 +466,4 @@ /anaconda-43.30.tar.bz2 /anaconda-43.31.tar.bz2 /anaconda-43.32.tar.bz2 +/anaconda-43.33.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 1967cc8..cf8050f 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 43.32 +Version: 43.33 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -513,6 +513,12 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Jul 31 2025 Packit - 43.33-1 +- Revert "Default to GTK UI when available, fallback to Web UI otherwise" + (k.koukiou) +- Rename DNF strings to Flatpak in installation.py (jkonecny) +- Remove unused Flatpak manager code (jkonecny) + * Tue Jul 29 2025 Packit - 43.32-1 - Make sure the pre_install queue is run (#2378660) (mkolman) - Default to GTK UI when available, fallback to Web UI otherwise (k.koukiou) diff --git a/sources b/sources index e087a13..7cded2e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-43.32.tar.bz2) = 356920785885a4a7da4a50bea9d29db94237fed7a753347babbcb87378ef862427cd68f356e4e64498a41e0c216630d28679a092eaca7c71649674fd4053ef45 +SHA512 (anaconda-43.33.tar.bz2) = 7d8d673cb06a70a1d720d1499bc5f568ece7a1d9e6d409449729272329c2f337566593bb938ab52b331134bfb4c601ce9d6fee46a63a63677cc3e76fbab63764 From 2386f55ce5b53ea0b6482013568916dc7c1a31cf Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 5 Aug 2025 05:23:14 +0000 Subject: [PATCH 45/69] Update to 43.34 upstream release Upstream tag: anaconda-43.34 Upstream commit: e9ffba27 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + anaconda.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 42b1ac9..d249537 100644 --- a/.gitignore +++ b/.gitignore @@ -467,3 +467,4 @@ /anaconda-43.31.tar.bz2 /anaconda-43.32.tar.bz2 /anaconda-43.33.tar.bz2 +/anaconda-43.34.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index cf8050f..df8490a 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 43.33 +Version: 43.34 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -513,6 +513,9 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Aug 05 2025 Packit - 43.34-1 +- Document Lorax template patching (mkolman) + * Thu Jul 31 2025 Packit - 43.33-1 - Revert "Default to GTK UI when available, fallback to Web UI otherwise" (k.koukiou) diff --git a/sources b/sources index 7cded2e..d4bebec 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-43.33.tar.bz2) = 7d8d673cb06a70a1d720d1499bc5f568ece7a1d9e6d409449729272329c2f337566593bb938ab52b331134bfb4c601ce9d6fee46a63a63677cc3e76fbab63764 +SHA512 (anaconda-43.34.tar.bz2) = 536ea598a71c7f6b5a7a233d2db14ca28206fe9fb4fc7fb906415d45f21843cbdde4c4bbd759c4713ff8fa26d8fb826a38eb062457c0bafedacc7d59ab92862b From a9caea84dfef032fc3c957f5dd54479b13e4e0c7 Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 12 Aug 2025 05:03:32 +0000 Subject: [PATCH 46/69] Update to 43.35 upstream release Upstream tag: anaconda-43.35 Upstream commit: cb11e61b Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + anaconda.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d249537..cd0ca6e 100644 --- a/.gitignore +++ b/.gitignore @@ -468,3 +468,4 @@ /anaconda-43.32.tar.bz2 /anaconda-43.33.tar.bz2 /anaconda-43.34.tar.bz2 +/anaconda-43.35.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index df8490a..d631407 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 43.34 +Version: 43.35 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -513,6 +513,10 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Aug 12 2025 Packit - 43.35-1 +- storage: Fix AttributeError and protect installation media in bootloader + partition removal (k.koukiou) + * Tue Aug 05 2025 Packit - 43.34-1 - Document Lorax template patching (mkolman) diff --git a/sources b/sources index d4bebec..8d4c294 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-43.34.tar.bz2) = 536ea598a71c7f6b5a7a233d2db14ca28206fe9fb4fc7fb906415d45f21843cbdde4c4bbd759c4713ff8fa26d8fb826a38eb062457c0bafedacc7d59ab92862b +SHA512 (anaconda-43.35.tar.bz2) = 7c19cdc023d68b04089fe96b804a942317add12a53008fe3852e01790140b9fe25530c33f5d44c1a0a01fbe7bfe9818d225fd97fd9fe8e47d120e17a81df0cda From 91f1961af29d9ad984e5de4ca3aec4996d848be8 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 15 Aug 2025 12:37:49 +0200 Subject: [PATCH 47/69] Rebuilt for Python 3.14.0rc2 bytecode --- anaconda.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/anaconda.spec b/anaconda.spec index d631407..3ee70ed 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ Summary: Graphical system installer Name: anaconda Version: 43.35 -Release: 1%{?dist} +Release: 2%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later URL: http://fedoraproject.org/wiki/Anaconda @@ -513,6 +513,9 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Aug 15 2025 Python Maint - 43.35-2 +- Rebuilt for Python 3.14.0rc2 bytecode + * Tue Aug 12 2025 Packit - 43.35-1 - storage: Fix AttributeError and protect installation media in bootloader partition removal (k.koukiou) From deebf7affe2c59f7f520e1db630cc04725523cc1 Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 19 Aug 2025 05:00:17 +0000 Subject: [PATCH 48/69] Update to 43.36 upstream release Upstream tag: anaconda-43.36 Upstream commit: 7da0ca11 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yml | 8 ++++++++ README.packit | 2 +- anaconda.spec | 13 +++++++++++-- sources | 2 +- 5 files changed, 22 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index cd0ca6e..db413ed 100644 --- a/.gitignore +++ b/.gitignore @@ -469,3 +469,4 @@ /anaconda-43.33.tar.bz2 /anaconda-43.34.tar.bz2 /anaconda-43.35.tar.bz2 +/anaconda-43.36.tar.bz2 diff --git a/.packit.yml b/.packit.yml index 79ff62e..b3f40ff 100644 --- a/.packit.yml +++ b/.packit.yml @@ -46,30 +46,38 @@ actions: - 'bash -c "ls -1 anaconda-*.tar.bz2"' jobs: + # Propose downstream (Fedora) - job: propose_downstream trigger: release packages: [anaconda-fedora] dist_git_branches: - main + - f43 + # Tests on PR (Fedora) - job: tests trigger: pull_request packages: [anaconda-fedora] targets: - fedora-rawhide + - fedora-43 + # COPR builds on PR (Fedora) - job: copr_build trigger: pull_request packages: [anaconda-fedora] targets: - fedora-rawhide + - fedora-43 - fedora-eln + # COPR builds on commit (Fedora): single job with multiple targets (add ELN on main) - job: copr_build trigger: commit packages: [anaconda-fedora] targets: - fedora-rawhide + - fedora-43 - fedora-eln branch: main owner: "@rhinstaller" diff --git a/README.packit b/README.packit index 3ad54d6..2be479e 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 1.11.0. +The file was generated using packit 1.11.0.post1.dev3+g351a3979f. diff --git a/anaconda.spec b/anaconda.spec index 3ee70ed..6e3fd0f 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ Summary: Graphical system installer Name: anaconda -Version: 43.35 -Release: 2%{?dist} +Version: 43.36 +Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later URL: http://fedoraproject.org/wiki/Anaconda @@ -513,6 +513,15 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Aug 19 2025 Packit - 43.36-1 +- packit: drive jobs from supported_releases per branch; dedupe and group + targets (k.koukiou) +- Fix pylint warnings caused by dynamic kickstart command imports (k.koukiou) +- core: kickstart: implement OS-release based version detection (k.koukiou) +- build: decouple BASE_CONTAINER from branch configuration (k.koukiou) +- workflows: remove hardcoded CONTAINER_TAG="lorax" usage (k.koukiou) +- dracut module requires generic initramfs (jstodola) + * Fri Aug 15 2025 Python Maint - 43.35-2 - Rebuilt for Python 3.14.0rc2 bytecode diff --git a/sources b/sources index 8d4c294..ee64bc0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-43.35.tar.bz2) = 7c19cdc023d68b04089fe96b804a942317add12a53008fe3852e01790140b9fe25530c33f5d44c1a0a01fbe7bfe9818d225fd97fd9fe8e47d120e17a81df0cda +SHA512 (anaconda-43.36.tar.bz2) = c92f607cec8d49a4a783c1c7c08d666f1ed42d18f261b5c62f54b0587e3211e240ae1bf98b3f9457aed0a9e6b44488caef576d891931c9c054672738a07e62f6 From ac5984c24d15f3264f7338604dd602329225fd63 Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 25 Aug 2025 12:54:49 +0000 Subject: [PATCH 49/69] Update to 43.37 upstream release Upstream tag: anaconda-43.37 Upstream commit: 33047d14 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + anaconda.spec | 11 ++++++++++- sources | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index db413ed..80b082b 100644 --- a/.gitignore +++ b/.gitignore @@ -470,3 +470,4 @@ /anaconda-43.34.tar.bz2 /anaconda-43.35.tar.bz2 /anaconda-43.36.tar.bz2 +/anaconda-43.37.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 6e3fd0f..37c5836 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 43.36 +Version: 43.37 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -513,6 +513,15 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Aug 25 2025 Packit - 43.37-1 +- Log correct boot option for iSCSI boot without iBFT (jstodola) +- Get full nevra string from dnf instead of composing it (pkratoch) +- Add release notes for RDP kickstart support (adamkankovsky) +- test: Enable kickstart RDP command in Anaconda (adamkankovsky) +- Enable kickstart RDP command in Anaconda (adamkankovsky) +- storage: devicetree: read VERSION or VERSION_CODENAME for identifying OS from + os-release (k.koukiou) + * Tue Aug 19 2025 Packit - 43.36-1 - packit: drive jobs from supported_releases per branch; dedupe and group targets (k.koukiou) diff --git a/sources b/sources index ee64bc0..d223c13 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-43.36.tar.bz2) = c92f607cec8d49a4a783c1c7c08d666f1ed42d18f261b5c62f54b0587e3211e240ae1bf98b3f9457aed0a9e6b44488caef576d891931c9c054672738a07e62f6 +SHA512 (anaconda-43.37.tar.bz2) = d97e1383f733cbf2fb52c003100e9fee7980420d68d37be3a1f1c97262f2033023e933c7f9016c1ae1364ff8ecfa0a588698e9d2aae221dfc540e1e22231dbf3 From 42cbc0b6c405f2163151f65ccec8174f745b9d5a Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 2 Sep 2025 04:59:48 +0000 Subject: [PATCH 50/69] Update to 43.38 upstream release Upstream tag: anaconda-43.38 Upstream commit: 2b34316f Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- anaconda.spec | 10 +++++++++- sources | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 80b082b..51ade89 100644 --- a/.gitignore +++ b/.gitignore @@ -471,3 +471,4 @@ /anaconda-43.35.tar.bz2 /anaconda-43.36.tar.bz2 /anaconda-43.37.tar.bz2 +/anaconda-43.38.tar.bz2 diff --git a/README.packit b/README.packit index 2be479e..fb341a1 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 1.11.0.post1.dev3+g351a3979f. +The file was generated using packit 1.11.0.post1.dev7+gfdcdf3a32. diff --git a/anaconda.spec b/anaconda.spec index 37c5836..5e16f35 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 43.37 +Version: 43.38 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -513,6 +513,14 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Sep 02 2025 Packit - 43.38-1 +- Use slots (and a dataclass) to enforce Flag names (a.badger) +- Reset comps queries when resetting the dnf base (pkratoch) +- i18n: fix embedded URLs in SMT warning messages (k.koukiou) +- docs: remove submodule link added by mistake (k.koukiou) +- docs: tests: we use 'latest' tag - not 'main' for containers (k.koukiou) +- build: makefile: remove noope CI_TAG self assignment (k.koukiou) + * Mon Aug 25 2025 Packit - 43.37-1 - Log correct boot option for iSCSI boot without iBFT (jstodola) - Get full nevra string from dnf instead of composing it (pkratoch) diff --git a/sources b/sources index d223c13..6bc1646 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-43.37.tar.bz2) = d97e1383f733cbf2fb52c003100e9fee7980420d68d37be3a1f1c97262f2033023e933c7f9016c1ae1364ff8ecfa0a588698e9d2aae221dfc540e1e22231dbf3 +SHA512 (anaconda-43.38.tar.bz2) = 93fed9be4f22bb73ddb9b46ae17fcc811c4f72407e4f0a1bd5609c49002e01705f9b506fa8da7c5dd69ceb4da9a7e0c98652c043d6aba0231e3a4270f01f1b04 From 810c6d033a9cfde16283dc07bd7eb82c67361b2e Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 9 Sep 2025 05:00:36 +0000 Subject: [PATCH 51/69] Update to 43.39 upstream release Upstream tag: anaconda-43.39 Upstream commit: 18f71f90 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + anaconda.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 51ade89..a71388c 100644 --- a/.gitignore +++ b/.gitignore @@ -472,3 +472,4 @@ /anaconda-43.36.tar.bz2 /anaconda-43.37.tar.bz2 /anaconda-43.38.tar.bz2 +/anaconda-43.39.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 5e16f35..34dde09 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 43.38 +Version: 43.39 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -513,6 +513,12 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Sep 09 2025 Packit - 43.39-1 +- Fix setting of kernel console logging level for anaconda (rvykydal) +- Use new more suitable API for Gtk UI required space check (rvykydal) +- Add GetFreeSpaceForSystem API (rvykydal) +- docs: update CONTRIBUTING.rst with new branching approach (k.koukiou) + * Tue Sep 02 2025 Packit - 43.38-1 - Use slots (and a dataclass) to enforce Flag names (a.badger) - Reset comps queries when resetting the dnf base (pkratoch) diff --git a/sources b/sources index 6bc1646..f9a572d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-43.38.tar.bz2) = 93fed9be4f22bb73ddb9b46ae17fcc811c4f72407e4f0a1bd5609c49002e01705f9b506fa8da7c5dd69ceb4da9a7e0c98652c043d6aba0231e3a4270f01f1b04 +SHA512 (anaconda-43.39.tar.bz2) = 6a913126794daf2787e767a344bf7dc86ccb5e5bd5ed7a3992ddaa13f424a01843dab33c7acee79b4506e684bad57f353e37b94b87ed3f893d181f58f4fb908a From a04f9e29da350fe4b2b4c83819329df673b4a6be Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 16 Sep 2025 04:57:59 +0000 Subject: [PATCH 52/69] Update to 43.40 upstream release Upstream tag: anaconda-43.40 Upstream commit: 220800e2 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + anaconda.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a71388c..067bd62 100644 --- a/.gitignore +++ b/.gitignore @@ -473,3 +473,4 @@ /anaconda-43.37.tar.bz2 /anaconda-43.38.tar.bz2 /anaconda-43.39.tar.bz2 +/anaconda-43.40.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 34dde09..c706c1c 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 43.39 +Version: 43.40 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -513,6 +513,12 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Sep 16 2025 Packit - 43.40-1 +- Do not catch blivet.safe_dbus exceptions in iSCSI module (vtrefny) +- Fixing unittests (a.badger) +- ostree needs to have /boot be bindmounted into sysroot. (a.badger) +- gui: Fix GTK warnings when removing non-existent accelerators (k.koukiou) + * Tue Sep 09 2025 Packit - 43.39-1 - Fix setting of kernel console logging level for anaconda (rvykydal) - Use new more suitable API for Gtk UI required space check (rvykydal) diff --git a/sources b/sources index f9a572d..0c7d613 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-43.39.tar.bz2) = 6a913126794daf2787e767a344bf7dc86ccb5e5bd5ed7a3992ddaa13f424a01843dab33c7acee79b4506e684bad57f353e37b94b87ed3f893d181f58f4fb908a +SHA512 (anaconda-43.40.tar.bz2) = fca689d12bbbec479252216ac06156e048ae18d67de7a2f3d09fec75f51970853155ef276c7b213eae80ecd9965f36b40e1394e39b9a1419bc4f602e7dee4e00 From 92d19ca1f5e14caf3dbd5b86a7449b8ef454fe1c Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 19 Sep 2025 12:06:46 +0200 Subject: [PATCH 53/69] Rebuilt for Python 3.14.0rc3 bytecode --- anaconda.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/anaconda.spec b/anaconda.spec index c706c1c..55f707d 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ Summary: Graphical system installer Name: anaconda Version: 43.40 -Release: 1%{?dist} +Release: 2%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later URL: http://fedoraproject.org/wiki/Anaconda @@ -513,6 +513,9 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Sep 19 2025 Python Maint - 43.40-2 +- Rebuilt for Python 3.14.0rc3 bytecode + * Tue Sep 16 2025 Packit - 43.40-1 - Do not catch blivet.safe_dbus exceptions in iSCSI module (vtrefny) - Fixing unittests (a.badger) From a334a08bcf01e10eb2218794d2faf82343021d72 Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 23 Sep 2025 04:58:08 +0000 Subject: [PATCH 54/69] Update to 43.41 upstream release Upstream tag: anaconda-43.41 Upstream commit: 0591a5f2 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + anaconda.spec | 25 ++++++++++++++++++------- sources | 2 +- 3 files changed, 20 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 067bd62..ea51970 100644 --- a/.gitignore +++ b/.gitignore @@ -474,3 +474,4 @@ /anaconda-43.38.tar.bz2 /anaconda-43.39.tar.bz2 /anaconda-43.40.tar.bz2 +/anaconda-43.41.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 55f707d..4801fb8 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ Summary: Graphical system installer Name: anaconda -Version: 43.40 -Release: 2%{?dist} +Version: 43.41 +Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later URL: http://fedoraproject.org/wiki/Anaconda @@ -16,13 +16,10 @@ Source0: https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{vers # Versions of required components (done so we make sure the buildrequires # match the requires versions of things). +%bcond glade %{undefined rhel} +%bcond live %[%{defined fedora} || %{defined eln}] %if ! 0%{?rhel} -%bcond_without glade -%bcond_without live %define blivetguiver 2.4.2-3 -%else -%bcond_with glade -%bcond_with live %endif %define dasbusver 1.3 %define dbusver 1.2.3 @@ -513,6 +510,20 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Sep 23 2025 Packit - 43.41-1 +- data: profiles: enable geolocation on Fedora Workstation live image + (matiwari) +- storage: fix mount point assignment of non-formatted swap partitions + (rvykydal) +- storage: include only fstab devices in fsset swap devices property (rvykydal) +- ui: tui: installation_source: show error message in the TUI screen + (k.koukiou) +- pyanaconda: dnf: clarify is_ready boolean return (k.koukiou) +- tui: make SoftwareSpoke ready once installation source succeeds or fails + (k.koukiou) +- spec: enable live in ELN (yselkowi) +- Mark unused variables with a leading underscore (a.badger) + * Fri Sep 19 2025 Python Maint - 43.40-2 - Rebuilt for Python 3.14.0rc3 bytecode diff --git a/sources b/sources index 0c7d613..b5fd985 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-43.40.tar.bz2) = fca689d12bbbec479252216ac06156e048ae18d67de7a2f3d09fec75f51970853155ef276c7b213eae80ecd9965f36b40e1394e39b9a1419bc4f602e7dee4e00 +SHA512 (anaconda-43.41.tar.bz2) = 5d62cb74f57e60ebefa2e94944b50bae226e57ded9c70dcb003fafef9865f84cf6d4e3a7bb65e95227a4feea3c31702847072c7464106aee2b0b8a634506c997 From 906a3ce1d407e6332318b5aa5f3e781b48191af1 Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 9 Oct 2025 10:07:38 +0000 Subject: [PATCH 55/69] Update to 43.44 upstream release Upstream tag: anaconda-43.44 Upstream commit: 1696da9e Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + anaconda.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ea51970..5402e6f 100644 --- a/.gitignore +++ b/.gitignore @@ -475,3 +475,4 @@ /anaconda-43.39.tar.bz2 /anaconda-43.40.tar.bz2 /anaconda-43.41.tar.bz2 +/anaconda-43.44.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 4801fb8..7baa281 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 43.41 +Version: 43.44 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -510,6 +510,12 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Oct 09 2025 Packit - 43.44-1 +- flatpak: enable installation with CDROM source type (bciconel) +- storage: Improve NotEnoughFreeSpaceError message with specific request + details (k.koukiou) +- pyanaconda: storage: platform: Raise /boot to 2 GiB (neal) + * Tue Sep 23 2025 Packit - 43.41-1 - data: profiles: enable geolocation on Fedora Workstation live image (matiwari) diff --git a/sources b/sources index b5fd985..944fc66 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-43.41.tar.bz2) = 5d62cb74f57e60ebefa2e94944b50bae226e57ded9c70dcb003fafef9865f84cf6d4e3a7bb65e95227a4feea3c31702847072c7464106aee2b0b8a634506c997 +SHA512 (anaconda-43.44.tar.bz2) = ea021b88ebd476f4263f3a2121fb93d374bdafaddba6134e141aad2c1c3287ce35e57e4172eb3a6ede79af9a34b28e4cd9e81be8520f4227ada5f3dbc30a2f17 From 13d80a0ad2b4d2153f0a577641791054b873060c Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sun, 12 Oct 2025 10:01:35 -0700 Subject: [PATCH 56/69] Backport PR #6691 to fix silverblue install crash --- ...otData-don-t-allow-action-to-be-None.patch | 66 +++++++++++++++++++ anaconda.spec | 9 ++- 2 files changed, 74 insertions(+), 1 deletion(-) create mode 100644 0001-RebootData-don-t-allow-action-to-be-None.patch diff --git a/0001-RebootData-don-t-allow-action-to-be-None.patch b/0001-RebootData-don-t-allow-action-to-be-None.patch new file mode 100644 index 0000000..233d91a --- /dev/null +++ b/0001-RebootData-don-t-allow-action-to-be-None.patch @@ -0,0 +1,66 @@ +From c7dce0445423e7386fdc6998a6a8de50a7a39bca Mon Sep 17 00:00:00 2001 +From: Adam Williamson +Date: Thu, 9 Oct 2025 10:07:01 -0700 +Subject: [PATCH] RebootData: don't allow action to be None + +Silverblue installs (and probably others where the kickstart data +does not explicitly specify a reboot action) crash, because +the `RebootData` instance's `action` winds up as `None`, since +this is the default value of `self.action` in +`pykickstart.commands.reboot.F23_Reboot`. Trying to translate +this to a DBus structure with `RebootData.to_structure` fails, +because DBus has no concept of `None`. + +To avoid this, let's have the setter convert `None` to `-1`, the +same value we use as a default when initializing the instance. + +Signed-off-by: Adam Williamson +--- + pyanaconda/modules/common/structures/reboot.py | 5 ++++- + .../modules/runtime/test_module_runtime.py | 10 ++++++++++ + 2 files changed, 14 insertions(+), 1 deletion(-) + +diff --git a/pyanaconda/modules/common/structures/reboot.py b/pyanaconda/modules/common/structures/reboot.py +index fd2673b169..cadbfbd01f 100644 +--- a/pyanaconda/modules/common/structures/reboot.py ++++ b/pyanaconda/modules/common/structures/reboot.py +@@ -46,7 +46,10 @@ class RebootData(DBusData): + return self._action + + @action.setter +- def action(self, value: Int): ++ def action(self, value: Int | None): ++ if value is None: ++ # dbus cannot handle None ++ value = -1 + self._action = value + + @property +diff --git a/tests/unit_tests/pyanaconda_tests/modules/runtime/test_module_runtime.py b/tests/unit_tests/pyanaconda_tests/modules/runtime/test_module_runtime.py +index 22286e59c1..83d3a123ef 100644 +--- a/tests/unit_tests/pyanaconda_tests/modules/runtime/test_module_runtime.py ++++ b/tests/unit_tests/pyanaconda_tests/modules/runtime/test_module_runtime.py +@@ -18,6 +18,7 @@ + import unittest + from textwrap import dedent + ++from pyanaconda.modules.common.structures.reboot import RebootData + from pyanaconda.modules.runtime.runtime import RuntimeService + from pyanaconda.modules.runtime.runtime_interface import RuntimeInterface + from tests.unit_tests.pyanaconda_tests import check_kickstart_interface +@@ -166,3 +167,12 @@ class RuntimeInterfaceTestCase(unittest.TestCase): + ks_in = "halt --eject\n" + ks_out = "# Halt after installation\nhalt --eject\n" + self._test_kickstart(ks_in, ks_out) ++ ++ def test_process_kickstart_with_no_payload(self): ++ """Test all values are ints when reading empty kickstart.""" ++ self.interface.ReadKickstart("") ++ assert isinstance(self.module.reboot.action, int) ++ assert isinstance(self.module.reboot.eject, int) ++ assert isinstance(self.module.reboot.kexec, int) ++ # and check we can to_structure it ++ RebootData.to_structure(self.module.reboot) +-- +2.51.0 + diff --git a/anaconda.spec b/anaconda.spec index 7baa281..6bcfb60 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ Summary: Graphical system installer Name: anaconda Version: 43.44 -Release: 1%{?dist} +Release: 2%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later URL: http://fedoraproject.org/wiki/Anaconda @@ -13,6 +13,10 @@ URL: http://fedoraproject.org/wiki/Anaconda # make dist Source0: https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2 +# Fix crash on start in Silverblue (and probably other cases) +# https://github.com/rhinstaller/anaconda/pull/6691 +Patch: 0001-RebootData-don-t-allow-action-to-be-None.patch + # Versions of required components (done so we make sure the buildrequires # match the requires versions of things). @@ -510,6 +514,9 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Sun Oct 12 2025 Adam Williamson - 43.44-2 +- Backport PR #6691 to fix silverblue install crash + * Thu Oct 09 2025 Packit - 43.44-1 - flatpak: enable installation with CDROM source type (bciconel) - storage: Improve NotEnoughFreeSpaceError message with specific request From 82abcb0bd37671b22f38012be48b1117efdbcf15 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 14 Oct 2025 17:11:42 -0700 Subject: [PATCH 57/69] Backport PR #6692 to provide keyboard layout ASCII info to anaconda-webui --- ...ization-Indicate-ASCII-support-in-ge.patch | 139 ++++++++++++++++++ anaconda.spec | 12 +- 2 files changed, 150 insertions(+), 1 deletion(-) create mode 100644 0001-pyanaconda-localization-Indicate-ASCII-support-in-ge.patch diff --git a/0001-pyanaconda-localization-Indicate-ASCII-support-in-ge.patch b/0001-pyanaconda-localization-Indicate-ASCII-support-in-ge.patch new file mode 100644 index 0000000..28344bb --- /dev/null +++ b/0001-pyanaconda-localization-Indicate-ASCII-support-in-ge.patch @@ -0,0 +1,139 @@ +From c6118f65fe3583e1c15c383a8a9c6f5c1989fb22 Mon Sep 17 00:00:00 2001 +From: Adam Williamson +Date: Thu, 9 Oct 2025 16:51:15 -0700 +Subject: [PATCH] pyanaconda: localization: Indicate ASCII support in + get_keyboard_layouts + +It is useful to know whether a given keyboard layout supports +ASCII input or not. Immediately, we want to use this in the +webUI keyboard logic, but it may be useful elsewhere too in +future, e.g. to warn the user if they use the Keyboard spoke +to create a configuration with no layout capable of ASCII input. + +Signed-off-by: Adam Williamson +--- + pyanaconda/localization.py | 11 +++++++++ + .../common/structures/keyboard_layout.py | 10 ++++++++ + .../modules/localization/localization.py | 2 ++ + .../localization/test_module_localization.py | 23 +++++++++++-------- + 4 files changed, 36 insertions(+), 10 deletions(-) + +diff --git a/pyanaconda/localization.py b/pyanaconda/localization.py +index 73415b2511..08a9343463 100644 +--- a/pyanaconda/localization.py ++++ b/pyanaconda/localization.py +@@ -489,6 +489,17 @@ def get_common_keyboard_layouts(): + return langtable.list_common_keyboards() + + ++def layout_supports_ascii(layout): ++ """Return a boolean indicating whether the xkb layout (given as ++ e.g. 'en(us)' or 'fr(oss)' or 'ru') can input ASCII characters. ++ ++ :return: True for ASCII capable, False for not ++ :rtype: bool ++ :param str layout: layout descriptor string ++ """ ++ return langtable.supports_ascii(layout) ++ ++ + def get_locale_timezones(locale): + """Function returning preferred timezones for the given locale. + +diff --git a/pyanaconda/modules/common/structures/keyboard_layout.py b/pyanaconda/modules/common/structures/keyboard_layout.py +index b5aacc764b..007e975965 100644 +--- a/pyanaconda/modules/common/structures/keyboard_layout.py ++++ b/pyanaconda/modules/common/structures/keyboard_layout.py +@@ -29,6 +29,7 @@ class KeyboardLayout(DBusData): + def __init__(self): + self._layout_id = "" + self._description = "" ++ self._supports_ascii = False + self._is_common = False + self._langs = [] + +@@ -59,6 +60,15 @@ class KeyboardLayout(DBusData): + def is_common(self, value: bool): + self._is_common = value + ++ @property ++ def supports_ascii(self) -> bool: ++ """Return whether the layout is capable of typing ASCII characters.""" ++ return self._supports_ascii ++ ++ @supports_ascii.setter ++ def supports_ascii(self, value: bool): ++ self._supports_ascii = value ++ + @property + def langs(self) -> List[Str]: + """Return the list of associated languages.""" +diff --git a/pyanaconda/modules/localization/localization.py b/pyanaconda/modules/localization/localization.py +index 346a55a1c0..4fb7333ed7 100644 +--- a/pyanaconda/modules/localization/localization.py ++++ b/pyanaconda/modules/localization/localization.py +@@ -33,6 +33,7 @@ from pyanaconda.localization import ( + get_language_id, + get_language_locales, + get_native_name, ++ layout_supports_ascii, + ) + from pyanaconda.modules.common.base import KickstartService + from pyanaconda.modules.common.constants.services import LOCALIZATION +@@ -218,6 +219,7 @@ class LocalizationService(KickstartService): + layout.description = self.get_layout_variant_description(name, with_lang=True, xlated=True) + layout.is_common = name.replace(" ", "") in common_langtable_keyboards and is_common_lang + layout.langs = info.langs ++ layout.supports_ascii = layout_supports_ascii(name.replace(" ", "")) + layouts.append(layout) + + return layouts +diff --git a/tests/unit_tests/pyanaconda_tests/modules/localization/test_module_localization.py b/tests/unit_tests/pyanaconda_tests/modules/localization/test_module_localization.py +index 7f6449d3ea..7582df2401 100644 +--- a/tests/unit_tests/pyanaconda_tests/modules/localization/test_module_localization.py ++++ b/tests/unit_tests/pyanaconda_tests/modules/localization/test_module_localization.py +@@ -228,28 +228,31 @@ class LocalizationInterfaceTestCase(unittest.TestCase): + normalized_layouts = KeyboardLayout.from_structure_list(layouts) + + layouts_expectation = [ +- ("ara (olpc)", "Arabic (OLPC)", "Arabic", False), +- ("cz", "Czech", "Czech", False), +- ("de (nodeadkeys)", "German (no dead keys)", "German", True), +- ("es", "Spanish", "Spanish; Castilian", True), +- ("fr (oss)", "French (alt.)", "French", True), +- ("gr", "Greek", "Greek, Modern (1453-); Greek", False), +- ("it", "Italian", "Italian", False), +- ("jp", "Japanese", "Japanese", True), +- ("us", "English (US)", "English", True), ++ ("ara (olpc)", "Arabic (OLPC)", "Arabic", False, True), ++ ("cz", "Czech", "Czech", False, True), ++ ("de (nodeadkeys)", "German (no dead keys)", "German", True, True), ++ ("es", "Spanish", "Spanish; Castilian", True, True), ++ ("fr (oss)", "French (alt.)", "French", True, True), ++ ("gr", "Greek", "Greek, Modern (1453-); Greek", False, False), ++ ("it", "Italian", "Italian", False, True), ++ ("jp", "Japanese", "Japanese", True, True), ++ ("us", "English (US)", "English", True, True), ++ ("ru (dos)", "Russian (DOS)", "Russian", False, False), + ] + +- for layout_id, description, lang, is_common in layouts_expectation: ++ for layout_id, description, lang, is_common, supports_ascii in layouts_expectation: + layout = KeyboardLayout() + layout.layout_id = layout_id + layout.description = description + layout.is_common = is_common ++ layout.supports_ascii = supports_ascii + layout.langs = [lang] + + gen = (normalized_layout for normalized_layout in normalized_layouts if layout.layout_id == normalized_layout.layout_id) + for normalized_layout in gen: + assert layout.description == normalized_layout.description + assert layout.is_common == normalized_layout.is_common ++ assert layout.supports_ascii == normalized_layout.supports_ascii + assert layout.langs == normalized_layout.langs + break + else: +-- +2.51.0 + diff --git a/anaconda.spec b/anaconda.spec index 6bcfb60..7d3b796 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ Summary: Graphical system installer Name: anaconda Version: 43.44 -Release: 2%{?dist} +Release: 3%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later URL: http://fedoraproject.org/wiki/Anaconda @@ -17,6 +17,13 @@ Source0: https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{vers # https://github.com/rhinstaller/anaconda/pull/6691 Patch: 0001-RebootData-don-t-allow-action-to-be-None.patch +# https://github.com/rhinstaller/anaconda/pull/6692 +# Indicate ASCII support in get_keyboard_layouts +# This is needed for anaconda-webui to be able to make good +# choices, see: +# https://bugzilla.redhat.com/show_bug.cgi?id=2402430 +Patch: 0001-pyanaconda-localization-Indicate-ASCII-support-in-ge.patch + # Versions of required components (done so we make sure the buildrequires # match the requires versions of things). @@ -514,6 +521,9 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Oct 14 2025 Adam Williamson - 43.44-3 +- Backport PR #6692 to provide keyboard layout ASCII info to anaconda-webui + * Sun Oct 12 2025 Adam Williamson - 43.44-2 - Backport PR #6691 to fix silverblue install crash From 4258bc2afab5d498505d2b8a72bf5b1ded321fd4 Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 16 Oct 2025 06:54:15 +0000 Subject: [PATCH 58/69] Update to 43.46 upstream release Upstream tag: anaconda-43.46 Upstream commit: 72d232b9 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + anaconda.spec | 19 ++++++------------- sources | 2 +- 3 files changed, 8 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index 5402e6f..d27bed6 100644 --- a/.gitignore +++ b/.gitignore @@ -476,3 +476,4 @@ /anaconda-43.40.tar.bz2 /anaconda-43.41.tar.bz2 /anaconda-43.44.tar.bz2 +/anaconda-43.46.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 7d3b796..df95036 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ Summary: Graphical system installer Name: anaconda -Version: 43.44 -Release: 3%{?dist} +Version: 43.46 +Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later URL: http://fedoraproject.org/wiki/Anaconda @@ -13,17 +13,6 @@ URL: http://fedoraproject.org/wiki/Anaconda # make dist Source0: https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2 -# Fix crash on start in Silverblue (and probably other cases) -# https://github.com/rhinstaller/anaconda/pull/6691 -Patch: 0001-RebootData-don-t-allow-action-to-be-None.patch - -# https://github.com/rhinstaller/anaconda/pull/6692 -# Indicate ASCII support in get_keyboard_layouts -# This is needed for anaconda-webui to be able to make good -# choices, see: -# https://bugzilla.redhat.com/show_bug.cgi?id=2402430 -Patch: 0001-pyanaconda-localization-Indicate-ASCII-support-in-ge.patch - # Versions of required components (done so we make sure the buildrequires # match the requires versions of things). @@ -521,6 +510,10 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Oct 16 2025 Packit - 43.46-1 +- Introduce SetXKeyboardDefaults D-Bus method for setting sensible keyboard + defaults (k.koukiou) + * Tue Oct 14 2025 Adam Williamson - 43.44-3 - Backport PR #6692 to provide keyboard layout ASCII info to anaconda-webui diff --git a/sources b/sources index 944fc66..8781789 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-43.44.tar.bz2) = ea021b88ebd476f4263f3a2121fb93d374bdafaddba6134e141aad2c1c3287ce35e57e4172eb3a6ede79af9a34b28e4cd9e81be8520f4227ada5f3dbc30a2f17 +SHA512 (anaconda-43.46.tar.bz2) = a6bf2bdae94f07796d193627dc15d6929c15222967218a336ca251f93b3655a7f7306d436e88d322b216f633fe5d3f06bccfc354d8d6c3e050d17621762567b5 From cc8e9cd6b4fcc9ebf8628dc827feda0ba6d857fd Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 5 Nov 2025 11:37:44 +0000 Subject: [PATCH 59/69] Update to 44.1 upstream release Upstream tag: anaconda-44.1 Upstream commit: bbd5a9a4 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yml | 4 ---- README.packit | 2 +- anaconda.spec | 11 ++++++++--- sources | 2 +- 5 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index d27bed6..6447f9b 100644 --- a/.gitignore +++ b/.gitignore @@ -477,3 +477,4 @@ /anaconda-43.41.tar.bz2 /anaconda-43.44.tar.bz2 /anaconda-43.46.tar.bz2 +/anaconda-44.1.tar.bz2 diff --git a/.packit.yml b/.packit.yml index b3f40ff..ef65b39 100644 --- a/.packit.yml +++ b/.packit.yml @@ -52,7 +52,6 @@ jobs: packages: [anaconda-fedora] dist_git_branches: - main - - f43 # Tests on PR (Fedora) - job: tests @@ -60,7 +59,6 @@ jobs: packages: [anaconda-fedora] targets: - fedora-rawhide - - fedora-43 # COPR builds on PR (Fedora) - job: copr_build @@ -68,7 +66,6 @@ jobs: packages: [anaconda-fedora] targets: - fedora-rawhide - - fedora-43 - fedora-eln # COPR builds on commit (Fedora): single job with multiple targets (add ELN on main) @@ -77,7 +74,6 @@ jobs: packages: [anaconda-fedora] targets: - fedora-rawhide - - fedora-43 - fedora-eln branch: main owner: "@rhinstaller" diff --git a/README.packit b/README.packit index fb341a1..2511bf4 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 1.11.0.post1.dev7+gfdcdf3a32. +The file was generated using packit 1.12.0. diff --git a/anaconda.spec b/anaconda.spec index df95036..8d9c935 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 43.46 +Version: 44.1 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -16,7 +16,7 @@ Source0: https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{vers # Versions of required components (done so we make sure the buildrequires # match the requires versions of things). -%bcond glade %{undefined rhel} +%bcond glade %[%{undefined rhel} && %{undefined eln}] %bcond live %[%{defined fedora} || %{defined eln}] %if ! 0%{?rhel} %define blivetguiver 2.4.2-3 @@ -37,7 +37,7 @@ Source0: https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{vers %define nmver 1.0 %define pykickstartver 3.65-1 %define pypartedver 2.5-2 -%define pythonblivetver 1:3.12.1-1 +%define pythonblivetver 1:3.13.0-1 %define rpmver 4.15.0 %define simplelinever 1.9.0-1 %define subscriptionmanagerver 1.29.31 @@ -372,6 +372,8 @@ runtime on NFS/HTTP/FTP servers or local disks. # Work around an issue where a version mismatch between the automake version on # the build system and what was used when the tarball was created will cause # a failure. +# The glade configuration is passed to m4 via environment variable. +%{!?with_glade:export ANACONDA_DISABLE_GLADE=yes} autoreconf -vfi # use actual build-time release number, not tarball creation time release number @@ -510,6 +512,9 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Nov 05 2025 Packit - 44.1-1 +- Update to version 44.1 + * Thu Oct 16 2025 Packit - 43.46-1 - Introduce SetXKeyboardDefaults D-Bus method for setting sensible keyboard defaults (k.koukiou) diff --git a/sources b/sources index 8781789..5a14421 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-43.46.tar.bz2) = a6bf2bdae94f07796d193627dc15d6929c15222967218a336ca251f93b3655a7f7306d436e88d322b216f633fe5d3f06bccfc354d8d6c3e050d17621762567b5 +SHA512 (anaconda-44.1.tar.bz2) = 908fb9861759eda04da3bb8d4da33d7750fda2f7d044558593a4061a669c3fdcd0cba42d9b11f0edce2ad32a2580090a0ac1655216dbcbe97f71479754e8261d From c261b95d18bbab4c291d60c2ca8cea1b568bc509 Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 11 Nov 2025 04:58:46 +0000 Subject: [PATCH 60/69] Update to 44.2 upstream release Upstream tag: anaconda-44.2 Upstream commit: ab6f6247 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- anaconda.spec | 5 ++++- sources | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6447f9b..a3c7e71 100644 --- a/.gitignore +++ b/.gitignore @@ -478,3 +478,4 @@ /anaconda-43.44.tar.bz2 /anaconda-43.46.tar.bz2 /anaconda-44.1.tar.bz2 +/anaconda-44.2.tar.bz2 diff --git a/README.packit b/README.packit index 2511bf4..e03362b 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 1.12.0. +The file was generated using packit 1.12.0.post1.dev13+gd51655c23. diff --git a/anaconda.spec b/anaconda.spec index 8d9c935..7512d74 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 44.1 +Version: 44.2 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -512,6 +512,9 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Nov 11 2025 Packit - 44.2-1 +- fix: remove the unused file 'a' (lonicerae) + * Wed Nov 05 2025 Packit - 44.1-1 - Update to version 44.1 diff --git a/sources b/sources index 5a14421..383a868 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-44.1.tar.bz2) = 908fb9861759eda04da3bb8d4da33d7750fda2f7d044558593a4061a669c3fdcd0cba42d9b11f0edce2ad32a2580090a0ac1655216dbcbe97f71479754e8261d +SHA512 (anaconda-44.2.tar.bz2) = e1359b45591752886e9bf00aabb5704290844f3a31a4d4c9e36fecfbcf46887a0f2e30f300b80dd2f273b3418fc6d26386c715a3e92b3b5fd4b80056782dfde6 From 6e6533c98ee8e55c21f20e962898a5a356e0f73e Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 25 Nov 2025 04:59:36 +0000 Subject: [PATCH 61/69] Update to 44.4 upstream release Upstream tag: anaconda-44.4 Upstream commit: 947e559b Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- anaconda.spec | 15 ++++++++++++++- sources | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a3c7e71..54ce0f8 100644 --- a/.gitignore +++ b/.gitignore @@ -479,3 +479,4 @@ /anaconda-43.46.tar.bz2 /anaconda-44.1.tar.bz2 /anaconda-44.2.tar.bz2 +/anaconda-44.4.tar.bz2 diff --git a/README.packit b/README.packit index e03362b..a901bca 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 1.12.0.post1.dev13+gd51655c23. +The file was generated using packit 1.12.0.post1.dev18+gc39b0e7d4. diff --git a/anaconda.spec b/anaconda.spec index 7512d74..831a7a4 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 44.2 +Version: 44.4 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -286,9 +286,15 @@ Requires: skopeo Requires: nvme-cli # Needed for bootc Requires: podman +Requires: bootc +Requires: bootupd # needed for encrypted DNS Requires: dnsconfd Requires: dnsconfd-dracut +Requires: selinux-policy +Requires: libselinux-utils +Requires: selinux-policy-targeted +Requires: policycoreutils-python-utils %description install-img-deps The anaconda-install-img-deps metapackage lists all boot.iso installation @@ -512,6 +518,13 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Nov 25 2025 Packit - 44.4-1 +- bootc: Collect kernel arguments before installation to pass to bootc + (k.koukiou) +- bootc: Bind mount /boot into sysroot for %%post scripts (k.koukiou) +- pyanaconda: bootc: specify the bootloader to grub for bootc (k.koukiou) +- storage: stop creating /etc/mtab symlink during installation (k.koukiou) + * Tue Nov 11 2025 Packit - 44.2-1 - fix: remove the unused file 'a' (lonicerae) diff --git a/sources b/sources index 383a868..04755db 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-44.2.tar.bz2) = e1359b45591752886e9bf00aabb5704290844f3a31a4d4c9e36fecfbcf46887a0f2e30f300b80dd2f273b3418fc6d26386c715a3e92b3b5fd4b80056782dfde6 +SHA512 (anaconda-44.4.tar.bz2) = fcd65c0ec613b3f9088b25e86c95a5d8d9ccef4774daabdf5ca7058c25b7d4d6f11dad581e3424811c0b4f0c04ab21e1da491b991cb12d6035f6d34c2a8fd28b From ed5a1f7cebe5832111b0b18cc5d9018121103509 Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 2 Dec 2025 08:58:36 +0000 Subject: [PATCH 62/69] Update to 44.5 upstream release Upstream tag: anaconda-44.5 Upstream commit: 8522f106 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- anaconda.spec | 7 ++++++- sources | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 54ce0f8..5a18162 100644 --- a/.gitignore +++ b/.gitignore @@ -480,3 +480,4 @@ /anaconda-44.1.tar.bz2 /anaconda-44.2.tar.bz2 /anaconda-44.4.tar.bz2 +/anaconda-44.5.tar.bz2 diff --git a/README.packit b/README.packit index a901bca..b4b46e3 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 1.12.0.post1.dev18+gc39b0e7d4. +The file was generated using packit 1.12.0.post1.dev20+g7d30dac21. diff --git a/anaconda.spec b/anaconda.spec index 831a7a4..a65c824 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 44.4 +Version: 44.5 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -518,6 +518,11 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Dec 02 2025 Packit - 44.5-1 +- storage: add minimum recommended size for /boot/efi partition (k.koukiou) +- storage: update minimum recommended /boot partition size to 1 GB (k.koukiou) +- Fix parsing of du output when errors are present (k.koukiou) + * Tue Nov 25 2025 Packit - 44.4-1 - bootc: Collect kernel arguments before installation to pass to bootc (k.koukiou) diff --git a/sources b/sources index 04755db..efde0b9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-44.4.tar.bz2) = fcd65c0ec613b3f9088b25e86c95a5d8d9ccef4774daabdf5ca7058c25b7d4d6f11dad581e3424811c0b4f0c04ab21e1da491b991cb12d6035f6d34c2a8fd28b +SHA512 (anaconda-44.5.tar.bz2) = 259d718536ad39c221b5e94e81af0caeb83549ae0364f38a506b34ced5c700e4e47ce8376f0a8dce99899f735998bdc8ebf9b764e571c668908dfdc88a427149 From b02d0b642464ee6e14cc1a4b4c564f1334ec1e20 Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 4 Dec 2025 11:18:48 +0000 Subject: [PATCH 63/69] Update to 44.6 upstream release Upstream tag: anaconda-44.6 Upstream commit: 9a15f8da Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + anaconda.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5a18162..54c9685 100644 --- a/.gitignore +++ b/.gitignore @@ -481,3 +481,4 @@ /anaconda-44.2.tar.bz2 /anaconda-44.4.tar.bz2 /anaconda-44.5.tar.bz2 +/anaconda-44.6.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index a65c824..408fe35 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 44.5 +Version: 44.6 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -518,6 +518,12 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Dec 04 2025 Packit - 44.6-1 +- Remove --root-mount-spec to enable bootc's btrfs subvolume auto-detection + (k.koukiou) +- Extend ssh config testing (ppolawsk) +- Fix permissions of the ssh config created by Anaconda (ppolawsk) + * Tue Dec 02 2025 Packit - 44.5-1 - storage: add minimum recommended size for /boot/efi partition (k.koukiou) - storage: update minimum recommended /boot partition size to 1 GB (k.koukiou) diff --git a/sources b/sources index efde0b9..89a094e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-44.5.tar.bz2) = 259d718536ad39c221b5e94e81af0caeb83549ae0364f38a506b34ced5c700e4e47ce8376f0a8dce99899f735998bdc8ebf9b764e571c668908dfdc88a427149 +SHA512 (anaconda-44.6.tar.bz2) = 1d0bc3fb613fb2e4bbcd437a8d515c9a1b42c02b442234bdd5cf652654752c1be1bc604ea12f6d2051a9f730ebd0bc6a96af6c1053d3c563ab9d39d27b462ee6 From c0faa66bb5d1ab99e835d44e424992ddac52cffe Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 9 Dec 2025 05:01:38 +0000 Subject: [PATCH 64/69] Update to 44.7 upstream release Upstream tag: anaconda-44.7 Upstream commit: 686e31d9 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + anaconda.spec | 12 +++++++++++- sources | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 54c9685..586d9ad 100644 --- a/.gitignore +++ b/.gitignore @@ -482,3 +482,4 @@ /anaconda-44.4.tar.bz2 /anaconda-44.5.tar.bz2 /anaconda-44.6.tar.bz2 +/anaconda-44.7.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 408fe35..42f44c4 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 44.6 +Version: 44.7 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -518,6 +518,16 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Dec 09 2025 Packit - 44.7-1 +- storage: add logging in set_default_class (jbock-java) +- storage: in get_class_by_name, check for X86EFI (jbock-java) +- Apply RHEL autoconections policy on Fedora ELN. (rvykydal) +- docs: ci-status: remove non-existing rhel-8 kickstart test (k.koukiou) +- docs: ci-status: remove container-eln-autoupdate badge (k.koukiou) +- docs: ci-status: use substitutions for WebUI workflows mentions (k.koukiou) +- pyanaconda: webui: enable DNF payload support (k.koukiou) +- docs: ci-status: show webui compose testing (k.koukiou) + * Thu Dec 04 2025 Packit - 44.6-1 - Remove --root-mount-spec to enable bootc's btrfs subvolume auto-detection (k.koukiou) diff --git a/sources b/sources index 89a094e..f69f491 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-44.6.tar.bz2) = 1d0bc3fb613fb2e4bbcd437a8d515c9a1b42c02b442234bdd5cf652654752c1be1bc604ea12f6d2051a9f730ebd0bc6a96af6c1053d3c563ab9d39d27b462ee6 +SHA512 (anaconda-44.7.tar.bz2) = 406a4dc832ed2b3217b80ac6a34c808ccb1d245e76377b42244e2b9b5004e8072c76856f6e5a58c746edc641baaade76f8571c35989c4fe4cee0560a7d767dd0 From 86e8992fe63c24e6ff8f2d02eef79c2e9cccde3b Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 10 Dec 2025 14:53:31 +0000 Subject: [PATCH 65/69] Update to 44.8 upstream release Upstream tag: anaconda-44.8 Upstream commit: 0388664c Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- anaconda.spec | 5 ++++- sources | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 586d9ad..a9bdbef 100644 --- a/.gitignore +++ b/.gitignore @@ -483,3 +483,4 @@ /anaconda-44.5.tar.bz2 /anaconda-44.6.tar.bz2 /anaconda-44.7.tar.bz2 +/anaconda-44.8.tar.bz2 diff --git a/README.packit b/README.packit index b4b46e3..1d2f35b 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 1.12.0.post1.dev20+g7d30dac21. +The file was generated using packit 1.12.0.post1.dev22+gfe66fd850. diff --git a/anaconda.spec b/anaconda.spec index 42f44c4..20e5174 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 44.7 +Version: 44.8 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -518,6 +518,9 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Dec 10 2025 Packit - 44.8-1 +- ui: gui: fix IndexError when editing NTP servers with empty list (k.koukiou) + * Tue Dec 09 2025 Packit - 44.7-1 - storage: add logging in set_default_class (jbock-java) - storage: in get_class_by_name, check for X86EFI (jbock-java) diff --git a/sources b/sources index f69f491..b913345 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-44.7.tar.bz2) = 406a4dc832ed2b3217b80ac6a34c808ccb1d245e76377b42244e2b9b5004e8072c76856f6e5a58c746edc641baaade76f8571c35989c4fe4cee0560a7d767dd0 +SHA512 (anaconda-44.8.tar.bz2) = c665a6dfadee9a07f7bfec03bf3ef6512e354b6e9e44ee9a16613d296ae1c7b7c9fd19ba896a03de3c59a0b30d1747fb084282086a8eb7810a98888b6b55aab8 From 38c30ad4051d6cd23749d538484d86cf37dd4b85 Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 16 Dec 2025 05:05:52 +0000 Subject: [PATCH 66/69] Update to 44.9 upstream release Upstream tag: anaconda-44.9 Upstream commit: 2263c825 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- anaconda.spec | 12 +++++++++++- sources | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a9bdbef..66bbc15 100644 --- a/.gitignore +++ b/.gitignore @@ -484,3 +484,4 @@ /anaconda-44.6.tar.bz2 /anaconda-44.7.tar.bz2 /anaconda-44.8.tar.bz2 +/anaconda-44.9.tar.bz2 diff --git a/README.packit b/README.packit index 1d2f35b..db537f9 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 1.12.0.post1.dev22+gfe66fd850. +The file was generated using packit 1.13.0. diff --git a/anaconda.spec b/anaconda.spec index 20e5174..ac182eb 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 44.8 +Version: 44.9 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -518,6 +518,16 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Dec 16 2025 Packit - 44.9-1 +- data/profile.d: Add trivial Fedora KDE Plasma Mobile spin profile (neal) +- data/profile.d/fedora-kde: Disable stages redundant with Plasma Setup (neal) +- data/profile.d/fedora-kde: Update comment to indicate Edition status (neal) +- docs: Add Fedora 43 release notes (k.koukiou) +- bootloader: update GRUB2.check() threshold to match GRUB manual + recommendation (k.koukiou) +- Add x-initrd.attach to /etc/crypttab device for / volumes (mkolman) +- Handle RuntimeError in vtActivate() during interpreter shutdown (k.koukiou) + * Wed Dec 10 2025 Packit - 44.8-1 - ui: gui: fix IndexError when editing NTP servers with empty list (k.koukiou) diff --git a/sources b/sources index b913345..96ffb4c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-44.8.tar.bz2) = c665a6dfadee9a07f7bfec03bf3ef6512e354b6e9e44ee9a16613d296ae1c7b7c9fd19ba896a03de3c59a0b30d1747fb084282086a8eb7810a98888b6b55aab8 +SHA512 (anaconda-44.9.tar.bz2) = 1b393f0df4839fb8f7fa4c5a399586c1bef6c005f9aeed20f960f3a8beab642da558e35e225c6c5f566d2310cb1bcc280b8ebe8ee1c742331d3ed437797f47ea From f4ff379850268ce19d7bb18f681891a867047bea Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 23 Dec 2025 05:06:08 +0000 Subject: [PATCH 67/69] Update to 44.10 upstream release Upstream tag: anaconda-44.10 Upstream commit: 8ae51a68 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- anaconda.spec | 8 +++++++- sources | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 66bbc15..3529926 100644 --- a/.gitignore +++ b/.gitignore @@ -485,3 +485,4 @@ /anaconda-44.7.tar.bz2 /anaconda-44.8.tar.bz2 /anaconda-44.9.tar.bz2 +/anaconda-44.10.tar.bz2 diff --git a/README.packit b/README.packit index db537f9..9bb65f0 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 1.13.0. +The file was generated using packit 1.13.0.post1.dev2+g84134016c. diff --git a/anaconda.spec b/anaconda.spec index ac182eb..c03bd93 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 44.9 +Version: 44.10 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -518,6 +518,12 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Dec 23 2025 Packit - 44.10-1 +- rhsm: add --flatpak-registry-url support (bciconel) +- flatpak: handle self-signed certificate errors in registry sources (bciconel) +- flatpak: add utility to check for self-signed certificate errors (bciconel) +- docs: Add bootc kickstart command support release note (k.koukiou) + * Tue Dec 16 2025 Packit - 44.9-1 - data/profile.d: Add trivial Fedora KDE Plasma Mobile spin profile (neal) - data/profile.d/fedora-kde: Disable stages redundant with Plasma Setup (neal) diff --git a/sources b/sources index 96ffb4c..20e439b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-44.9.tar.bz2) = 1b393f0df4839fb8f7fa4c5a399586c1bef6c005f9aeed20f960f3a8beab642da558e35e225c6c5f566d2310cb1bcc280b8ebe8ee1c742331d3ed437797f47ea +SHA512 (anaconda-44.10.tar.bz2) = 4b8c4bac7843e643027700e03c23853d8aceb1457b6410f876202811a625dbb8197629677f9d5ac43dc451f5683a0d8b46a7bf9b36a10dab8d7ba0f00b297bdb From da65b3028d4789e2396d2c18b7f7d13a0ec6d9d1 Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 30 Dec 2025 05:08:31 +0000 Subject: [PATCH 68/69] Update to 44.11 upstream release Upstream tag: anaconda-44.11 Upstream commit: df3cf93f Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + anaconda.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3529926..eccaf67 100644 --- a/.gitignore +++ b/.gitignore @@ -486,3 +486,4 @@ /anaconda-44.8.tar.bz2 /anaconda-44.9.tar.bz2 /anaconda-44.10.tar.bz2 +/anaconda-44.11.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index c03bd93..7a897a9 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 44.10 +Version: 44.11 Release: 1%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later @@ -518,6 +518,9 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Dec 30 2025 Packit - 44.11-1 +- Update to version 44.11 + * Tue Dec 23 2025 Packit - 44.10-1 - rhsm: add --flatpak-registry-url support (bciconel) - flatpak: handle self-signed certificate errors in registry sources (bciconel) diff --git a/sources b/sources index 20e439b..5807bb3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-44.10.tar.bz2) = 4b8c4bac7843e643027700e03c23853d8aceb1457b6410f876202811a625dbb8197629677f9d5ac43dc451f5683a0d8b46a7bf9b36a10dab8d7ba0f00b297bdb +SHA512 (anaconda-44.11.tar.bz2) = 30e8c3bde05afefe7cb18ba17d84fc31007e9086932f47136e74e432563786cd577123f7c904bc3ddd5e5c5f6f722dae3cedbc131d5871c06f7829ba632ffaf7 From 70175cd20147f31b92470d14c9f96a2f836ce522 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 16 Jan 2026 03:39:26 +0000 Subject: [PATCH 69/69] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- anaconda.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/anaconda.spec b/anaconda.spec index 7a897a9..cc4a2f2 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ Summary: Graphical system installer Name: anaconda Version: 44.11 -Release: 1%{?dist} +Release: 2%{?dist} ExcludeArch: %{ix86} License: GPL-2.0-or-later URL: http://fedoraproject.org/wiki/Anaconda @@ -518,6 +518,9 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Jan 16 2026 Fedora Release Engineering - 44.11-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Tue Dec 30 2025 Packit - 44.11-1 - Update to version 44.11