From 4ceb3b9cb10a341b8feed26348141eb0baea606365c3fcb7ea655b3bee1938c9 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Tue, 9 Oct 2018 14:57:14 +0000 Subject: [PATCH] - Invert Conflicts to Requires OpenSSH >= 7.4 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/pagure?expand=0&rev=6 --- pagure.changes | 5 +++++ pagure.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pagure.changes b/pagure.changes index 5e9363a..3d8cfa9 100644 --- a/pagure.changes +++ b/pagure.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 9 14:56:15 UTC 2018 - Neal Gompa + +- Invert Conflicts to Requires OpenSSH >= 7.4 + ------------------------------------------------------------------- Tue Oct 9 14:38:32 UTC 2018 - Neal Gompa diff --git a/pagure.spec b/pagure.spec index 63cc0fc..e6c29f3 100644 --- a/pagure.spec +++ b/pagure.spec @@ -83,7 +83,7 @@ BuildRequires: python3-munch BuildRequires: python3-redis # We require OpenSSH 7.4+ for SHA256 support -Conflicts: openssh < 7.4 +Requires: openssh >= 7.4 Requires: python3-alembic Requires: python3-arrow