From 679e2806b79f502bb89463c40f49471f606bf2bb Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 23 Nov 2023 12:59:16 +0800 Subject: [PATCH] Fix CI tests --- ibus-hangul.spec | 6 +++++- tests/roles/ibus-desktop-testing-role/tasks/main.yml | 5 +++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ibus-hangul.spec b/ibus-hangul.spec index 208b5b1..eda27f4 100644 --- a/ibus-hangul.spec +++ b/ibus-hangul.spec @@ -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 - 1.5.4-9 +- Fix CI tests +- Resolves: RHEL-14878 + * Thu Nov 16 2023 Peng Wu - 1.5.4-8 - Add ibus-hangul-sync-process-key.patch - Resolves: RHEL-14878 diff --git a/tests/roles/ibus-desktop-testing-role/tasks/main.yml b/tests/roles/ibus-desktop-testing-role/tasks/main.yml index af39205..f2f6adc 100644 --- a/tests/roles/ibus-desktop-testing-role/tasks/main.yml +++ b/tests/roles/ibus-desktop-testing-role/tasks/main.yml @@ -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: