public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/chromium] epel10: - Update chromium-150-pt_regs-kernel-7.2.0.patch, thanks to dhorak
@ 2026-07-20 17:44 Than Ngo
  0 siblings, 0 replies; only message in thread
From: Than Ngo @ 2026-07-20 17:44 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/chromium
            Branch : epel10
            Commit : 243bdc12c7ffa560d57e81bf54c95482f2b6d389
            Author : Than Ngo <than@redhat.com>
            Date   : 2026-07-20T18:11:02+02:00
            Stats  : +3/-7 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/chromium/c/243bdc12c7ffa560d57e81bf54c95482f2b6d389?branch=epel10

            Log:
            - Update chromium-150-pt_regs-kernel-7.2.0.patch, thanks to dhorak
- Fix install error

---
diff --git a/chromium-150-pt_regs-kernel-7.2.0.patch b/chromium-150-pt_regs-kernel-7.2.0.patch
index 6f1ee3b..2faf15f 100644
--- a/chromium-150-pt_regs-kernel-7.2.0.patch
+++ b/chromium-150-pt_regs-kernel-7.2.0.patch
@@ -5,13 +5,14 @@ Fix build error with new kernel-7.2.0 on ppc64le (fedora 45), pt_regs size is ch
 diff -up chromium-150.0.7871.46/third_party/crashpad/crashpad/util/linux/thread_info.h.me chromium-150.0.7871.46/third_party/crashpad/crashpad/util/linux/thread_info.h
 --- chromium-150.0.7871.46/third_party/crashpad/crashpad/util/linux/thread_info.h.me	2026-07-03 13:42:51.069732930 +0200
 +++ chromium-150.0.7871.46/third_party/crashpad/crashpad/util/linux/thread_info.h	2026-07-03 13:44:52.107066309 +0200
-@@ -165,6 +165,9 @@ union ThreadContext {
+@@ -165,6 +165,10 @@ union ThreadContext {
      uint64_t dar;
      uint64_t dsisr;
      uint64_t result;
++#if defined(PT_EXIT_FLAGS)
 +    uint64_t exit_flags;
 +    uint64_t __pt_regs_pad[3];
-+
++#endif
  #else
  #error Port.
  #endif  // ARCH_CPU_X86_FAMILY

diff --git a/chromium.spec b/chromium.spec
index 071baf5..5ca6eaf 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -1229,10 +1229,8 @@ Qt6 UI for chromium.
 %patch -P418 -p1 -b .0002-regenerate-xnn-buildgn
 %patch -P419 -p1 -b .0009-sandbox-ignore-byte-span-error
 %patch -P420 -p1 -b .0005-blink-add-audio-vector-support
-%if 0%{?fedora} > 44 || 0%{?rhel} > 10 
 %patch -P450 -p1 -b .pt_regs-kernel-7.2.0
 %endif
-%endif
 
 %if 0%{?flatpak}
 %patch -P500 -p1 -b .flatpak-initial-sandbox
@@ -1757,9 +1755,6 @@ popd
 mkdir -p %{buildroot}%{_sysconfdir}/chromium/policies/managed
 mkdir -p %{buildroot}%{_sysconfdir}/chromium/policies/recommended
 
-# disable AI
-cp -a %{SOURCE14} %{buildroot}%{_sysconfdir}/chromium/policies/managed/
-
 mkdir -p %{buildroot}%{_datadir}/icons/hicolor/256x256/apps
 cp -a chrome/app/theme/chromium/product_logo_256.png %{buildroot}%{_datadir}/icons/hicolor/256x256/apps/chromium-browser.png
 mkdir -p %{buildroot}%{_datadir}/icons/hicolor/128x128/apps

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-20 17:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 17:44 [rpms/chromium] epel10: - Update chromium-150-pt_regs-kernel-7.2.0.patch, thanks to dhorak Than Ngo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox