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