From 99dcabe5df99f2c545fd4cafa9ecb18e0786635b Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Mon, 7 Oct 2024 18:36:43 +0300 Subject: [PATCH] import anaconda-34.25.5.9-1.el9 --- .anaconda.metadata | 2 +- .gitignore | 2 +- SPECS/anaconda.spec | 88 +++++++++++++++++++++++++++++++++++++++++++-- 3 files changed, 88 insertions(+), 4 deletions(-) diff --git a/.anaconda.metadata b/.anaconda.metadata index 90a0b44..ed06723 100644 --- a/.anaconda.metadata +++ b/.anaconda.metadata @@ -1 +1 @@ -3ae88f13a4c332141559f2430ef8e9c53cf59ce9 SOURCES/anaconda-34.25.4.7.tar.bz2 +2682a25a2e322c227f24375efd8c40254f2fa740 SOURCES/anaconda-34.25.5.9.tar.bz2 diff --git a/.gitignore b/.gitignore index 174d812..1b1f076 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/anaconda-34.25.4.7.tar.bz2 +SOURCES/anaconda-34.25.5.9.tar.bz2 diff --git a/SPECS/anaconda.spec b/SPECS/anaconda.spec index 3e8ff22..e7c3846 100644 --- a/SPECS/anaconda.spec +++ b/SPECS/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 34.25.4.7 +Version: 34.25.5.9 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -10,7 +10,7 @@ URL: http://fedoraproject.org/wiki/Anaconda # git checkout -b archive-branch anaconda-%%{version}-%%{release} # ./autogen.sh # make dist -Source0: %{name}-%{version}.tar.bz2 +Source0: https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2 # Versions of required components (done so we make sure the buildrequires # match the requires versions of things). @@ -298,6 +298,7 @@ Requires: dracut-network Requires: dracut-live Requires: xz Requires: python3-kickstart +Requires: iputils %description dracut The 'anaconda' dracut module handles installer-specific boot tasks and @@ -415,6 +416,89 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Aug 21 2024 Martin Kolman - 34.25.5.9-1 +- network: ignore kickstart configuration of nBFT devices (rvykydal) + Resolves: RHEL-30149 + Resolves: RHEL-34235 + Resolves: RHEL-32146 +- network: do not dump configurations of nBFT devices (rvykydal) + Resolves: RHEL-30149 + Resolves: RHEL-34235 + Resolves: RHEL-32146 +- network: ignore nBFT devices connections in network configuration (rvykydal) + Resolves: RHEL-30149 + Resolves: RHEL-34235 + Resolves: RHEL-32146 +- network: add a test for ignoring ifname=nbft* for device renaming (rvykydal) + Resolves: RHEL-30149 + Resolves: RHEL-34235 + Resolves: RHEL-32146 +- network: do not create empty dir for only ifname=nbft* options (rvykydal) + Resolves: RHEL-30149 + Resolves: RHEL-34235 + Resolves: RHEL-32146 +- network: Avoid creating link files for 'nbft' interfaces (tbzatek) + Resolves: RHEL-30149 + Resolves: RHEL-34235 + Resolves: RHEL-32146 +- Update translations from Weblate for rhel-9 (github-actions) + +* Wed Aug 14 2024 Martin Kolman - 34.25.5.8-1 +- Use proxy server also for FTP .treeinfo download (jkonecny) + Resolves: RHEL-27938 +- Update translations from Weblate for rhel-9 (github-actions) + +* Wed Aug 07 2024 Radek Vykydal - 34.25.5.7-1 +- Fix source spoke being inaccessible if payload thread errors out (mkolman) + Resolves: RHEL-4721 +- Do not create default wired connections for bond ports (rvykydal) + Resolves: RHEL-38451 +- Consolidate code for dumping network connections (rvykydal) + Related: RHEL-38451 + +* Mon Jul 01 2024 Katerina Koukiou - 34.25.5.6-1 +- Update translations from Weblate for rhel-9 +- Change location of rescue mode flag file (jstodola) + Resolves: RHEL-4794 + +* Mon May 20 2024 Katerina Koukiou - 34.25.5.5-1 +- Update translations from Weblate for rhel-9 +- Do not rewrite logs in rescue mode (jstodola) + Resolves: RHEL-4794 +- Write a warning rescue selinux (akankovs) + Resolves: RHEL-14005 +- Fix kickstart --dhcpclass option application (rvykydal) + Resolves: RHEL-30406 + +* Mon Apr 15 2024 Katerina Koukiou - 34.25.5.3-1 +- Fix Source0 in spec to point to upstream source URL (kkoukiou) +- Do not try to load sha256 module in intramfs (rvykydal) + Resolves: RHEL-4747 +- Do not try to load the floppy kernel module (jstodola) + Resolves: RHEL-4747 +- anaconda-modprobe: don't try and load cramfs (awilliam) + Resolves: RHEL-4747 + +* Fri Apr 12 2024 Katerina Koukiou - 34.25.5.2-1 +- network: do not crash on destroyed device object in GUI (rvykydal) + Resolves: RHEL-20891 + +* Tue Apr 09 2024 Katerina Koukiou - 34.25.5.1-1 +- anaconda-diskroot: wait before dying on media check fail (awilliam) + Resolves: RHEL-4790 +- Add ping tool to Dracut (jkonecny) + Resolves: RHEL-5719 +- gui:Fix index error for _remove_treeinfo_repositories() (liuwenyu.0311) + Resolves: RHEL-29561 + +* Thu Mar 14 2024 Radek Vykydal - 34.25.4.9-1 +- Do not initialize kernel features in init (jkonecny) + Resolves: RHEL-27076 + +* Mon Mar 04 2024 Radek Vykydal - 34.25.4.8-1 +- Update translations + Resolves: RHEL-24945 + * Fri Feb 16 2024 Jiri Konecny - 34.25.4.7-1 - Lower log file permission in /tmp (jkonecny) Resolves: RHEL-23345