public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Takao Fujiwara <tfujiwar@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ibus] autotool: Update CI for RHEL packages
Date: Sun, 31 May 2026 02:08:36 GMT	[thread overview]
Message-ID: <178019331648.1.8247257662977671558.rpms-ibus-456fb9460f87@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/ibus
            Branch : autotool
            Commit : 456fb9460f87fa25cd2e130a78cc84cf25942bd2
            Author : Takao Fujiwara <tfujiwar@redhat.com>
            Date   : 2024-07-27T19:37:19+09:00
            Stats  : +13/-3 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/ibus/c/456fb9460f87fa25cd2e130a78cc84cf25942bd2?branch=autotool

            Log:
            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

---
diff --git a/ibus.spec b/ibus.spec
index 9c1ad23..d28f3d1 100644
--- a/ibus.spec
+++ b/ibus.spec
@@ -62,7 +62,7 @@
 Name:           ibus
 Version:        1.5.31~beta1
 # https://github.com/fedora-infra/rpmautospec/issues/101
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Intelligent Input Bus for Linux OS
 License:        LGPL-2.1-or-later
 URL:            https://github.com/ibus/%name/wiki
@@ -617,6 +617,9 @@ dconf update || :
 %{_datadir}/installed-tests/ibus
 
 %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
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
 

diff --git a/tests/roles/ibus-desktop-testing-role/tasks/main.yml b/tests/roles/ibus-desktop-testing-role/tasks/main.yml
index b89c23a..7792d27 100644
--- a/tests/roles/ibus-desktop-testing-role/tasks/main.yml
+++ b/tests/roles/ibus-desktop-testing-role/tasks/main.yml
@@ -32,7 +32,6 @@
             - nautilus
             - polkit
             # default
-            - adobe-source-code-pro-fonts
             - at-spi2-atk
             - at-spi2-core
             - avahi
@@ -74,7 +73,7 @@
             - PackageKit-command-not-found
             - PackageKit-gtk3-module
             - sane-backends-drivers-scanners
-            - systemd-oomd-defaults
+            # Move systemd-oomd-defaults to Post-Installing section
             - tracker
             - tracker-miners
             - xdg-desktop-portal
@@ -85,6 +84,7 @@
       when: fedora_desktop.stat.exists == true
       package:
           name:
+            - adobe-source-code-pro-fonts
             - gnome-screenshot
             - gnome-boxes
             - yelp
@@ -139,6 +139,13 @@
       args:
           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
       when: fedora_desktop.stat.exists == false
       command: ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var

                 reply	other threads:[~2026-05-31  2:08 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178019331648.1.8247257662977671558.rpms-ibus-456fb9460f87@fedoraproject.org \
    --to=tfujiwar@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox