Blame SOURCES/0005-ssh-Fix-cockpit-version-dependency.patch
|
|
a22909 |
From cfaafd7b1b9da4b2f2afeeba87da2e5b1419a0ce Mon Sep 17 00:00:00 2001
|
|
|
a22909 |
From: Dominik Perpeet <dperpeet@redhat.com>
|
|
|
a22909 |
Date: Wed, 17 May 2017 08:39:37 +0200
|
|
|
a22909 |
Subject: [PATCH 5/6] ssh: Fix cockpit version dependency
|
|
|
a22909 |
|
|
|
a22909 |
The ssh package requires cockpit 138, not 138.x, since it's a
|
|
|
a22909 |
patched version of 138.
|
|
|
a22909 |
---
|
|
|
a22909 |
pkg/ssh/manifest.json.in | 2 +-
|
|
|
a22909 |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
a22909 |
|
|
|
a22909 |
diff --git a/pkg/ssh/manifest.json.in b/pkg/ssh/manifest.json.in
|
|
|
a22909 |
index 183ef57..8c7b5af 100644
|
|
|
a22909 |
--- a/pkg/ssh/manifest.json.in
|
|
|
a22909 |
+++ b/pkg/ssh/manifest.json.in
|
|
|
a22909 |
@@ -1,7 +1,7 @@
|
|
|
a22909 |
{
|
|
|
a22909 |
"version": "@VERSION@",
|
|
|
a22909 |
"requires": {
|
|
|
a22909 |
- "cockpit": "138.x"
|
|
|
a22909 |
+ "cockpit": "138"
|
|
|
a22909 |
},
|
|
|
a22909 |
"priority": 100,
|
|
|
a22909 |
"bridges": [
|
|
|
a22909 |
--
|
|
|
a22909 |
2.9.3
|
|
|
a22909 |
|