From 15e5b33b0da4d8b69b587207b058764be3ce4d79 Mon Sep 17 00:00:00 2001
From: Dominik Perpeet <dperpeet@redhat.com>
Date: Thu, 29 Jun 2017 18:14:46 +0200
Subject: [PATCH 2/2] dashboard: Reduce dependency to cockpit 138
The dashboard and ssh technically require 138 plus patches,
but downstream version 138 is already patched.
Closes #7144
---
pkg/dashboard/manifest.json.in | 2 +-
pkg/ssh/manifest.json.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pkg/dashboard/manifest.json.in b/pkg/dashboard/manifest.json.in
index 1ba5b34..850524b 100644
--- a/pkg/dashboard/manifest.json.in
+++ b/pkg/dashboard/manifest.json.in
@@ -1,7 +1,7 @@
{
"version": "@VERSION@",
"requires": {
- "cockpit": "138.x"
+ "cockpit": "138"
},
"dashboard": {
diff --git a/pkg/ssh/manifest.json.in b/pkg/ssh/manifest.json.in
index 183ef57..cb026a3 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