Fix CI tests
This commit is contained in:
parent
efcb6662c7
commit
679e2806b7
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: ibus-hangul
|
Name: ibus-hangul
|
||||||
Version: 1.5.4
|
Version: 1.5.4
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
Summary: The Hangul engine for IBus input platform
|
Summary: The Hangul engine for IBus input platform
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://github.com/libhangul/ibus-hangul
|
URL: https://github.com/libhangul/ibus-hangul
|
||||||
@ -94,6 +94,10 @@ make check \
|
|||||||
%{_datadir}/installed-tests/ibus-hangul
|
%{_datadir}/installed-tests/ibus-hangul
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Nov 16 2023 Peng Wu <pwu@redhat.com> - 1.5.4-8
|
||||||
- Add ibus-hangul-sync-process-key.patch
|
- Add ibus-hangul-sync-process-key.patch
|
||||||
- Resolves: RHEL-14878
|
- Resolves: RHEL-14878
|
||||||
|
@ -34,6 +34,11 @@
|
|||||||
dest: gnome-desktop-testing
|
dest: gnome-desktop-testing
|
||||||
force: yes
|
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
|
- name: Configure GNOME installed-tests testing harness build
|
||||||
command: ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
command: ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
||||||
args:
|
args:
|
||||||
|
Loading…
Reference in New Issue
Block a user