Change python to %{__python} macro 06/324206/1 accepted/tizen_unified accepted/tizen_unified_x tizen accepted/tizen/unified/20250515.012441 accepted/tizen/unified/x/20250515.044756
authorDongHun Kwak <dh0128.kwak@samsung.com>
Wed, 14 May 2025 04:40:41 +0000 (13:40 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Wed, 14 May 2025 04:40:41 +0000 (13:40 +0900)
Change-Id: I6c4fa723eba89711fc7042b03ad99c9302523084

packaging/webauthn-ble.spec

index 22ec65596739c0595d3adf3c8fe62cde025d46bb..6e2c71563a578421d598c4d1b1ac602be8643007 100644 (file)
@@ -100,7 +100,7 @@ make %{?jobs:-j%jobs}
 %make_install
 cp -a srcs/tinycbor/LICENSE LICENSE.TINYCBOR
 # ln -sr would suffice, but ln does not support -r option on Tizen 7.0 :(
-python -c 'import os; \
+%{__python} -c 'import os; \
         import sys; \
         src = sys.argv[1]; \
         dest = sys.argv[2]; \