Install git in CI

This commit is contained in:
Takao Fujiwara 2024-05-14 19:44:56 +09:00
parent 3771817e30
commit aeb3dd8edc
2 changed files with 5 additions and 1 deletions

View File

@ -61,7 +61,7 @@
Name: ibus Name: ibus
Version: 1.5.30 Version: 1.5.30
# https://github.com/fedora-infra/rpmautospec/issues/101 # https://github.com/fedora-infra/rpmautospec/issues/101
Release: 2%{?dist} Release: 3%{?dist}
Summary: Intelligent Input Bus for Linux OS Summary: Intelligent Input Bus for Linux OS
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
URL: https://github.com/ibus/%name/wiki URL: https://github.com/ibus/%name/wiki
@ -628,6 +628,9 @@ dconf update || :
%{_datadir}/installed-tests/ibus %{_datadir}/installed-tests/ibus
%changelog %changelog
* Tue May 14 2024 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.30-3
- Install git in CI
* Tue May 14 2024 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.30-2 * Tue May 14 2024 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.30-2
- git checkout gnome-desktop-testing until the package is available - git checkout gnome-desktop-testing until the package is available
- disable setxkbmap - disable setxkbmap

View File

@ -26,6 +26,7 @@
name: name:
# IBus CI sets # IBus CI sets
- xorg-x11-server-Xvfb - xorg-x11-server-Xvfb
- git
- ibus - ibus
- ibus-desktop-testing - ibus-desktop-testing
- dbus-x11 - dbus-x11