SHA256
1
0
forked from pool/vsftpd

Accepting request 500193 from network

Fix build failure in openSUSE:Factory:Staging:I.

OBS-URL: https://build.opensuse.org/request/show/500193
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=60
This commit is contained in:
Dominique Leuenberger 2017-06-07 07:53:51 +00:00 committed by Git OBS Bridge
commit 316e123677
2 changed files with 9 additions and 1 deletions

View File

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

View File

@ -71,12 +71,14 @@ Patch23: vsftpd-ls-memleak.patch
Patch24: vsftpd-3.0.2-wnohang.patch
Patch25: vsftpd-3.0.2-fix-chown-uploads.patch
BuildRequires: libcap-devel
BuildRequires: openssl-devel
BuildRequires: pam-devel
Requires: logrotate
Requires(pre): shadow
%if 0%{?suse_version} >= 1330
Requires(pre): group(nobody)
BuildRequires: libopenssl-1_0_0-devel
%else
BuildRequires: libopenssl-devel
%endif
Provides: ftp-server
BuildRoot: %{_tmppath}/%{name}-%{version}-build