diff --git a/pulseaudio.spec b/pulseaudio.spec index b53875a..f9760ad 100644 --- a/pulseaudio.spec +++ b/pulseaudio.spec @@ -6,9 +6,12 @@ #global gitcommit aec811798cd883a454b9b5cd82c77831906bbd2d #global shortcommit (c=%{gitcommit}; echo ${c:0:5}) +# FIXME/TODO: webrtc support currently FTBFS on f28+ +%if 0%{?fedora} < 28 %ifarch x86_64 %{arm} %global with_webrtc 1 %endif +%endif # https://bugzilla.redhat.com/983606 %global _hardened_build 1 @@ -640,6 +643,7 @@ exit 0 %changelog * Mon Jan 08 2018 Rex Dieter - 11.1-8 - exit-idle-time = 4 (#1510301) +- f28+ ftbfs: memfd_create conflicts, disable webrtc support * Mon Dec 04 2017 Rex Dieter - 11.1-7 - backport 'pa_sink_input_assert_ref()' crashfix (#1472285)