From 1a2353842b655b9f553b9d8f4a984d4ccc0a3a68 Mon Sep 17 00:00:00 2001 From: Matthias Saou Date: Aug 23 2006 14:45:54 +0000 Subject: Add mod_quotatab, _file, _ldap and _sql (#134291) + backport 1.3.0 to FC-4. --- diff --git a/proftpd.spec b/proftpd.spec index 5008f31..ddead0c 100644 --- a/proftpd.spec +++ b/proftpd.spec @@ -1,7 +1,7 @@ Summary: Flexible, stable and highly-configurable FTP server Name: proftpd Version: 1.3.0 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Group: System Environment/Daemons URL: http://www.proftpd.org/ @@ -82,7 +82,7 @@ Module to add PostgreSQL support to the ProFTPD FTP server. --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 + --with-shared=mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres:mod_quotatab:mod_quotatab_file:mod_quotatab_ldap:mod_quotatab_sql %{__make} %{?_smp_mflags} @@ -154,6 +154,8 @@ fi %{_mandir}/*/* %{_bindir}/* %dir %{_libexecdir}/proftpd/ +%{_libexecdir}/proftpd/mod_quotatab.so +%{_libexecdir}/proftpd/mod_quotatab_file.so %{_libexecdir}/proftpd/mod_sql.so %exclude %{_libexecdir}/proftpd/*.a %exclude %{_libexecdir}/proftpd/*.la @@ -168,19 +170,25 @@ fi %defattr(-, root, root, 0755) %dir %{_libexecdir}/proftpd/ %{_libexecdir}/proftpd/mod_ldap.so +%{_libexecdir}/proftpd/mod_quotatab_ldap.so %files mysql %defattr(-, root, root, 0755) %dir %{_libexecdir}/proftpd/ %{_libexecdir}/proftpd/mod_sql_mysql.so +%{_libexecdir}/proftpd/mod_quotatab_sql.so %files postgresql %defattr(-, root, root, 0755) %dir %{_libexecdir}/proftpd/ %{_libexecdir}/proftpd/mod_sql_postgres.so +%{_libexecdir}/proftpd/mod_quotatab_sql.so %changelog +* Mon Aug 23 2006 Matthias Saou 1.3.0-6 +- Add mod_quotatab, _file, _ldap and _sql (#134291). + * Mon Jul 3 2006 Matthias Saou 1.3.0-5 - Disable sendfile by default since it breaks displaying the download speed in ftptop and ftpwho (#196913).