Merge remote-tracking branch 'origin/pr/279'

* origin/pr/279:
  Fix build with python3 for CentOS
This commit is contained in:
Marek Marczykowski-Górecki 2021-01-05 21:52:46 +01:00
commit 47c98703b0
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -36,12 +36,12 @@ The Graphical Qubes VM Manager.
%setup -q %setup -q
%build %build
make ui res translations make ui res translations PYTHON=%{__python3}
make python make python PYTHON=%{__python3}
%install %install
make python_install DESTDIR=$RPM_BUILD_ROOT make python_install DESTDIR=$RPM_BUILD_ROOT PYTHON=%{__python3}
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT PYTHON=%{__python3}
%post %post
update-desktop-database &> /dev/null || : update-desktop-database &> /dev/null || :