diff --git a/vsftpd.spec b/vsftpd.spec index 0489b3d..b28b8b5 100644 --- a/vsftpd.spec +++ b/vsftpd.spec @@ -5,7 +5,7 @@ %define ftpuserid 65014 Name: vsftpd -Version: 3.0.3 +Version: 3.0.4 Release: 1mamba Summary: Very Secure File Transfer Protocol Daemon. Group: System/Servers @@ -32,13 +32,13 @@ License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libcap-devel +BuildRequires: libnsl-devel BuildRequires: libopenssl-devel +BuildRequires: libpam-devel BuildRequires: libwrap-devel -BuildRequires: pam-devel ## AUTOBUILDREQ-END BuildRequires: tcp_wrappers-devel >= 7.6 Requires: pam >= 0.77 -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description vsftpd is short for "Very Secure FTP Daemon". @@ -136,6 +136,9 @@ exit 0 %dir %attr(600,root,root) /var/log/vsftpd %changelog +* Wed Jun 02 2021 Automatic Build System 3.0.4-1mamba +- automatic version update by autodist + * Sat Jul 25 2015 Automatic Build System 3.0.3-1mamba - automatic version update by autodist