From: DongHun Kwak Date: Wed, 14 May 2025 04:40:41 +0000 (+0900) Subject: Change python to %{__python} macro X-Git-Tag: accepted/tizen/unified/20250515.012441^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_unified;p=platform%2Fcore%2Fsecurity%2Fwebauthn-ble.git Change python to %{__python} macro Change-Id: I6c4fa723eba89711fc7042b03ad99c9302523084 --- diff --git a/packaging/webauthn-ble.spec b/packaging/webauthn-ble.spec index 22ec655..6e2c715 100644 --- a/packaging/webauthn-ble.spec +++ b/packaging/webauthn-ble.spec @@ -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]; \