commit 738162c790f0b8eabe00b213ded7e4d099caca64
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Jun 29 11:58:48 2021 +0200
Drop lame binary on els
For some reason lame-libs is only provided on EL8 and no lame binaries
exists. Once that said only the libs really are needed for mythtv, so
drop this by default there.
On fedora we can keep it
mythtv.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/mythtv.spec b/mythtv.spec
index 94808c7..182a4ab 100644
--- a/mythtv.spec
+++ b/mythtv.spec
@@ -527,7 +527,9 @@ This package contains the base themes for the mythtv user interface.
%package frontend
Summary: Client component of mythtv (a DVR)
Requires: freetype%{?_isa}
+%if 0%{?fedora}
Requires: lame
+%endif
Requires: perl(XML::Simple)
Requires: mythtv-common%{?_isa} = %{version}-%{release}
Requires: mythtv-base-themes%{?_isa} = %{version}-%{release}
Show replies by date