-
Notifications
You must be signed in to change notification settings - Fork 363
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -416,6 +416,25 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d | |
%{_prefix}/libexec/anaconda/dd_* | ||
|
||
%changelog | ||
* Fri Nov 01 2024 Martin Kolman <[email protected]> - 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 <[email protected]> - 34.25.5.10-1 | ||
- Fix check for biosboot partition in GRUB2.check (vtrefny) | ||
Resolves: RHEL-55922 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
m4_define(python_required_version, 3.4) | ||
|
||
AC_PREREQ([2.63]) | ||
AC_INIT([anaconda], [34.25.5.10], [[email protected]]) | ||
AC_INIT([anaconda], [34.25.5.11], [[email protected]]) | ||
|
||
# make it possible to set build info at build time | ||
# (patch only builds, modular builds, mass-rebuilds, etc.) | ||
|