Skip to content

Commit

Permalink
workaround for Fedora 39 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Aug 24, 2023
1 parent 93d12ff commit e02dece
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packaging/rpm/xpra.spec
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,12 @@ Suggests: %{python3}-oauthlib
%if 0%{?fedora}
#python prefixed builds would need this new package:
BuildRequires: %{python3}-cups
%if 0%{?fedora}>=39
# looks like they forgot to expose the pkgconfig?
BuildRequires: procps-ng-devel
%else
BuildRequires: pkgconfig(libprocps)
%fi
%endif
BuildRequires: pkgconfig(libsystemd)
BuildRequires: checkpolicy
Expand Down

0 comments on commit e02dece

Please sign in to comment.