[packages/bacula] switch to python3

atler atler at pld-linux.org
Wed Jan 8 14:13:43 CET 2025


commit 86a6ffc9f345cc80a32c80a3fe8931e417006c06
Author: Jan Palus <atler at pld-linux.org>
Date:   Tue Jan 7 18:39:10 2025 +0100

    switch to python3

 bacula.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/bacula.spec b/bacula.spec
index 1b52e5f..2e65371 100644
--- a/bacula.spec
+++ b/bacula.spec
@@ -60,8 +60,8 @@ BuildRequires:	libwrap-devel
 BuildRequires:	ncurses-devel
 BuildRequires:	openssl-devel
 BuildRequires:	pkgconfig
-BuildRequires:	python
-BuildRequires:	python-modules
+BuildRequires:	python3
+BuildRequires:	python3-modules
 %if %{with qt}
 BuildRequires:	Qt5Core-devel
 BuildRequires:	Qt5Gui-devel
@@ -425,6 +425,7 @@ BUILD_DIR=$(pwd) \
 QMAKE=%{_bindir}/qmake-qt5 \
 %configure \
 	DISTNAME=pld-linux \
+	PYTHON="%{__python3}" \
 	--with-scriptdir=%{_libexecdir}/%{name} \
 	%{?with_qt:--enable-bat} \
 	--disable-conio \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/bacula.git/commitdiff/ad285996c94b0abdf12a0d4d49a6aa473ea81ed9



More information about the pld-cvs-commit mailing list