From 1545dd82854a72830aad52cdf62699f4c18172e0 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Wed, 21 Aug 2024 11:12:43 +0200 Subject: [PATCH] New version - 34.25.5.9 --- anaconda.spec.in | 27 +++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/anaconda.spec.in b/anaconda.spec.in index 8d90eba90d8..e1e79aa33ac 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -416,6 +416,33 @@ 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 diff --git a/configure.ac b/configure.ac index 4d1e531cab4..914f1c8a325 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ m4_define(python_required_version, 3.4) AC_PREREQ([2.63]) -AC_INIT([anaconda], [34.25.5.8], [anaconda-devel-list@redhat.com]) +AC_INIT([anaconda], [34.25.5.9], [anaconda-devel-list@redhat.com]) # make it possible to set build info at build time # (patch only builds, modular builds, mass-rebuilds, etc.)