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