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 committed by root
parent 331d115bed
commit ad102c6fad
3 changed files with 10 additions and 1 deletions

1
.ibus-anthy.metadata Normal file
View File

@ -0,0 +1 @@
4ea282bf83847fe6b58d0e0cde873dc7e7437be2 ibus-anthy-1.5.13.tar.gz

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: