Recommend PipeWire on RHEL 9 and later for java.awt.Robot screenshots under Wayland
- Resolves: RHEL-102686
This commit is contained in:
parent
023c9cf4a5
commit
fd63ac4693
@ -1029,6 +1029,10 @@ OrderWithRequires: %{name}-headless%{?1}%{?_isa} = %{epoch}:%{version}-%{release
|
||||
%if 0%{?rhel} >= 8 || 0%{?fedora} > 0
|
||||
Recommends: gtk3%{?_isa}
|
||||
%endif
|
||||
# Recommend PipeWire for screenshots under Wayland.
|
||||
%if 0%{?rhel} >= 9 || 0%{?fedora} > 0
|
||||
Recommends: pipewire%{?_isa}
|
||||
%endif
|
||||
|
||||
Provides: java-%{javaver}-%{origin}%{?1} = %{epoch}:%{version}-%{release}
|
||||
|
||||
@ -2471,6 +2475,10 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jul 09 2025 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:21.0.7.0.6-3
|
||||
- Recommend PipeWire on RHEL 9 and later for java.awt.Robot screenshots under Wayland
|
||||
- Resolves: RHEL-102686
|
||||
|
||||
* Wed Jul 09 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.7.0.6-3
|
||||
- Bump portablerelease to match riscv64 patched version
|
||||
- Sync the copy of the portable specfile with the latest update
|
||||
|
Loading…
Reference in New Issue
Block a user