-
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
15 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 |
---|---|---|
|
@@ -481,6 +481,20 @@ rm -rf \ | |
%{_prefix}/libexec/anaconda/dd_* | ||
|
||
%changelog | ||
* Fri Feb 07 2025 Radek Vykydal <[email protected]> - 40.22.3.23-1 | ||
- security: add a development note for certificates import in initramfs | ||
(rvykydal) | ||
Related: RHEL-77156 | ||
- security: do not issue warning on existing certificate file during dump | ||
(rvykydal) | ||
Resolves: RHEL-77156 | ||
- Add systemd override to make /usr RW in Dracut (mkolman) | ||
Resolves: RHEL-77192 | ||
- network: pass NM global dns configuration to the installed system (rvykydal) | ||
Resolves: RHEL-71415 | ||
- network: pass global dns initrd option to the installed system (rvykydal) | ||
Resolves: RHEL-71415 | ||
|
||
* Mon Feb 03 2025 Jiri Konecny <[email protected]> - 40.22.3.22-1 | ||
- Fix RDP question will switch to GUI instead of TUI (jkonecny) | ||
Resolves: RHEL-77162 | ||
|
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], [40.22.3.22], [[email protected]]) | ||
AC_INIT([anaconda], [40.22.3.23], [[email protected]]) | ||
|
||
# make it possible to set build info at build time | ||
# (patch only builds, modular builds, mass-rebuilds, etc.) | ||
|