×
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: ce15b8864c924dff1d69d9e689b77fee42efc624
ce15b8
From 14de9feb7960d07c566599aaa5d91a013ce28d4e Mon Sep 17 00:00:00 2001
2587cc
From: Dominik Perpeet <dperpeet@redhat.com>
2587cc
Date: Wed, 17 May 2017 08:39:37 +0200
ce15b8
Subject: [PATCH 05/23] 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
--
ce15b8
2.13.5
2587cc