Skip to content

Commit

Permalink
#3945 make it possible to build multiple python versions in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Aug 22, 2023
1 parent 1050ea5 commit 4af0ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/rpm/xpra.spec
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Source: https://xpra.org/src/xpra-%{version}.tar.xz
Release: 10%{revision_no}%{?dist}
#rpm falls over itself if we try to make the top-level package noarch:
#BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRoot: %{_tmppath}/%{package_prefix}-%{version}-root
BuildRequires: tar
BuildRequires: grep
BuildRequires: gawk
Expand Down

0 comments on commit 4af0ed8

Please sign in to comment.