Fix CI tests

This commit is contained in:
Peng Wu 2023-11-23 12:59:16 +08:00
parent efcb6662c7
commit 679e2806b7
2 changed files with 10 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Name: ibus-hangul
Version: 1.5.4
Release: 8%{?dist}
Release: 9%{?dist}
Summary: The Hangul engine for IBus input platform
License: GPLv2+
URL: https://github.com/libhangul/ibus-hangul
@ -94,6 +94,10 @@ make check \
%{_datadir}/installed-tests/ibus-hangul
%changelog
* Thu Nov 23 2023 Peng Wu <pwu@redhat.com> - 1.5.4-9
- Fix CI tests
- Resolves: RHEL-14878
* Thu Nov 16 2023 Peng Wu <pwu@redhat.com> - 1.5.4-8
- Add ibus-hangul-sync-process-key.patch
- Resolves: RHEL-14878

View File

@ -34,6 +34,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: