pgreco / rpms / cockpit

Forked from forks/areguera/rpms/cockpit 4 years ago
Clone

Blame SOURCES/0017-spec-Tests-package-should-only-require-stable-cockpi.patch

ce15b8
From b46697eb9a17536c2f66dfb2ffff7464164390ea Mon Sep 17 00:00:00 2001
ce15b8
From: Dominik Perpeet <dperpeet@redhat.com>
ce15b8
Date: Wed, 2 Aug 2017 18:39:33 +0200
ce15b8
Subject: [PATCH 17/23] spec: Tests package should only require stable cockpit
ce15b8
ce15b8
We consider version 138 to be stable, so we should be able
ce15b8
to test everything with -bridge and -system of that version.
ce15b8
ce15b8
Cherry-picked from 9b03e06423c.
ce15b8
---
ce15b8
 tools/cockpit.spec | 4 ++--
ce15b8
 1 file changed, 2 insertions(+), 2 deletions(-)
ce15b8
ce15b8
diff --git a/tools/cockpit.spec b/tools/cockpit.spec
ce15b8
index f4ec5c9..a1e9d76 100644
ce15b8
--- a/tools/cockpit.spec
ce15b8
+++ b/tools/cockpit.spec
ce15b8
@@ -417,8 +417,8 @@ This package contains the Cockpit shell and system configuration interfaces.
ce15b8
 
ce15b8
 %package tests
ce15b8
 Summary: Tests for Cockpit
ce15b8
-Requires: %{name}-bridge >= %{version}-%{release}
ce15b8
-Requires: %{name}-system >= %{version}-%{release}
ce15b8
+Requires: %{name}-bridge >= 138
ce15b8
+Requires: %{name}-system >= 138
ce15b8
 Requires: openssh-clients
ce15b8
 Provides: %{name}-test-assets
ce15b8
 Obsoletes: %{name}-test-assets < 132
ce15b8
-- 
ce15b8
2.13.5
ce15b8