rpms/vsftpd/devel vsftpd.spec,1.53,1.54

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Dec 14 12:11:52 UTC 2006


Author: mbarabas

Update of /cvs/dist/rpms/vsftpd/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv30313

Modified Files:
	vsftpd.spec 
Log Message:
correct man page, correct calling function stat


Index: vsftpd.spec
===================================================================
RCS file: /cvs/dist/rpms/vsftpd/devel/vsftpd.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- vsftpd.spec	4 Dec 2006 16:24:57 -0000	1.53
+++ vsftpd.spec	14 Dec 2006 12:11:49 -0000	1.54
@@ -3,7 +3,7 @@
 Summary: vsftpd - Very Secure Ftp Daemon
 Name: vsftpd
 Version: 2.0.5
-Release: 9
+Release: 10
 License: GPL
 Group: System Environment/Daemons
 URL: http://vsftpd.beasts.org/
@@ -36,6 +36,8 @@
 Patch21: vsftpd-2.0.5-correct_comments.patch
 Patch22: vsftpd-2.0.5-man.patch
 Patch23: vsftpd-2.0.4-filter.patch
+Patch24: vsftpd-2.0.5-file_stat.patch
+Patch25: vsftpd-2.0.5-confspell.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 %if %{tcp_wrappers}
@@ -86,6 +88,8 @@
 %patch21 -p1 -b .comments
 %patch22 -p1 -b .manp
 %patch23 -p1 -b .filter
+%patch24 -p1 -b .file_stat
+%patch25 -p1
 
 %build
 %ifarch s390x
@@ -144,6 +148,12 @@
 /var/ftp
 
 %changelog
+* Thu Dec 14 2006 Maros Barabas <mbarabas at redhat.com> - 2.0.5-10
+- correct man (5) pages
+- Resolves: #216765
+- correct calling function stat 
+- Resolves: bz200763
+
 * Mon Dec 04 2006 Maros Barabas <mbarabas at redhat.com> - 2.0.5-9
 - change BuildRequires tcp_wrappers to tcp_wrappers-devel
 




More information about the fedora-cvs-commits mailing list