public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/flatpak-app-config] f45: Initial import (rhbz#2347045)
Date: Thu, 10 Sep 2026 21:36:25 GMT	[thread overview]
Message-ID: <178907618561.1.10051021093637741019.rpms-flatpak-app-config-d3d62f4396b2@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/flatpak-app-config
Branch : f45
Commit : d3d62f4396b29aeb6c402463e635800db3b35d97
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date   : 2025-03-24T13:26:15-04:00
Stats  : +361/-0 in 18 file(s)
URL    : https://src.fedoraproject.org/rpms/flatpak-app-config/c/d3d62f4396b29aeb6c402463e635800db3b35d97?branch=f45

Log:
Initial import (rhbz#2347045)

---
diff --git a/flatpak-app-config.spec b/flatpak-app-config.spec
new file mode 100644
index 0000000..bfd6f7e
--- /dev/null
+++ b/flatpak-app-config.spec
@@ -0,0 +1,101 @@
+%global plat_id  org.fedoraproject.Platform
+%global gtk3_id  org.fedoraproject.Gtk3theme
+%global sdk_ext  org.fedoraproject.Sdk.Extension
+%global aud_plg  org.fedoraproject.LinuxAudio.Plugins
+
+%if %{defined flatpak_runtime}
+%global _prefix /app
+%endif
+
+Name:           flatpak-app-config
+Version:        42
+Release:        %autorelease
+Summary:        Additional configuration files for Fedora Flatpak applications
+License:        MIT
+
+BuildArch:      noarch
+
+BuildRequires:  libappstream-glib
+
+%global _description %{expand:
+This package includes configuration files that are installed into select flatpak
+applications during the building process.
+}
+%description %{_description}
+
+%define add_subpkg(n:i:r:) \
+%global all_appdata %{?all_appdata} %{-i:%{-i*}.metainfo.xml}\
+%define pkgname %{-n:%{-n*}}%{!-n:%{error:Package name not defined}}\
+%package -n %{pkgname}-flatpak-config\
+Summary: Flatpak configuration for %{pkgname}\
+Provides: %{name}-%{pkgname} = %{version}-%{release}\
+Supplements: (%{pkgname} and flatpak-runtime-config)\
+%{-r:Requires: %{-r*}}\
+%{-i:Source: %{-i*}.metainfo.xml}\
+\
+%description -n %{pkgname}-flatpak-config %{_description}\
+\
+%files -n %{pkgname}-flatpak-config\
+%{-i:%{_metainfodir}/%{-i*}.metainfo.xml}
+
+
+# runtime extensions
+%add_subpkg -n libva-nvidia-driver -i %{plat_id}.VAAPI.nvidia
+%add_subpkg -n mesa -i %{plat_id}.GL.default
+#add_subpkg -n noopen264 -i %%{plat_id}.openh264
+# Gtk3theme extensions
+%add_subpkg -n adw-gtk3-theme -i %{gtk3_id}.adw-gtk3
+%add_subpkg -n breeze-gtk-gtk3 -i %{gtk3_id}.Breeze
+%if 0
+# LinuxAudio extensions
+%add_subpkg -n calf -i %{aud_plg}.Calf
+%add_subpkg -n ladspa-caps-plugins -i %{aud_plg}.CAPS
+%add_subpkg -n ladspa-cmt-plugins -i %{aud_plg}.CMT
+%add_subpkg -n ladspa-swh-plugins -i %{aud_plg}.swh
+%add_subpkg -n ladspa-tap-plugins -i %{aud_plg}.TAP
+%add_subpkg -n ladspa-zam-plugins -i %{aud_plg}.ZAM
+%add_subpkg -n lsp-plugins -i %{aud_plg}.LSP
+%add_subpkg -n lv2-bankstown -i %{aud_plg}.Bankstown
+%add_subpkg -n lv2-mdala-plugins -i %{aud_plg}.MDA
+%add_subpkg -n lv2-x42-plugins -i %{aud_plg}.x42Plugins
+%endif
+# common app extensions
+%add_subpkg -n yt-dlp -i %{plat_id}.YtDlp
+# SDK extensions
+%add_subpkg -n golang -i %{sdk_ext}.golang
+%add_subpkg -n java-21-openjdk -i %{sdk_ext}.openjdk21
+%add_subpkg -n llvm19 -i %{sdk_ext}.llvm19
+%add_subpkg -n llvm20 -i %{sdk_ext}.llvm20
+%add_subpkg -n pandoc -i %{sdk_ext}.pandoc
+%add_subpkg -n rust -i %{sdk_ext}.rust-stable
+%add_subpkg -n texlive -i %{sdk_ext}.texlive
+# CLI utilities for HW acceleration APIs
+%add_subpkg -n clinfo -i %{plat_id}.ClInfo
+%add_subpkg -n mesa-demos -i %{plat_id}.GlxInfo
+%add_subpkg -n libva-utils -i %{plat_id}.VaInfo
+%add_subpkg -n vdpauinfo -i %{plat_id}.VdpauInfo
+%add_subpkg -n vulkan-tools -i %{plat_id}.VulkanInfo
+# additional dependencies
+%add_subpkg -n ark -r arj,p7zip-plugins,unrar,unar
+%add_subpkg -n gdk-pixbuf2-modules-extra -r avif-pixbuf-loader,gdk-pixbuf2-modules,heif-pixbuf-loader,jxl-pixbuf-loader,rsvg-pixbuf-loader,webp-pixbuf-loader
+# FIXME: add fcitx5-gtk2
+%add_subpkg -n gtk2 -r adwaita-gtk2-theme,breeze-gtk-gtk2,gtk2-engines,gtk2-immodules,ibus-gtk2
+%add_subpkg -n phonon-qt6 -r phonon-qt6-backend-vlc,vlc-plugins-base,vlc-plugins-video-out,vlc-plugin-ffmpeg,vlc-plugin-gstreamer,vlc-plugins-pulseaudio
+
+%prep
+
+%build
+
+%install
+# Install appdata
+mkdir -p %{buildroot}%{_metainfodir}
+for a in %{all_appdata}; do
+    install -t %{buildroot}%{_metainfodir} -p -m 0644 %{_sourcedir}/$a
+done
+
+
+%check
+appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml
+
+
+%autochangelog

diff --git a/org.fedoraproject.Gtk3theme.Breeze.metainfo.xml b/org.fedoraproject.Gtk3theme.Breeze.metainfo.xml
new file mode 100644
index 0000000..b0d2774
--- /dev/null
+++ b/org.fedoraproject.Gtk3theme.Breeze.metainfo.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="runtime">
+  <id>org.fedoraproject.Gtk3theme.Breeze</id>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>LGPL-2.1-only</project_license>
+  <name>Breeze GTK theme</name>
+  <summary>Breeze GTK theme matching the KDE Breeze theme</summary>
+  <description>
+    <p>Breeze GTK theme that matches the KDE breeze theme.</p>
+  </description>
+  <url type="homepage">https://invent.kde.org/plasma/breeze-gtk</url>
+</component>

diff --git a/org.fedoraproject.Gtk3theme.adw-gtk3.metainfo.xml b/org.fedoraproject.Gtk3theme.adw-gtk3.metainfo.xml
new file mode 100644
index 0000000..3cfe69e
--- /dev/null
+++ b/org.fedoraproject.Gtk3theme.adw-gtk3.metainfo.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="runtime">
+  <id>org.fedoraproject.Gtk3theme.adw-gtk3</id>
+  <metadata_license>CC0-1.0</metadata_license>
+  <name>adw-gtk3 Gtk Theme</name>
+  <summary>The theme from libadwaita ported to GTK-3</summary>
+  <description>
+      <p>The theme from libadwaita ported to GTK-3</p>
+  </description>
+  <url type="homepage">https://github.com/lassekongo83/adw-gtk3</url>
+</component>

diff --git a/org.fedoraproject.Platform.ClInfo.metainfo.xml b/org.fedoraproject.Platform.ClInfo.metainfo.xml
new file mode 100644
index 0000000..f735869
--- /dev/null
+++ b/org.fedoraproject.Platform.ClInfo.metainfo.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="console-application">
+  <id>org.fedoraproject.Platform.ClInfo</id>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>CC0-1.0</project_license>
+  <name>ClInfo</name>
+  <summary>Print information about available OpenCL platforms and devices</summary>
+  <releases>
+    <release version="3.0.23.01.25" date="2023-01-25"/>
+  </releases>
+  <description>
+    <p>
+      A simple OpenCL application that enumerates all possible platform and device
+      properties. Inspired by AMD's program of the same name, it is coded in pure C99
+      and it tries to output all possible information, including that provided by
+      platform-specific extensions, and not to crash on platform-unsupported properties
+      (e.g. 1.2 properties on 1.1 platforms).
+    </p>
+  </description>
+  <provides>
+    <binary>clinfo</binary>
+  </provides>
+  <content_rating type="oars-1.1" />
+  <url type="homepage">https://fedoraproject.org/</url>
+</component>

diff --git a/org.fedoraproject.Platform.GL.default.metainfo.xml b/org.fedoraproject.Platform.GL.default.metainfo.xml
new file mode 100644
index 0000000..b28e998
--- /dev/null
+++ b/org.fedoraproject.Platform.GL.default.metainfo.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="addon">
+  <id>org.fedoraproject.Platform.GL.default</id>
+  <extends>org.fedoraproject.Platform</extends>
+  <name>Mesa</name>
+  <summary>Mesa graphics libraries for Fedora flatpaks</summary>
+  <developer id="org.fedoraproject">
+    <name>Fedora</name>
+  </developer>
+  <description>
+    <p>
+      This is the open-source implementation of OpenGL, OpenGL ES, EGL, Vulkan, VDAPU,
+      VA-API, and OpenCL for most GPUs.  This version provides graphics acceleration
+      as a default extension to Fedora flatpaks.
+    </p>
+  </description>
+  <url type="homepage">https://mesa3d.org/</url>
+  <url type="bugtracker">https://gitlab.com/fedora/sigs/flatpak/fedora-flatpaks/-/issues</url>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>MIT AND BSD-3-Clause AND SGI-B-2.0</project_license>
+</component>

diff --git a/org.fedoraproject.Platform.GlxInfo.metainfo.xml b/org.fedoraproject.Platform.GlxInfo.metainfo.xml
new file mode 100644
index 0000000..e7b9dee
--- /dev/null
+++ b/org.fedoraproject.Platform.GlxInfo.metainfo.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="console-application">
+  <id>org.fedoraproject.Platform.GlxInfo</id>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>MIT</project_license>
+  <name>GlxInfo</name>
+  <summary>GLX and EGL utilities and demos</summary>
+  <releases>
+    <release version="9.0.0" date="2023-03-22"/>
+  </releases>
+  <description>
+    <p>
+      This package provides some demo applications for testing Mesa.
+    </p>
+  </description>
+  <provides>
+    <binary>glxinfo</binary>
+    <binary>glxgears</binary>
+    <binary>eglinfo</binary>
+    <binary>eglgears_wayland</binary>
+    <binary>eglgears_x11</binary>
+    <binary>es2_info</binary>
+    <binary>es2gears_wayland</binary>
+    <binary>es2gears_x11</binary>
+  </provides>
+  <content_rating type="oars-1.1" />
+  <url type="homepage">https://fedoraproject.org/</url>
+</component>

diff --git a/org.fedoraproject.Platform.VAAPI.nvidia.metainfo.xml b/org.fedoraproject.Platform.VAAPI.nvidia.metainfo.xml
new file mode 100644
index 0000000..d4e09d6
--- /dev/null
+++ b/org.fedoraproject.Platform.VAAPI.nvidia.metainfo.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="addon">
+  <id>org.fedoraproject.Platform.VAAPI.nvidia</id>
+  <extends>org.fedoraproject.Platform</extends>
+  <name>Nvidia VAAPI driver</name>
+  <summary>VA-API implementation that uses NVDEC as a backend</summary>
+  <developer id="org.fedoraproject">
+    <name>Fedora</name>
+  </developer>
+  <description>
+    <p>
+      This is an VA-API implementation that uses NVDEC as a backend. This
+      implementation is specifically designed to be used by Firefox for
+      accelerated decode of web content.
+    </p>
+  </description>
+  <url type="homepage">https://github.com/elFarto/nvidia-vaapi-driver</url>
+  <url type="bugtracker">https://gitlab.com/fedora/sigs/flatpak/fedora-flatpaks/-/issues</url>
+  <metadata_license>FSFAP</metadata_license>
+  <project_license>MIT</project_license>
+</component>

diff --git a/org.fedoraproject.Platform.VaInfo.metainfo.xml b/org.fedoraproject.Platform.VaInfo.metainfo.xml
new file mode 100644
index 0000000..5ee6f29
--- /dev/null
+++ b/org.fedoraproject.Platform.VaInfo.metainfo.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="console-application">
+  <id>org.fedoraproject.Platform.VaInfo</id>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>MIT</project_license>
+  <name>VaInfo</name>
+  <summary>Tools for VA-API</summary>
+  <releases>
+    <release version="2.22.0" date="2024-07-02"/>
+  </releases>
+  <description>
+    <p>
+      The libva-utils package contains tools that are provided as part
+      of libva, including the vainfo tool for determining what (if any)
+      libva support is available on a system.
+    </p>
+  </description>
+  <provides>
+    <binary>vainfo</binary>
+  </provides>
+  <content_rating type="oars-1.1" />
+  <url type="homepage">https://fedoraproject.org/</url>
+</component>

diff --git a/org.fedoraproject.Platform.VdpauInfo.metainfo.xml b/org.fedoraproject.Platform.VdpauInfo.metainfo.xml
new file mode 100644
index 0000000..9dddc79
--- /dev/null
+++ b/org.fedoraproject.Platform.VdpauInfo.metainfo.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="console-application">
+  <id>org.fedoraproject.Platform.VdpauInfo</id>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>MIT</project_license>
+  <name>VdpauInfo</name>
+  <summary>VDPAU implementation information utility</summary>
+  <releases>
+    <release version="1.5" date="2022-06-23"/>
+  </releases>
+  <description>
+    <p>
+      Tool to query the capabilities of a VDPAU implementation.
+    </p>
+  </description>
+  <provides>
+    <binary>vdpauinfo</binary>
+  </provides>
+  <content_rating type="oars-1.1" />
+  <url type="homepage">https://fedoraproject.org/</url>
+</component>

diff --git a/org.fedoraproject.Platform.VulkanInfo.metainfo.xml b/org.fedoraproject.Platform.VulkanInfo.metainfo.xml
new file mode 100644
index 0000000..6642157
--- /dev/null
+++ b/org.fedoraproject.Platform.VulkanInfo.metainfo.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="console-application">
+  <id>org.fedoraproject.Platform.VulkanInfo</id>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>MIT</project_license>
+  <name>VulkanInfo</name>
+  <summary>Vulkan tools</summary>
+  <description>
+    <p>
+      This project provides Vulkan tools and utilities that can assist development by
+      enabling developers to verify their applications correct use of the Vulkan API.
+    </p>
+  </description>
+  <provides>
+    <binary>vulkaninfo</binary>
+  </provides>
+  <content_rating type="oars-1.1" />
+  <url type="homepage">https://fedoraproject.org/</url>
+</component>

diff --git a/org.fedoraproject.Platform.YtDlp.metainfo.xml b/org.fedoraproject.Platform.YtDlp.metainfo.xml
new file mode 100644
index 0000000..e7b16d8
--- /dev/null
+++ b/org.fedoraproject.Platform.YtDlp.metainfo.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="addon">
+  <id>org.fedoraproject.Platform.YtDlp</id>
+  <extends>org.fedoraproject.Platform</extends>
+  <name>YT-DLP</name>
+  <summary>yt-dlp extension for Fedora flatpaks</summary>
+  <developer id="org.fedoraproject">
+    <name>Fedora</name>
+  </developer>
+  <url type="homepage">https://github.com/yt-dlp/yt-dlp/</url>
+  <url type="bugtracker">https://gitlab.com/fedora/sigs/flatpak/fedora-flatpaks/-/issues</url>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>Unlicense</project_license>
+</component>

diff --git a/org.fedoraproject.Sdk.Extension.golang.metainfo.xml b/org.fedoraproject.Sdk.Extension.golang.metainfo.xml
new file mode 100644
index 0000000..4be07b5
--- /dev/null
+++ b/org.fedoraproject.Sdk.Extension.golang.metainfo.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="runtime">
+  <id>org.fedoraproject.Sdk.Extension.golang</id>
+  <extends>org.fedoraproject.Sdk</extends>
+  <metadata_license>CC0-1.0</metadata_license>
+  <name>Go programming language Sdk extension</name>
+  <summary>Go compiler and tools for the Fedora flatpak SDK</summary>
+  <url type="homepage">https://golang.org/</url>
+</component>

diff --git a/org.fedoraproject.Sdk.Extension.llvm19.metainfo.xml b/org.fedoraproject.Sdk.Extension.llvm19.metainfo.xml
new file mode 100644
index 0000000..c7cb29c
--- /dev/null
+++ b/org.fedoraproject.Sdk.Extension.llvm19.metainfo.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="runtime">
+  <id>org.fedoraproject.Sdk.Extension.llvm19</id>
+  <extends>org.fedoraproject.Sdk</extends>
+  <project_license>Apache-2.0 WITH LLVM-exception</project_license>
+  <metadata_license>CC0-1.0</metadata_license>
+  <name>LLVM 19 Sdk extension</name>
+  <summary>LLVM 19 stable compiler and tools extension for the Fedora flatpak SDK</summary>
+  <url type="homepage">https://llvm.org/</url>
+</component>

diff --git a/org.fedoraproject.Sdk.Extension.llvm20.metainfo.xml b/org.fedoraproject.Sdk.Extension.llvm20.metainfo.xml
new file mode 100644
index 0000000..8d5f787
--- /dev/null
+++ b/org.fedoraproject.Sdk.Extension.llvm20.metainfo.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="runtime">
+  <id>org.fedoraproject.Sdk.Extension.llvm20</id>
+  <extends>org.fedoraproject.Sdk</extends>  
+  <project_license>Apache-2.0 WITH LLVM-exception</project_license>
+  <metadata_license>CC0-1.0</metadata_license>
+  <name>LLVM 20 Sdk extension</name>
+  <summary>LLVM 20 stable compiler and tools extension for the Fedora flatpak SDK</summary>
+  <url type="homepage">https://llvm.org/</url>
+</component>

diff --git a/org.fedoraproject.Sdk.Extension.openjdk21.metainfo.xml b/org.fedoraproject.Sdk.Extension.openjdk21.metainfo.xml
new file mode 100644
index 0000000..576ea84
--- /dev/null
+++ b/org.fedoraproject.Sdk.Extension.openjdk21.metainfo.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="runtime">
+  <id>org.fedoraproject.Sdk.Extension.openjdk21</id>
+  <extends>org.fedoraproject.Sdk</extends>
+  <metadata_license>CC0-1.0</metadata_license>
+  <name>OpenJDK 21 Sdk extension</name>
+  <summary>Long Term Support version of the OpenJDK JRE and JDK for the Fedora flatpak SDK</summary>
+  <url type="homepage">https://openjdk.java.net/</url>
+</component>

diff --git a/org.fedoraproject.Sdk.Extension.pandoc.metainfo.xml b/org.fedoraproject.Sdk.Extension.pandoc.metainfo.xml
new file mode 100644
index 0000000..884fded
--- /dev/null
+++ b/org.fedoraproject.Sdk.Extension.pandoc.metainfo.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="runtime">
+  <id>org.fedoraproject.Sdk.Extension.pandoc</id>
+  <extends>org.fedoraproject.Sdk</extends>
+  <metadata_license>CC0-1.0</metadata_license>
+  <name>Pandoc Sdk extension</name>
+  <summary>Pandoc is a universal document converter. This provides an extension to the Fedora flatpak SDK.</summary>
+  <url type="homepage">https://pandoc.org/</url>
+</component>

diff --git a/org.fedoraproject.Sdk.Extension.rust-stable.metainfo.xml b/org.fedoraproject.Sdk.Extension.rust-stable.metainfo.xml
new file mode 100644
index 0000000..dffab95
--- /dev/null
+++ b/org.fedoraproject.Sdk.Extension.rust-stable.metainfo.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="runtime">
+  <id>org.fedoraproject.Sdk.Extension.rust-stable</id>
+  <extends>org.fedoraproject.Sdk</extends>
+  <metadata_license>CC0-1.0</metadata_license>
+  <name>Rust programming language Sdk extension</name>
+  <summary>Rust compiler and tools for the Fedora flatpak SDK</summary>
+  <url type="homepage">https://rust-lang.org/</url>
+</component>

diff --git a/org.fedoraproject.Sdk.Extension.texlive.metainfo.xml b/org.fedoraproject.Sdk.Extension.texlive.metainfo.xml
new file mode 100644
index 0000000..f4f25f3
--- /dev/null
+++ b/org.fedoraproject.Sdk.Extension.texlive.metainfo.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="runtime">
+  <id>org.fedoraproject.Sdk.Extension.texlive</id>
+  <extends>org.fedoraproject.Sdk</extends>
+  <metadata_license>CC0-1.0</metadata_license>
+  <name>TeXLive Sdk extension</name>
+  <summary>TeX packages and tools for the Fedora flatpak SDK</summary>
+  <url type="homepage">https://tug.org/texlive/</url>
+</component>

                 reply	other threads:[~2026-09-10 21:36 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=178907618561.1.10051021093637741019.rpms-flatpak-app-config-d3d62f4396b2@fedoraproject.org \
    --to=yselkowi@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