rpms/proftpd/devel proftpd.spec,1.39,1.40

Matthias Saou (thias) fedora-extras-commits at redhat.com
Fri Aug 8 11:07:03 UTC 2008


Author: thias

Update of /cvs/extras/rpms/proftpd/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11829

Modified Files:
	proftpd.spec 
Log Message:
Add mod_ban support (#457289, Philip Prindeville).



Index: proftpd.spec
===================================================================
RCS file: /cvs/extras/rpms/proftpd/devel/proftpd.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- proftpd.spec	20 Feb 2008 04:34:40 -0000	1.39
+++ proftpd.spec	8 Aug 2008 11:06:32 -0000	1.40
@@ -1,7 +1,7 @@
 Summary: Flexible, stable and highly-configurable FTP server
 Name: proftpd
 Version: 1.3.1
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
 URL: http://www.proftpd.org/
@@ -84,7 +84,7 @@
     --with-libraries="%{_libdir}/mysql" \
     --with-includes="%{_includedir}/mysql" \
     --with-modules=mod_readme:mod_auth_pam:mod_tls \
-    --with-shared=mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres:mod_quotatab:mod_quotatab_file:mod_quotatab_ldap:mod_quotatab_sql:mod_ifsession
+    --with-shared=mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres:mod_quotatab:mod_quotatab_file:mod_quotatab_ldap:mod_quotatab_sql:mod_ifsession:mod_ban
 
 # It seems that with _smp_mflags -lsupp tries to get linked before being built
 # (as of 1.3.0a-4 F7/devel with koji, happened on F8 x86_64 and F7 ppc64)
@@ -161,6 +161,7 @@
 %{_bindir}/*
 %exclude %{_includedir}/proftpd/
 %dir %{_libexecdir}/proftpd/
+%{_libexecdir}/proftpd/mod_ban.so
 %{_libexecdir}/proftpd/mod_ifsession.so
 %{_libexecdir}/proftpd/mod_quotatab.so
 %{_libexecdir}/proftpd/mod_quotatab_file.so
@@ -195,7 +196,10 @@
 
 
 %changelog
-* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.3.1-5
+* Fri Aug  8 2008 Matthias Saou <http://freshrpms.net/> 1.3.1-6
+- Add mod_ban support (#457289, Philip Prindeville).
+
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org>
 - Autorebuild for GCC 4.3
 
 * Wed Feb 13 2008 Matthias Saou <http://freshrpms.net/> 1.3.1-4




More information about the fedora-extras-commits mailing list