Update CI for RHEL packages
Probably this would be a last update of CI with STI and will be archived in: https://src.fedoraproject.org/rpms/ibus/tree/ci-sti
This commit is contained in:
parent
0e42a835a0
commit
456fb9460f
@ -62,7 +62,7 @@
|
|||||||
Name: ibus
|
Name: ibus
|
||||||
Version: 1.5.31~beta1
|
Version: 1.5.31~beta1
|
||||||
# https://github.com/fedora-infra/rpmautospec/issues/101
|
# https://github.com/fedora-infra/rpmautospec/issues/101
|
||||||
Release: 8%{?dist}
|
Release: 9%{?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
|
||||||
@ -617,6 +617,9 @@ dconf update || :
|
|||||||
%{_datadir}/installed-tests/ibus
|
%{_datadir}/installed-tests/ibus
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jul 27 2024 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.31~beta1-9
|
||||||
|
- Update CI for RHEL packages
|
||||||
|
|
||||||
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.31~beta1-8
|
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.31~beta1-8
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||||
|
|
||||||
|
@ -32,7 +32,6 @@
|
|||||||
- nautilus
|
- nautilus
|
||||||
- polkit
|
- polkit
|
||||||
# default
|
# default
|
||||||
- adobe-source-code-pro-fonts
|
|
||||||
- at-spi2-atk
|
- at-spi2-atk
|
||||||
- at-spi2-core
|
- at-spi2-core
|
||||||
- avahi
|
- avahi
|
||||||
@ -74,7 +73,7 @@
|
|||||||
- PackageKit-command-not-found
|
- PackageKit-command-not-found
|
||||||
- PackageKit-gtk3-module
|
- PackageKit-gtk3-module
|
||||||
- sane-backends-drivers-scanners
|
- sane-backends-drivers-scanners
|
||||||
- systemd-oomd-defaults
|
# Move systemd-oomd-defaults to Post-Installing section
|
||||||
- tracker
|
- tracker
|
||||||
- tracker-miners
|
- tracker-miners
|
||||||
- xdg-desktop-portal
|
- xdg-desktop-portal
|
||||||
@ -85,6 +84,7 @@
|
|||||||
when: fedora_desktop.stat.exists == true
|
when: fedora_desktop.stat.exists == true
|
||||||
package:
|
package:
|
||||||
name:
|
name:
|
||||||
|
- adobe-source-code-pro-fonts
|
||||||
- gnome-screenshot
|
- gnome-screenshot
|
||||||
- gnome-boxes
|
- gnome-boxes
|
||||||
- yelp
|
- yelp
|
||||||
@ -139,6 +139,13 @@
|
|||||||
args:
|
args:
|
||||||
chdir: gnome-desktop-testing
|
chdir: gnome-desktop-testing
|
||||||
|
|
||||||
|
- name: Post-Installing common GNOME desktop components
|
||||||
|
package:
|
||||||
|
name:
|
||||||
|
# TODO: DNS no longer works after install packages in this section
|
||||||
|
# so dnf and git should be done before this section
|
||||||
|
- systemd-oomd-defaults
|
||||||
|
|
||||||
- name: Configure GNOME installed-tests testing harness build
|
- name: Configure GNOME installed-tests testing harness build
|
||||||
when: fedora_desktop.stat.exists == false
|
when: fedora_desktop.stat.exists == false
|
||||||
command: ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
command: ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
||||||
|
Loading…
Reference in New Issue
Block a user