Resolves: RHEL-39398 Replace gitlab.gnome.org with gitlab.com/redhat

This commit is contained in:
Takao Fujiwara 2025-04-19 03:06:15 +09:00
parent 08a3ce5a7d
commit 16da9c5d90
2 changed files with 5 additions and 2 deletions

View File

@ -38,7 +38,7 @@
Name: ibus
Version: 1.5.25
Release: 6%{?dist}
Release: 7%{?dist}
Summary: Intelligent Input Bus for Linux OS
License: LGPLv2+
URL: https://github.com/ibus/%name/wiki
@ -513,6 +513,9 @@ dconf update || :
%{_datadir}/installed-tests/ibus
%changelog
* Sat Apr 19 2025 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.25-7
- Resolves: RHEL-39398 Replace gitlab.gnome.org with gitlab.com/redhat
* Tue Jul 30 2024 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.25-6
- Resolves: RHEL-39398 ship ibus-gtk4 in RHEL 9 CRB

View File

@ -34,7 +34,7 @@
- name: Fetching GNOME installed-tests testing harness source from remote repository
git:
repo: 'https://gitlab.gnome.org/GNOME/gnome-desktop-testing.git'
repo: 'https://gitlab.com/redhat/centos-stream/tests/gnome-desktop-testing.git'
dest: gnome-desktop-testing
force: yes