Depend on gnome-shell-extension-no-overview for CI
This commit is contained in:
parent
afcf69bc3f
commit
c94bdf2531
10
ibus.spec
10
ibus.spec
@ -38,7 +38,7 @@
|
|||||||
|
|
||||||
Name: ibus
|
Name: ibus
|
||||||
Version: 1.5.24
|
Version: 1.5.24
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
Summary: Intelligent Input Bus for Linux OS
|
Summary: Intelligent Input Bus for Linux OS
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://github.com/ibus/%name/wiki
|
URL: https://github.com/ibus/%name/wiki
|
||||||
@ -248,6 +248,11 @@ The ibus-devel-docs package contains developer documentation for IBus
|
|||||||
%package desktop-testing
|
%package desktop-testing
|
||||||
Summary: Wrapper of InstalledTests Runner for IBus
|
Summary: Wrapper of InstalledTests Runner for IBus
|
||||||
Requires: %{name} = %{version}-%{release}
|
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
|
BuildArch: noarch
|
||||||
|
|
||||||
%description desktop-testing
|
%description desktop-testing
|
||||||
@ -505,6 +510,9 @@ dconf update || :
|
|||||||
%{_datadir}/installed-tests/ibus
|
%{_datadir}/installed-tests/ibus
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jun 17 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.24-7
|
||||||
- Use transfiletriggerin and transfiletriggerpostun
|
- Use transfiletriggerin and transfiletriggerpostun
|
||||||
- Change mutter to no-overview gnome-shell in CI
|
- Change mutter to no-overview gnome-shell in CI
|
||||||
|
Loading…
Reference in New Issue
Block a user