public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/vlc] epel9-next: Use the correct Google Noto font packages on EPEL < 10
@ 2026-07-20 18:05 Neal Gompa
0 siblings, 0 replies; only message in thread
From: Neal Gompa @ 2026-07-20 18:05 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-20 18:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 18:05 [rpms/vlc] epel9-next: Use the correct Google Noto font packages on EPEL < 10 Neal Gompa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox