From d991b29b80343ce9ef1a22ce86e88b0917e035a3 Mon Sep 17 00:00:00 2001 From: reubenmiller Date: Tue, 17 Dec 2024 09:39:17 +0100 Subject: [PATCH] fix(packaging): use non-deprecated version comparison in tedge dependency --- nfpm.tedge-command-plugin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nfpm.tedge-command-plugin.yaml b/nfpm.tedge-command-plugin.yaml index 88049d8..5d990fb 100644 --- a/nfpm.tedge-command-plugin.yaml +++ b/nfpm.tedge-command-plugin.yaml @@ -24,7 +24,7 @@ overrides: deb: depends: - jq - - tedge (> 1.3.1) + - tedge (>> 1.3.1) rpm: depends: - jq