Author: dzeus Date: Fri Feb 20 06:21:02 2009 GMT Module: SPECS Tag: AC-branch ---- Log message: - added ssl bcond
---- Files affected: SPECS: vsftpd.spec (1.53.2.2 -> 1.53.2.3) ---- Diffs: ================================================================ Index: SPECS/vsftpd.spec diff -u SPECS/vsftpd.spec:1.53.2.2 SPECS/vsftpd.spec:1.53.2.3 --- SPECS/vsftpd.spec:1.53.2.2 Thu Feb 19 23:13:05 2009 +++ SPECS/vsftpd.spec Fri Feb 20 07:20:57 2009 @@ -1,5 +1,8 @@ # $Revision$, $Date$ # +# Conditional build: +%bcond_without ssl # build without OpenSSL support +# %define _ftpdir /home/services/ftp # Summary: vsftpd - Very Secure FTP Daemon @@ -23,7 +26,7 @@ URL: http://vsftpd.beasts.org/ BuildRequires: libcap-devel BuildRequires: libwrap-devel -BuildRequires: openssl-devel >= 0.9.7d +%{?with_ssl:BuildRequires: openssl-devel >= 0.9.8j} BuildRequires: rpmbuild(macros) >= 1.268 Requires: %{name}-init = %{version}-%{release} Requires: filesystem >= 2.0-1 @@ -96,7 +99,7 @@ %prep %setup -q -%patch0 -p1 +%{?with_ssl:%patch0 -p1} %patch1 -p1 %build @@ -188,6 +191,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.53.2.3 2009/02/20 06:20:57 dzeus +- added ssl bcond + Revision 1.53.2.2 2009/02/19 22:13:05 dzeus - up to 2.1.0 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/vsftpd.spec?r1=1.53.2.2&r2=1.53.2.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
