rpms/abicheck/devel abicheck.spec,1.33,1.34

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Thu May 24 10:19:36 UTC 2007


Author: mschwendt

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

Modified Files:
	abicheck.spec 
Log Message:
#2 - no idea yet why egrep fails here on ppc64


Index: abicheck.spec
===================================================================
RCS file: /cvs/extras/rpms/abicheck/devel/abicheck.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- abicheck.spec	24 May 2007 10:11:07 -0000	1.33
+++ abicheck.spec	24 May 2007 10:19:02 -0000	1.34
@@ -50,7 +50,8 @@
 #make test
 cd test
 make private1
-../abicheck ./private1 | egrep 'PRIVATE:.*libc.*(__open|__nanosleep)'
+#../abicheck ./private1 | egrep 'PRIVATE:.*libc.*(__open|__nanosleep)'
+../abicheck ./private1 || true
 ../abicheck ./private1 | grep 'PRIVATE:.*libc.*\(__open\|__nanosleep\)'
 
 




More information about the fedora-extras-commits mailing list