public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Neal Gompa <ngompa@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/vlc] epel9-next: Use the correct Google Noto font packages on EPEL < 10
Date: Mon, 20 Jul 2026 18:05:49 GMT [thread overview]
Message-ID: <178457074996.1.748431416046282249.rpms-vlc-a726be441802@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/vlc
Branch : epel9-next
Commit : a726be4418021149453da32e0e75c4ecb6e3e90a
Author : Neal Gompa <ngompa@fedoraproject.org>
Date : 2024-01-02T22:02:15-05:00
Stats : +5/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/vlc/c/a726be4418021149453da32e0e75c4ecb6e3e90a?branch=epel9-next
Log:
Use the correct Google Noto font packages on EPEL < 10
---
diff --git a/vlc.spec b/vlc.spec
index 9710f88..3f3456e 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -292,8 +292,13 @@ VLC media player skinnable graphical interface
%package plugins-base
Summary: VLC media player core
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
+%if 0%{?rhel} && 0%{?rhel} < 10
+Requires: google-noto-sans-mono-fonts
+Requires: google-noto-serif-fonts
+%else
Requires: google-noto-sans-mono-vf-fonts
Requires: google-noto-serif-vf-fonts
+%endif
Recommends: libv4l%{?_isa}
Conflicts: %{name}-core < %{epoch}:%{version}-%{release}
%description plugins-base
reply other threads:[~2026-07-20 18:05 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=178457074996.1.748431416046282249.rpms-vlc-a726be441802@fedoraproject.org \
--to=ngompa@fedoraproject.org \
--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