Skip to content

Commit

Permalink
centos7 needs to depend on the python2 version since it doesn't have …
Browse files Browse the repository at this point in the history
…python3

git-svn-id: https://xpra.org/svn/Xpra/trunk@23547 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Aug 21, 2019
1 parent 023ab39 commit 2761af5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions rpmbuild/xpra.spec
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,19 @@ Patch2: centos7-oldturbojpeg.patch
%endif
Requires: xpra-common = %{version}-%{release}
Requires: xpra-html5
%if 0%{?fedora}%{?el8}
Requires: python3-xpra-client = %{version}-%{release}
Requires: python3-xpra-server = %{version}-%{release}
%endif
%if 0%{?fedora}
Requires: python3-xpra-audio = %{version}-%{release}
%endif
%if 0%{?el7}
Requires: python2-xpra-client = %{version}-%{release}
Requires: python2-xpra-server = %{version}-%{release}
#no audio by default on centos7:
#Requires: python2-xpra-audio = %{version}-%{release}
%endif
%description
Xpra gives you "persistent remote applications" for X. That is, unlike normal X applications, applications run with xpra are "persistent" -- you can run them remotely, and they don't die if your connection does. You can detach them, and reattach them later -- even from another computer -- with no loss of state. And unlike VNC or RDP, xpra is for remote applications, not remote desktops -- individual applications show up as individual windows on your screen, managed by your window manager. They're not trapped in a box.

Expand Down

0 comments on commit 2761af5

Please # to comment.