rpms/ldns/devel ldns.spec,1.26,1.27

Paul Wouters (pwouters) fedora-extras-commits at redhat.com
Tue Nov 13 16:52:15 UTC 2007


Author: pwouters

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

Modified Files:
	ldns.spec 
Log Message:
* Tue Nov 13 2007 Paul Wouters <paul at xelerance.com> - 1.2.1-4
- Try to fix racing ln -s statements in parallel builds



Index: ldns.spec
===================================================================
RCS file: /cvs/extras/rpms/ldns/devel/ldns.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ldns.spec	9 Nov 2007 16:57:08 -0000	1.26
+++ ldns.spec	13 Nov 2007 16:51:10 -0000	1.27
@@ -1,7 +1,7 @@
 Summary: Lowlevel DNS(SEC) library with API
 Name: ldns
 Version: 1.2.1
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: BSD
 Url: http://open.nlnetlabs.nl/%{name}/
 Source: http://open.nlnetlabs.nl/downloads/%{name}-%{version}.tar.gz
@@ -35,6 +35,9 @@
 %configure --disable-rpath
 
 %build
+# try to fix racing ln statements in paralell build
+sed -i 's/ln -s/ln -sf/g' Makefile
+
 make %{?_smp_mflags}
 (cd drill ; %configure --disable-rpath --with-ldns=../ldns/)
 (cd examples ; %configure --disable-rpath --with-ldns=../ldns/)
@@ -84,6 +87,9 @@
 %postun -p /sbin/ldconfig
 
 %changelog
+* Tue Nov 13 2007 Paul Wouters <paul at xelerance.com> - 1.2.1-4
+- Try to fix racing ln -s statements in parallel builds
+
 * Fri Nov  9 2007 Paul Wouters <paul at xelerance.com> - 1.2.1-3
 - Added patch for ldns-read-zone that does not put @. in RRDATA
 




More information about the fedora-extras-commits mailing list