Update to 40.22.3.19 upstream release
Upstream tag: anaconda-40.22.3.19 Upstream commit: d903cb58 Commit authored by Packit automation (https://packit.dev/)
This commit is contained in:
parent
5749fb2b6a
commit
df80b739ed
1
.gitignore
vendored
1
.gitignore
vendored
@ -413,3 +413,4 @@
|
||||
/anaconda-40.22.3.16.tar.bz2
|
||||
/anaconda-40.22.3.17.tar.bz2
|
||||
/anaconda-40.22.3.18.tar.bz2
|
||||
/anaconda-40.22.3.19.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 40.22.3.18
|
||||
Version: 40.22.3.19
|
||||
Release: 1%{?dist}
|
||||
License: GPL-2.0-or-later
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -174,7 +174,6 @@ BuildRequires: desktop-file-utils
|
||||
Requires: anaconda-gui = %{version}-%{release}
|
||||
Requires: usermode
|
||||
Requires: zenity
|
||||
Requires: xisxwayland
|
||||
Recommends: xhost
|
||||
|
||||
%description live
|
||||
@ -482,7 +481,8 @@ rm -rf \
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Wed Nov 27 2024 Paweł Poławski <ppolawsk@redhat.com> - 40.22.3.18-1
|
||||
* Fri Dec 13 2024 Paweł Poławski <ppolawsk@redhat.com> - 40.22.3.19-1
|
||||
- Update to version 40.22.3.19
|
||||
- util: Add additional information for EFI systems (riehecky)
|
||||
Resolves: RHEL-55129
|
||||
- Use log levels when getting logs from GLib (jkonecny)
|
||||
@ -526,6 +526,52 @@ rm -rf \
|
||||
- Add missing support to localed for compositor (jkonecny)
|
||||
Related: RHEL-58181
|
||||
|
||||
* Wed Nov 27 2024 Paweł Poławski <ppolawsk@redhat.com> - 40.22.3.18-1
|
||||
- Update to version 40.22.3.18
|
||||
- util: Add additional information for EFI systems (riehecky)
|
||||
Resolves: RHEL-55129
|
||||
- Use log levels when getting logs from GLib (jkonecny)
|
||||
Related: RHEL-58834
|
||||
- Remove GLib logging condition for HW logging (jkonecny)
|
||||
Related: RHEL-58834
|
||||
- Move GLib imports to pyanaconda.core.glib (jkonecny)
|
||||
Related: RHEL-58834
|
||||
- Redirect only GLib loggers to Journal (mkolman)
|
||||
Related: RHEL-58834
|
||||
- Log stderr to journal only on supported platforms (jkonecny)
|
||||
Related: RHEL-58834
|
||||
- Fix journal redirect on systems without journal (jkonecny)
|
||||
Related: RHEL-58834
|
||||
- Suppress warning from systemd user session (jkonecny)
|
||||
Resolves: RHEL-67911
|
||||
- Fix RDP var contains string instead of bool (jkonecny)
|
||||
Related: RHEL-67911
|
||||
- Set --rdp in liveinst unsupported (jkonecny)
|
||||
Related: RHEL-67911
|
||||
- Stop pretending liveinst+vnc is supported (#678354) (kkoukiou)
|
||||
Related: RHEL-67911
|
||||
- Create GRDServer class only when required (jkonecny)
|
||||
Related: RHEL-67911
|
||||
- Fix typo in the GRD source file name (jkonecny)
|
||||
Related: RHEL-67911
|
||||
- Do not change compositor options when not defined (jkonecny)
|
||||
Related: RHEL-58181
|
||||
- Add release-notes for Wayland migration (jkonecny)
|
||||
Related: RHEL-58181
|
||||
- Remove Wayland detection logic from code (jkonecny)
|
||||
Related: RHEL-58181
|
||||
- Do not create GRDServer on Live ISO (jkonecny)
|
||||
Related: RHEL-67911
|
||||
- Remove dead spice_vd_agent code (jkonecny)
|
||||
Related: RHEL-67911
|
||||
- Switch keyboard management to Localed (jkonecny)
|
||||
Resolves: RHEL-58181
|
||||
- Add localed signal support to LocaledWrapper (jkonecny)
|
||||
Resolves: RHEL-58181
|
||||
- Add missing support to localed for compositor (jkonecny)
|
||||
Related: RHEL-58181
|
||||
|
||||
|
||||
* Wed Nov 13 2024 Martin Kolman <mkolman@redhat.com> - 40.22.3.17-1
|
||||
- network: add warning for kickstart network configuration when running from
|
||||
nfs (rvykydal)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-40.22.3.18.tar.bz2) = 0130fda94ceaeeecf885ecbfbc503d37dcabae28fe46446e03ec50dec1f600110c66a853ca4c385d46a7e71d6d6d247e68830e21e5ac3cdd839cdce6e9bf3553
|
||||
SHA512 (anaconda-40.22.3.19.tar.bz2) = 3c8c062f095387a1b04696dcf074ed95e0b416ac666e9f9d05d1ade21260f5ed7c1365e0eaa8dc1bbf7e8cb96feab402dd439aeaed51538eaebc02411ee3983c
|
||||
|
Loading…
Reference in New Issue
Block a user