Skip to content

Commit

Permalink
#4282 no pandoc or x264 on RHEL 10
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jan 1, 2025
1 parent facee93 commit 183f999
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packaging/rpm/xpra.spec
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ Conflicts: xpra-filesystem >= 6.0
Obsoletes: xpra-common-client < 5.0-10.r32075
Obsoletes: xpra-common-server < 5.0-10.r32075
Obsoletes: python3-xpra < 5.0-10.r32075
%if ! 0%{?el10}
BuildRequires: pandoc
%endif
BuildRequires: which
Requires: python3
Requires: python3-gobject
Expand Down Expand Up @@ -215,8 +217,10 @@ Recommends: libavcodec-free
Recommends: libavcodec-freeworld
Recommends: libavformat
Recommends: libswscale-free
%if ! 0%{?el10}
BuildRequires: pkgconfig(x264)
%endif
%endif
Recommends: ffmpeg
BuildRequires: pkgconfig(libavutil)
BuildRequires: pkgconfig(libavformat)
Expand Down

0 comments on commit 183f999

Please sign in to comment.