re-enable webrtc support (unconditionally)

This commit is contained in:
Rex Dieter 2016-05-12 09:31:20 -05:00
parent 965197c167
commit df55fff46b

View File

@ -6,10 +6,7 @@
#global gitcommit aec811798cd883a454b9b5cd82c77831906bbd2d
#global shortcommit (c=%{gitcommit}; echo ${c:0:5})
%ifarch %{ix86} x86_64 %{arm}
# blocking on webrtc-0.2 update, http://bugzilla.redhat.com/1335536
#global with_webrtc 1
%endif
%global with_webrtc 1
# https://bugzilla.redhat.com/983606
%global _hardened_build 1
@ -26,7 +23,7 @@
Name: pulseaudio
Summary: Improved Linux Sound Server
Version: %{pa_major}%{?pa_minor:.%{pa_minor}}
Release: 1%{?snap:.%{snap}git%{shortcommit}}%{?dist}
Release: 2%{?snap:.%{snap}git%{shortcommit}}%{?dist}
License: LGPLv2+
URL: http://www.freedesktop.org/wiki/Software/PulseAudio
%if 0%{?gitrel}
@ -582,6 +579,9 @@ exit 0
%changelog
* Thu May 12 2016 Rex Dieter <rdieter@fedoraproject.org> - 8.99.1-2
- re-enable webrtc support (unconditionally)
* Thu May 12 2016 Rex Dieter <rdieter@fedoraproject.org> - 8.99.1-1
- pulseaudio-8.99.1 (#1335527)
- disable webrtc support for now (waiting on #1335536)