public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Than Ngo <than@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/chromium] epel9-next: fixed bz#2036205, failed to load GLES library
Date: Fri, 07 Aug 2026 16:04:49 GMT	[thread overview]
Message-ID: <178611868956.1.4169239598512220252.rpms-chromium-ddb4eef078e6@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/chromium
Branch : epel9-next
Commit : ddb4eef078e6dce4726e85603b80d7defa584cfa
Author : Than Ngo <than@redhat.com>
Date   : 2023-02-21T15:51:09+01:00
Stats  : +6/-3 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/chromium/c/ddb4eef078e6dce4726e85603b80d7defa584cfa?branch=epel9-next

Log:
fixed bz#2036205, failed to load GLES library

---
diff --git a/chromium.spec b/chromium.spec
index 2c7ba41..5f8a9c1 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -238,7 +238,7 @@
 
 Name:	chromium%{chromium_channel}
 Version: 110.0.5481.100
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: A WebKit (Blink) powered web browser that Google doesn't want you to use
 Url: http://www.chromium.org/Home
 License: BSD-3-Clause AND LGPL-2.1-or-later AND Apache-2.0 AND IJG AND MIT AND GPL-2.0-or-later AND ISC AND OpenSSL AND (MPL-1.1 OR GPL-2.0-only OR LGPL-2.0-only)
@@ -1567,8 +1567,6 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
 %{chromium_path}/resources.pak
 %{chromium_path}/%{chromium_browser_channel}
 %{chromium_path}/%{chromium_browser_channel}.sh
-%{chromium_path}/libEGL.so*
-%{chromium_path}/libGLESv2.so*
 %attr(4755, root, root) %{chromium_path}/chrome-sandbox
 %if %{use_qt}
 %{chromium_path}/libqt5_shim.so
@@ -1584,6 +1582,8 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
 %{chromium_path}/libclearkeycdm.so
 %endif
 %ifarch x86_64 aarch64
+%{chromium_path}/libEGL.so*
+%{chromium_path}/libGLESv2.so*
 %{chromium_path}/libvk_swiftshader.so*
 %{chromium_path}/libvulkan.so*
 %{chromium_path}/vk_swiftshader_icd.json
@@ -1688,6 +1688,9 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
 %{chromium_path}/chromedriver
 
 %changelog
+* Tue Feb 21 2023 Than Ngo <than@redhat.com> - 110.0.5481.100-2
+- fixed bz#2036205, failed to load GLES library
+
 * Fri Feb 17 2023 Than Ngo <than@redhat.com> - 110.0.5481.100-1
 - update to 110.0.5481.100
 

                 reply	other threads:[~2026-08-07 16:04 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=178611868956.1.4169239598512220252.rpms-chromium-ddb4eef078e6@fedoraproject.org \
    --to=than@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