Explicitly depend on OpenSSL version 1.0.x since vsftpd doesn't compile against
the API provided by newer versions. OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=110
This commit is contained in:
parent
ac2e1d899b
commit
46b63b2299
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 31 15:02:14 UTC 2017 - psimons@suse.com
|
||||||
|
|
||||||
|
- Explicitly depend on OpenSSL version 1.0.x since vsftpd doesn't
|
||||||
|
compile against the API provided by newer versions.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 2 14:20:06 CEST 2017 - kukuk@suse.de
|
Tue May 2 14:20:06 CEST 2017 - kukuk@suse.de
|
||||||
|
|
||||||
|
@ -71,12 +71,14 @@ Patch23: vsftpd-ls-memleak.patch
|
|||||||
Patch24: vsftpd-3.0.2-wnohang.patch
|
Patch24: vsftpd-3.0.2-wnohang.patch
|
||||||
Patch25: vsftpd-3.0.2-fix-chown-uploads.patch
|
Patch25: vsftpd-3.0.2-fix-chown-uploads.patch
|
||||||
BuildRequires: libcap-devel
|
BuildRequires: libcap-devel
|
||||||
BuildRequires: openssl-devel
|
|
||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
Requires: logrotate
|
Requires: logrotate
|
||||||
Requires(pre): shadow
|
Requires(pre): shadow
|
||||||
%if 0%{?suse_version} >= 1330
|
%if 0%{?suse_version} >= 1330
|
||||||
Requires(pre): group(nobody)
|
Requires(pre): group(nobody)
|
||||||
|
BuildRequires: libopenssl-1_0_0-devel
|
||||||
|
%else
|
||||||
|
BuildRequires: libopenssl-devel
|
||||||
%endif
|
%endif
|
||||||
Provides: ftp-server
|
Provides: ftp-server
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user