Depend on gnome-shell-extension-no-overview for CI

This commit is contained in:
Takao Fujiwara 2021-06-28 19:42:47 +09:00
parent afcf69bc3f
commit c94bdf2531

View File

@ -38,7 +38,7 @@
Name: ibus
Version: 1.5.24
Release: 7%{?dist}
Release: 8%{?dist}
Summary: Intelligent Input Bus for Linux OS
License: LGPLv2+
URL: https://github.com/ibus/%name/wiki
@ -248,6 +248,11 @@ The ibus-devel-docs package contains developer documentation for IBus
%package desktop-testing
Summary: Wrapper of InstalledTests Runner for IBus
Requires: %{name} = %{version}-%{release}
%if 0%{?fedora:1}%{?rhel:0}
# Use no-overview mode in CI to get input focus
BuildRequires: gnome-shell-extension-no-overview
Requires: gnome-shell-extension-no-overview
%endif
BuildArch: noarch
%description desktop-testing
@ -505,6 +510,9 @@ dconf update || :
%{_datadir}/installed-tests/ibus
%changelog
* Mon Jun 28 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.24-8
- Depend on gnome-shell-extension-no-overview for CI
* Thu Jun 17 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.24-7
- Use transfiletriggerin and transfiletriggerpostun
- Change mutter to no-overview gnome-shell in CI