SHA256
1
0
forked from pool/openssh

Accepting request 1043180 from network

- 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/request/show/1043180
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssh?expand=0&rev=160
This commit is contained in:
Dominique Leuenberger 2022-12-16 16:51:30 +00:00 committed by Git OBS Bridge
commit 00be3aea91
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