Author: karsten

Update of /cvs/extras/rpms/perl-IPC-Shareable/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2109

Modified Files:
        perl-IPC-Shareable.spec 
Log Message:
- disable 'make test' on mainframe for now, shmem problems
  see bugzilla #496369



Index: perl-IPC-Shareable.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-IPC-Shareable/F-11/perl-IPC-Shareable.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- perl-IPC-Shareable.spec     26 Feb 2009 20:15:28 -0000      1.9
+++ perl-IPC-Shareable.spec     22 Apr 2009 13:44:58 -0000      1.10
@@ -1,6 +1,6 @@
 Name:           perl-IPC-Shareable
 Version:        0.60
-Release:        9%{?dist}
+Release:        9%{?dist}.1
 Summary:        Share Perl variables between processes
 
 Group:          Development/Libraries
@@ -44,7 +44,10 @@
 
 
 %check
+# bugzilla #496369:
+if [ `uname -i` != "s390x" -a `uname -i` != "s390" ] ; then
 make test
+fi
 
 
 %clean
@@ -59,6 +62,10 @@
 
 
 %changelog
+* Wed Apr 22 2009 Karsten Hopp <[email protected]> 0.60-9.1
+- disable 'make test' on mainframe for now, shmem problems 
+  see bugzilla #496369
+
 * Thu Feb 26 2009 Fedora Release Engineering <[email protected]> 
- 0.60-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list

Reply via email to