- 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
This commit is contained in:
Dirk Mueller 2022-12-15 16:35:54 +00:00 committed by Git OBS Bridge
parent 4038ff6c0f
commit e92e6f5af4
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Dec 15 16:35:33 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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 <hpj@suse.com>

View File

@ -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