-
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
1 parent
3c6eac9
commit 18ad351
Showing
2 changed files
with
44 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,49 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d | |
%{_prefix}/libexec/anaconda/dd_* | ||
|
||
%changelog | ||
* Wed Jan 29 2025 Jiri Konecny <[email protected]> - 34.25.5.13-1 | ||
- security: require pykickstart version with %%certificates support (rvykydal) | ||
Resolves: RHEL-61430 | ||
- security: do not crash initramfs ks parsing on failing certificate dump | ||
(rvykydal) | ||
Resolves: RHEL-61430 | ||
- security: add service to transfer certificates from initramfs (rvykydal) | ||
Resolves: RHEL-61430 | ||
- security: import certificates in initramfs (rvykydal) | ||
Resolves: RHEL-61430 | ||
- security: install certificates in pre-install phase only for dnf payload | ||
(rvykydal) | ||
Resolves: RHEL-61430 | ||
- security: raise exception if certificate destination is unknown (rvykydal) | ||
Resolves: RHEL-61430 | ||
- security: log a warning when dumping certificate over an existing file | ||
(rvykydal) | ||
Resolves: RHEL-61430 | ||
- security: pre-install certificates before payload installation (rvykydal) | ||
Resolves: RHEL-61430 | ||
- security: add API to install certificates early before payload (rvykydal) | ||
Resolves: RHEL-61430 | ||
- security: install certificates on target system (rvykydal) | ||
Resolves: RHEL-61430 | ||
- security: Add API for installation on target system (rvykydal) | ||
Resolves: RHEL-61430 | ||
- security: import certificates early after Anaconda start (rvykydal) | ||
Resolves: RHEL-61430 | ||
- security: add API to import certificates to Anaconda environment (rvykydal) | ||
Resolves: RHEL-61430 | ||
- security: add API: Certificate getter (rvykydal) | ||
Resolves: RHEL-61430 | ||
- kickstart: extend section specification for list of section data (rvykydal) | ||
Related: INSTALLER-61430 | ||
- security: implement the support to install certificates to Anaconda | ||
(rvykydal) | ||
Resolves: RHEL-61430 | ||
- translations: bump dependency to l10n repo because of branch switch | ||
(k.koukiou) | ||
- util: correct errors and suppress stderr for common cases (riehecky) | ||
- util: Add additional information for EFI systems (riehecky) | ||
Resolves: RHEL-55128 | ||
|
||
* Wed Nov 13 2024 Martin Kolman <[email protected]> - 34.25.5.12-1 | ||
- Explicitly place biosboot partition only on stage1 disk (vtrefny) | ||
Resolves: RHEL-50454 | ||
|
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.12], [[email protected]]) | ||
AC_INIT([anaconda], [34.25.5.13], [[email protected]]) | ||
|
||
# make it possible to set build info at build time | ||
# (patch only builds, modular builds, mass-rebuilds, etc.) | ||
|