public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libopenmpt] main: Force recent mpg123-libs package for RHEL users with selective updates
@ 2026-07-07 22:25 Robert Scheck
0 siblings, 0 replies; only message in thread
From: Robert Scheck @ 2026-07-07 22:25 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/libopenmpt
Branch : main
Commit : 44e151e83632ccfd01a63c97a4a19ec5348d8af5
Author : Robert Scheck <robert@fedoraproject.org>
Date : 2026-07-08T00:25:16+02:00
Stats : +5/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/libopenmpt/c/44e151e83632ccfd01a63c97a4a19ec5348d8af5?branch=main
Log:
Force recent mpg123-libs package for RHEL users with selective updates
---
diff --git a/libopenmpt.spec b/libopenmpt.spec
index 5751747..93f0200 100644
--- a/libopenmpt.spec
+++ b/libopenmpt.spec
@@ -28,6 +28,11 @@ BuildRequires: pulseaudio-libs-devel
#BuildRequires: SDL-devel
#BuildRequires: SDL2-devel
+# Force recent mpg123-libs package for RHEL users with selective updates
+%if 0%{?rhel} && 0%{?rhel} < 11
+Requires: libmpg123{?_isa} >= 1.32.0
+%endif
+
%description
libopenmpt is a cross-platform C++ and C library to decode tracked music
files (modules) into a raw PCM audio stream.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-07 22:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-07 22:25 [rpms/libopenmpt] main: Force recent mpg123-libs package for RHEL users with selective updates Robert Scheck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox