Resolves: RHEL-24804 Checkout v2021.1 in gnome-desktop-testing

This commit is contained in:
Takao Fujiwara 2024-03-11 12:59:57 +09:00
parent 331d115bed
commit 6c435db6d2
2 changed files with 9 additions and 1 deletions

View File

@ -18,7 +18,7 @@
Name: ibus-anthy
Version: 1.5.13
Release: 3%{?dist}
Release: 4%{?dist}
Summary: The Anthy engine for IBus input platform
License: GPLv2+
URL: https://github.com/ibus/ibus/wiki
@ -153,6 +153,9 @@ desktop-file-validate \
%{_datadir}/installed-tests/%{name}
%changelog
* Mon Mar 11 2024 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.13-4
- Fix CI. Related: RHEL-24804
* Mon Mar 11 2024 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.13-3
- Bump for el9_4. Related: RHEL-24804

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: