commit eb96dd59f830591108859687206f684a62d0ee30
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Nov 16 20:37:00 2021 +0000
fix el8 build
mpd.spec | 5 +++++
1 file changed, 5 insertions(+)
---
diff --git a/mpd.spec b/mpd.spec
index 604d3b0..017cf1c 100644
--- a/mpd.spec
+++ b/mpd.spec
@@ -129,6 +129,11 @@ This package contains FirewallD file for MPD.
# Force python3-sphinx
sed -i -e 's@sphinx-build@sphinx-build-3@g' doc/meson.build
+# redhat meson is too old
+%if 0%{?rhel}
+sed -i -e 's@>= 0.56.0@>= 0.55.0@g' meson.build
+%endif
+
%build
%{meson} \
-Dsystemd_system_unit_dir=%{_unitdir} \
Show replies by date