rpms/proftpd/devel proftpd.spec,1.37,1.38

Matthias Saou (thias) fedora-extras-commits at redhat.com
Wed Feb 13 10:32:53 UTC 2008


Author: thias

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

Modified Files:
	proftpd.spec 
Log Message:
Enable shadow (#378981) and mod_ifsession module (#432539).



Index: proftpd.spec
===================================================================
RCS file: /cvs/extras/rpms/proftpd/devel/proftpd.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- proftpd.spec	17 Dec 2007 14:44:38 -0000	1.37
+++ proftpd.spec	13 Feb 2008 10:32:16 -0000	1.38
@@ -1,7 +1,7 @@
 Summary: Flexible, stable and highly-configurable FTP server
 Name: proftpd
 Version: 1.3.1
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
 URL: http://www.proftpd.org/
@@ -79,11 +79,12 @@
     --enable-facl \
     --enable-dso \
     --enable-ipv6 \
+    --enable-shadow \
     --enable-openssl \
     --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
+    --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
 
 # 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)
@@ -160,6 +161,7 @@
 %{_bindir}/*
 %exclude %{_includedir}/proftpd/
 %dir %{_libexecdir}/proftpd/
+%{_libexecdir}/proftpd/mod_ifsession.so
 %{_libexecdir}/proftpd/mod_quotatab.so
 %{_libexecdir}/proftpd/mod_quotatab_file.so
 %{_libexecdir}/proftpd/mod_sql.so
@@ -193,6 +195,10 @@
 
 
 %changelog
+* Wed Feb 13 2008 Matthias Saou <http://freshrpms.net/> 1.3.1-4
+- Pass --enable-shadow to also have it available, not just PAM (#378981).
+- Add mod_ifsession as DSO (#432539).
+
 * Mon Dec 17 2007 Matthias Saou <http://freshrpms.net/> 1.3.1-3
 - Rebuild for new openssl, patch from Paul Howarth.
 




More information about the fedora-extras-commits mailing list