Accepting request 548098 from server:proxy
OBS-URL: https://build.opensuse.org/request/show/548098 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/squid?expand=0&rev=52
This commit is contained in:
commit
e1b17aabdc
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user