From dabb3c58d7b3e81e7a8f3fb12e319e62ee873a2a Mon Sep 17 00:00:00 2001
From: Dominik Perpeet <dperpeet@redhat.com>
Date: Wed, 17 May 2017 08:39:37 +0200
Subject: [PATCH 05/16] 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 <mpitt@redhat.com>
---
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.9.4