Skip to content

Commit

Permalink
don't depend on packages not available in the default centos7 repos
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@17394 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Nov 12, 2017
1 parent a34b974 commit 35020ae
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions rpmbuild/xpra.spec
Original file line number Diff line number Diff line change
Expand Up @@ -193,14 +193,16 @@ This package contains the python2 common build of xpra.
Summary: python2 build of xpra audio support
Group: Networking
Requires: python2-xpra = %{version}-%{build_no}%{dist}
%if 0%{?fedora}
#EL7 requires 3rd party repos like "media.librelamp.com"
Requires: python-gstreamer1
Requires: python2-gstreamer1
Recommends: gstreamer1-plugins-ugly
Recommends: gstreamer1-plugins-ugly-free
%endif
Requires: gstreamer1
Requires: gstreamer1-plugins-base
Requires: gstreamer1-plugins-good
%{Recommends}: gstreamer1-plugin-timestamp
%{Recommends}: gstreamer1-plugins-ugly
%{Recommends}: gstreamer1-plugins-ugly-free
%{Recommends}: pulseaudio
%{Recommends}: pulseaudio-utils
%description -n python2-xpra-audio
Expand Down

0 comments on commit 35020ae

Please sign in to comment.