Require xprop for xwayland scriptlet (#2137281)
This commit is contained in:
parent
be606ab5da
commit
907990c5b9
@ -1,6 +1,6 @@
|
|||||||
Name: at-spi2-core
|
Name: at-spi2-core
|
||||||
Version: 2.46.0
|
Version: 2.46.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Protocol definitions and daemon for D-Bus at-spi
|
Summary: Protocol definitions and daemon for D-Bus at-spi
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -22,6 +22,9 @@ BuildRequires: pkgconfig(xi)
|
|||||||
BuildRequires: pkgconfig(xtst)
|
BuildRequires: pkgconfig(xtst)
|
||||||
|
|
||||||
Requires: dbus
|
Requires: dbus
|
||||||
|
# For xwayland-session-scriptlet
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2137281
|
||||||
|
Requires: /usr/bin/xprop
|
||||||
|
|
||||||
%description
|
%description
|
||||||
at-spi allows assistive technologies to access GTK-based
|
at-spi allows assistive technologies to access GTK-based
|
||||||
@ -165,6 +168,9 @@ install -m 0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/Xwayland-session.d/00-
|
|||||||
%{_libdir}/pkgconfig/atk-bridge-2.0.pc
|
%{_libdir}/pkgconfig/atk-bridge-2.0.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 02 2022 David King <amigadave@amigadave.com> - 2.46.0-2
|
||||||
|
- Require xprop for xwayland scriptlet (#2137281)
|
||||||
|
|
||||||
* Thu Oct 27 2022 David King <amigadave@amigadave.com> - 2.46.0-1
|
* Thu Oct 27 2022 David King <amigadave@amigadave.com> - 2.46.0-1
|
||||||
- Update to 2.46.0
|
- Update to 2.46.0
|
||||||
- Merge of atk and at-spi2-atk
|
- Merge of atk and at-spi2-atk
|
||||||
|
Loading…
Reference in New Issue
Block a user