From d1c05d1ddfe57372c646a4ae02a60cf82f754f709656d505ffb3cb0c5ebeb808 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 4 Dec 2017 14:13:40 +0000 Subject: [PATCH] Accepting request 548073 from home:adamm:branches:server:proxy - Explicitly BuildRequire libopenssl-1_0_0-devel until OpenSSL 1.1.x support can be ported. OBS-URL: https://build.opensuse.org/request/show/548073 OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=139 --- squid.changes | 6 ++++++ squid.spec | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/squid.changes b/squid.changes index bdc04ed..52b9eaf 100644 --- a/squid.changes +++ b/squid.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Dec 4 12:31:44 UTC 2017 - adam.majer@suse.de + +- Explicitly BuildRequire libopenssl-1_0_0-devel until + OpenSSL 1.1.x support can be ported. + ------------------------------------------------------------------- Thu Nov 23 13:47:31 UTC 2017 - rbrown@suse.com diff --git a/squid.spec b/squid.spec index a9406a0..24bc764 100644 --- a/squid.spec +++ b/squid.spec @@ -55,7 +55,11 @@ BuildRequires: libnsl-devel %endif BuildRequires: openldap2-devel BuildRequires: opensp-devel +%if 0%{suse_version} >= 1330 +BuildRequires: libopenssl-1_0_0-devel +%else BuildRequires: openssl-devel +%endif BuildRequires: pam-devel BuildRequires: pkgconfig BuildRequires: samba-winbind