From 56a9e77d117749269f8a6166d4c5f2e3c9dea55e Mon Sep 17 00:00:00 2001 From: liwei Date: Tue, 9 May 2023 09:46:56 +0800 Subject: [PATCH] Ignore chromium and wrtjs version when install wrtjs rpm Now, we don't ofen add native APIs, and if we add native apis, we can use WRT TCs to confirm the chromium and wrtjs is matched, so it's unncessary to care chromium version and wrtjs version when install wrtjs rpm. Change-Id: Ia1d36f2aa5d908c33cd02c2bc6104fbf1493e4f2 Signed-off-by: liwei --- packaging/wrtjs.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/wrtjs.spec b/packaging/wrtjs.spec index 617c2e9..469d8c0 100644 --- a/packaging/wrtjs.spec +++ b/packaging/wrtjs.spec @@ -230,8 +230,8 @@ else echo -e "\033[31m* You have too old chromium-efl." fi echo -e "* please re-install chromium-efl as revision $WRTJS_REVISION first." + echo -e "* wrtjs will be installed directly this time." echo -e "*****************************************************\033[m" - exit 1 fi %post -- 2.7.4