From 97b5d6bd8b47b7b8ecd6cce2a27e3b9387395cb9 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Fri, 1 Nov 2024 16:18:29 +0100 Subject: [PATCH] New version - 34.25.5.11 --- anaconda.spec.in | 19 +++++++++++++++++++ configure.ac | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/anaconda.spec.in b/anaconda.spec.in index 8789b14a065..5670db80701 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -416,6 +416,25 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Nov 01 2024 Martin Kolman - 34.25.5.11-1 +- security: call /usr/libexec/fips-setup-helper (asosedkin) + Resolves: RHEL-58667 +- release-notes: Document support for compressed kernel modules in Driver Discs + (peter.georg) + Related: RHEL-9913 +- Add documentation about support for compressed kernel modules (peter.georg) + Resolves: RHEL-9913 +- dd_extract: Update test info to reflect added support for compressed kernel + modules (peter.georg) + Resolves: RHEL-9913 +- dd_extract: Add test for zstd compressed kernel module (peter.georg) + Resolves: RHEL-9913 +- dd_extract: Add test for xz compressed kernel module (peter.georg) + Resolves: RHEL-9913 +- dd_extract: Add support for compressed kernel modules (peter.georg) + Resolves: RHEL-9913 +- New version - 34.25.5.10 (k.koukiou) + * Tue Oct 01 2024 Katerina Koukiou - 34.25.5.10-1 - Fix check for biosboot partition in GRUB2.check (vtrefny) Resolves: RHEL-55922 diff --git a/configure.ac b/configure.ac index 35a20374aa0..59112861118 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.10], [anaconda-devel-list@redhat.com]) +AC_INIT([anaconda], [34.25.5.11], [anaconda-devel-list@redhat.com]) # make it possible to set build info at build time # (patch only builds, modular builds, mass-rebuilds, etc.)