public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Kalev Lember <klember@redhat.com>
To: git-commits@fedoraproject.org
Subject: [flatpaks/flatpak-runtime] f45: Update rename patterns to make sure mesa-dri-drivers gets included
Date: Fri, 11 Sep 2026 14:41:41 GMT	[thread overview]
Message-ID: <178913770112.1.10140222687847120688.flatpaks-flatpak-runtime-d363b05761eb@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : flatpaks/flatpak-runtime
Branch : f45
Commit : d363b05761eb5f68a8f1b6af7fc075c2ec7e9018
Author : Kalev Lember <klember@redhat.com>
Date   : 2021-04-20T11:16:06+02:00
Stats  : +4/-0 in 3 file(s)
URL    : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/d363b05761eb5f68a8f1b6af7fc075c2ec7e9018?branch=f45

Log:
Update rename patterns to make sure mesa-dri-drivers gets included

---
diff --git a/flatpak-runtime.yaml b/flatpak-runtime.yaml
index 03565d3..1676d5f 100644
--- a/flatpak-runtime.yaml
+++ b/flatpak-runtime.yaml
@@ -889,6 +889,7 @@ data:
       - lz4-libs
       - lzip
       - ModemManager-glib
+      - mesa-dri-drivers
       - mesa-filesystem
       - mesa-libEGL
       - mesa-libGL
@@ -2950,6 +2951,7 @@ data:
       - m4
       - make
       - man-db
+      - mesa-dri-drivers
       - mesa-filesystem
       - mesa-libEGL
       - mesa-libEGL-devel

diff --git a/tools/list-files.py b/tools/list-files.py
index 6fe81f9..392fb2f 100755
--- a/tools/list-files.py
+++ b/tools/list-files.py
@@ -37,6 +37,7 @@ for d in python_dirs:
 
 output_dir_recurse('/usr/share/fonts')
 output_dir_recurse('/usr/share/themes')
+output_dir_recurse('/usr/lib/x86_64-linux-gnu/GL/default/lib/dri/')
 output_dir_recurse('/usr/lib/x86_64-linux-gnu/gio/modules/')
 output_dir_recurse('/usr/lib/x86_64-linux-gnu/gstreamer-1.0/')
 

diff --git a/tools/resolve-files.py b/tools/resolve-files.py
index 1ef70e4..205d691 100755
--- a/tools/resolve-files.py
+++ b/tools/resolve-files.py
@@ -369,6 +369,7 @@ rename_patterns = [
     (r'^/usr/include/ruby-2.7.0/ruby/(.*)', r'/usr/include/ruby/\1'),
     (r'^/usr/include/ruby-2.7.0/x86_64-linux/ruby/(.*)', r'/usr/include/ruby/\1'),
     (r'^/usr/include/ruby-2.7.0/(.*)', r'/usr/include/ruby/\1'),
+    (r'^/usr/lib64/GL/default/lib/dri/(.*)', r'/usr/lib64/dri/\1'),
     (r'^/usr/lib64/pkgconfig/(.*proto.pc)', r'/usr/share/pkgconfig/\1'),
     (r'^/usr/lib64/python3.8/(.*)', r'/usr/lib64/python3.9/\1'),
     (r'^/usr/share/fonts/dejavu/(DejaVuSansMono.*)', r'/usr/share/fonts/dejavu-sans-mono-fonts/\1'),

                 reply	other threads:[~2026-09-11 14:41 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=178913770112.1.10140222687847120688.flatpaks-flatpak-runtime-d363b05761eb@fedoraproject.org \
    --to=klember@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