From 14de9feb7960d07c566599aaa5d91a013ce28d4e Mon Sep 17 00:00:00 2001 From: Dominik Perpeet Date: Wed, 17 May 2017 08:39:37 +0200 Subject: [PATCH 05/23] ssh: Fix cockpit version dependency The ssh package requires cockpit 138, not 138.x, since it's a patched version of 138. Closes #6563 Reviewed-By: Martin Pitt --- pkg/ssh/manifest.json.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/ssh/manifest.json.in b/pkg/ssh/manifest.json.in index 183ef57..8c7b5af 100644 --- a/pkg/ssh/manifest.json.in +++ b/pkg/ssh/manifest.json.in @@ -1,7 +1,7 @@ { "version": "@VERSION@", "requires": { - "cockpit": "138.x" + "cockpit": "138" }, "priority": 100, "bridges": [ -- 2.13.5