×
Close
The permissions on this repository are being updated. This may take a while.
During this time, you or some of the project's contributors may not be able
to push to this repository.
Blame SOURCES/0005-ssh-Fix-cockpit-version-dependency.patch
Branch: 2587cc19eb0533f8cd96b7af28f8f3587651c9b3
2587cc
From dabb3c58d7b3e81e7a8f3fb12e319e62ee873a2a Mon Sep 17 00:00:00 2001
2587cc
From: Dominik Perpeet <dperpeet@redhat.com>
2587cc
Date: Wed, 17 May 2017 08:39:37 +0200
2587cc
Subject: [PATCH 05/16] ssh: Fix cockpit version dependency
2587cc
2587cc
The ssh package requires cockpit 138, not 138.x, since it's a
2587cc
patched version of 138.
2587cc
2587cc
Closes #6563
2587cc
Reviewed-By: Martin Pitt <mpitt@redhat.com>
2587cc
---
2587cc
pkg/ssh/manifest.json.in | 2 +-
2587cc
1 file changed, 1 insertion(+), 1 deletion(-)
2587cc
2587cc
diff --git a/pkg/ssh/manifest.json.in b/pkg/ssh/manifest.json.in
2587cc
index 183ef57..8c7b5af 100644
2587cc
--- a/pkg/ssh/manifest.json.in
2587cc
+++ b/pkg/ssh/manifest.json.in
2587cc
@@ -1,7 +1,7 @@
2587cc
{
2587cc
"version": "@VERSION@",
2587cc
"requires": {
2587cc
- "cockpit": "138.x"
2587cc
+ "cockpit": "138"
2587cc
},
2587cc
"priority": 100,
2587cc
"bridges": [
2587cc
--
2587cc
2.9.4
2587cc