rpms/proftpd/devel proftpd.spec,1.28,1.29

Matthias Saou (thias) fedora-extras-commits at redhat.com
Fri Jun 15 16:13:36 UTC 2007


Author: thias

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

Modified Files:
	proftpd.spec 
Log Message:
Remove _smp_mflags to (hopefully) fix build failure.



Index: proftpd.spec
===================================================================
RCS file: /cvs/extras/rpms/proftpd/devel/proftpd.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- proftpd.spec	15 Jun 2007 15:52:28 -0000	1.28
+++ proftpd.spec	15 Jun 2007 16:12:46 -0000	1.29
@@ -1,7 +1,7 @@
 Summary: Flexible, stable and highly-configurable FTP server
 Name: proftpd
 Version: 1.3.0a
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPL
 Group: System Environment/Daemons
 URL: http://www.proftpd.org/
@@ -90,7 +90,9 @@
     --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
 
-%{__make} %{?_smp_mflags}
+# 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)
+%{__make}
 
 
 %install
@@ -192,6 +194,9 @@
 
 
 %changelog
+* Fri Jun 15 2007 Matthias Saou <http://freshrpms.net/> 1.3.0a-5
+- Remove _smp_mflags to (hopefully) fix build failure.
+
 * Fri Jun 15 2007 Matthias Saou <http://freshrpms.net/> 1.3.0a-4
 - Fix PAM entry for F7+ (#244168). Still doesn't work with selinux, though.
 




More information about the fedora-extras-commits mailing list