From e92e6f5af453197ecfddb77b916586ab954e84dd6ce98c6b3dd3977646025b00 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 15 Dec 2022 16:35:54 +0000 Subject: [PATCH] - limit to openssl < 3.0 as this version is not compatible (bsc#1205042) next version update will fix it OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=243 --- openssh.changes | 6 ++++++ openssh.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/openssh.changes b/openssh.changes index d99ed25..997b0d0 100644 --- a/openssh.changes +++ b/openssh.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Dec 15 16:35:33 UTC 2022 - Dirk Müller + +- limit to openssl < 3.0 as this version is not compatible (bsc#1205042) + next version update will fix it + ------------------------------------------------------------------- Thu Nov 10 02:18:08 UTC 2022 - Hans Petter Jansson diff --git a/openssh.spec b/openssh.spec index cc8fa47..413a4b9 100644 --- a/openssh.spec +++ b/openssh.spec @@ -116,7 +116,7 @@ BuildRequires: groff BuildRequires: libedit-devel BuildRequires: libselinux-devel BuildRequires: openldap2-devel -BuildRequires: openssl-devel +BuildRequires: pkgconfig(openssl) < 3 BuildRequires: pam-devel BuildRequires: pkgconfig BuildRequires: zlib-devel