- Make critical warnings from Dracut more visible (jkonecny)
Resolves: rhbz#1983098 - Print Dracut errors encountered during boot after Anaconda starts (jkonecny) Resolves: rhbz#1983098 - Add function to print critical warnings more visible during boot (jkonecny) Related: rhbz#1983098 - Add new error reporting hook when Dracut timeout (jkonecny) Resolves: rhbz#1983098 - Disable built-in help system on RHEL 9 for now (mkolman) Resolves: rhbz#1949073 - Make it possible to disable the built-in help system (mkolman) Related: rhbz#1949073 - Add a mechanism to hide help button per page (vslavik) Related: rhbz#1949073 - Make sure parent class initialize() method is run in spokes (mkolman) Related: rhbz#1949073 - Disable anaconda-core's requirement on subscription-manager on CentOS (carl) Resolves: rhbz#1984959
This commit is contained in:
parent
5a71f9eb99
commit
9b44935aa0
1
.gitignore
vendored
1
.gitignore
vendored
@ -292,3 +292,4 @@
|
||||
/anaconda-34.25.0.9.tar.bz2
|
||||
/anaconda-34.25.0.10.tar.bz2
|
||||
/anaconda-34.25.0.11.tar.bz2
|
||||
/anaconda-34.25.0.12.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 34.25.0.11
|
||||
Version: 34.25.0.12
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -100,7 +100,7 @@ Requires: python3-systemd
|
||||
Requires: python3-productmd
|
||||
Requires: python3-dasbus >= %{dasbusver}
|
||||
Requires: flatpak-libs
|
||||
%if 0%{?rhel}
|
||||
%if %{defined rhel} && %{undefined centos}
|
||||
Requires: subscription-manager >= %{subscriptionmanagerver}
|
||||
%endif
|
||||
|
||||
@ -405,6 +405,26 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 02 2021 Radek Vykydal <rvykydal@redhat.com> - 34.25.0.12-1
|
||||
- Make critical warnings from Dracut more visible (jkonecny)
|
||||
Resolves: rhbz#1983098
|
||||
- Print Dracut errors encountered during boot after Anaconda starts (jkonecny)
|
||||
Resolves: rhbz#1983098
|
||||
- Add function to print critical warnings more visible during boot (jkonecny)
|
||||
Related: rhbz#1983098
|
||||
- Add new error reporting hook when Dracut timeout (jkonecny)
|
||||
Resolves: rhbz#1983098
|
||||
- Disable built-in help system on RHEL 9 for now (mkolman)
|
||||
Resolves: rhbz#1949073
|
||||
- Make it possible to disable the built-in help system (mkolman)
|
||||
Related: rhbz#1949073
|
||||
- Add a mechanism to hide help button per page (vslavik)
|
||||
Related: rhbz#1949073
|
||||
- Make sure parent class initialize() method is run in spokes (mkolman)
|
||||
Related: rhbz#1949073
|
||||
- Disable anaconda-core's requirement on subscription-manager on CentOS (carl)
|
||||
Resolves: rhbz#1984959
|
||||
|
||||
* Tue Jul 20 2021 Radek Vykydal <rvykydal@redhat.com> - 34.25.0.11-1
|
||||
- Run installation tasks from ConfigureBootloaderWithTasks (vponcova)
|
||||
Related: rhbz#1977348
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-34.25.0.11.tar.bz2) = dc1cde161b47840105bf020423de7fa997723e4bc5dfa46b781d55446e6c0c5188a70446a8e7fb467a00d9aff8254ab0758a2e496123579d31848783256d3faa
|
||||
SHA512 (anaconda-34.25.0.12.tar.bz2) = 298b70af0e5acaa9dc08f2300f886d91e353674d302ea5fb2e6497d9c77f7cefaab7f7fb8f63d15f1ef4afc5345ea22ce011e20703f60a94f8375827550d3605
|
||||
|
Loading…
Reference in New Issue
Block a user