pgreco / rpms / cockpit

Forked from forks/areguera/rpms/cockpit 4 years ago
Clone
Blob Blame History Raw
From b46697eb9a17536c2f66dfb2ffff7464164390ea Mon Sep 17 00:00:00 2001
From: Dominik Perpeet <dperpeet@redhat.com>
Date: Wed, 2 Aug 2017 18:39:33 +0200
Subject: [PATCH 17/23] spec: Tests package should only require stable cockpit

We consider version 138 to be stable, so we should be able
to test everything with -bridge and -system of that version.

Cherry-picked from 9b03e06423c.
---
 tools/cockpit.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/cockpit.spec b/tools/cockpit.spec
index f4ec5c9..a1e9d76 100644
--- a/tools/cockpit.spec
+++ b/tools/cockpit.spec
@@ -417,8 +417,8 @@ This package contains the Cockpit shell and system configuration interfaces.
 
 %package tests
 Summary: Tests for Cockpit
-Requires: %{name}-bridge >= %{version}-%{release}
-Requires: %{name}-system >= %{version}-%{release}
+Requires: %{name}-bridge >= 138
+Requires: %{name}-system >= 138
 Requires: openssh-clients
 Provides: %{name}-test-assets
 Obsoletes: %{name}-test-assets < 132
-- 
2.13.5