Compare commits

...

2 Commits

Author SHA1 Message Date
Takao Fujiwara 861e1cd654 Resolves: RHEL-1616 Make ibus-tests to depend on ibus-libs 2023-10-31 02:26:31 +00:00
Takao Fujiwara 62e1a488fc Resolves: RHEL-1616 Checkout v2021.1 in gnome-desktop-testing 2023-10-27 09:34:47 +09:00
3 changed files with 11 additions and 1 deletions

1
.ibus.metadata Normal file
View File

@ -0,0 +1 @@
4058f9b11781f9d33927c2464da6ebcaa5c2a83a ibus-1.5.25.tar.gz

View File

@ -38,7 +38,7 @@
Name: ibus
Version: 1.5.25
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Intelligent Input Bus for Linux OS
License: LGPLv2+
URL: https://github.com/ibus/%name/wiki
@ -266,6 +266,7 @@ desktop testing runner internally.
%package tests
Summary: Tests for the %{name} package
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
%description tests
The %{name}-tests package contains tests that can be used to verify
@ -512,6 +513,9 @@ dconf update || :
%{_datadir}/installed-tests/ibus
%changelog
* Mon Oct 30 2023 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.25-4
- Resolves: RHEL-1616 Make ibus-tests to depend on ibus-libs
* Tue Oct 24 2023 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.25-3
- Resolves: RHEL-1616 Space, back-spc, enter key not working on gtk4

View File

@ -38,6 +38,11 @@
dest: gnome-desktop-testing
force: yes
- name: Checkout v2021.1 tag in GNOME installed-tests testing harness
command: git checkout -b v2021.1 refs/tags/v2021.1
args:
chdir: gnome-desktop-testing
- name: Configure GNOME installed-tests testing harness build
command: ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
args: