public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/vlc] epel9-next: correct postproc bcond to account for EPEL 11
@ 2026-07-20 18:06 Dominik 'Rathann' Mierzejewski
  0 siblings, 0 replies; only message in thread
From: Dominik 'Rathann' Mierzejewski @ 2026-07-20 18:06 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/vlc
Branch : epel9-next
Commit : 841df9659ca1c900af59b9745d155b4b762af60f
Author : Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
Date   : 2025-11-07T20:29:28+01:00
Stats  : +1/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/vlc/c/841df9659ca1c900af59b9745d155b4b762af60f?branch=epel9-next

Log:
correct postproc bcond to account for EPEL 11

---
diff --git a/vlc.spec b/vlc.spec
index 33390cc..564e69e 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -12,7 +12,7 @@
 # https://code.videolan.org/videolan/vlc/-/merge_requests/3950
 %bcond placebo %[!(0%{?fedora} >= 39 || 0%{?rhel} >= 10)]
 # libpostproc was removed in FFmpeg 8 (F44+)
-%bcond postproc %[!(0%{?fedora} >= 44)]
+%bcond postproc %[!(0%{?fedora} >= 44 || 0%{?rhel} >= 11)]
 # disabled due to various issues
 %bcond projectm 0
 

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

only message in thread, other threads:[~2026-07-20 18:06 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:06 [rpms/vlc] epel9-next: correct postproc bcond to account for EPEL 11 Dominik 'Rathann' Mierzejewski

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