rpms/perl-File-ExtAttr/devel perl-File-ExtAttr.spec,1.2,1.3

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Thu Dec 7 17:07:59 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-File-ExtAttr/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19630

Modified Files:
	perl-File-ExtAttr.spec 
Log Message:
disable tests



Index: perl-File-ExtAttr.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-File-ExtAttr/devel/perl-File-ExtAttr.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-File-ExtAttr.spec	7 Dec 2006 16:14:18 -0000	1.2
+++ perl-File-ExtAttr.spec	7 Dec 2006 17:07:28 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           perl-File-ExtAttr
 Version:        1.01
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Perl extension for accessing extended attributes of files
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -48,7 +48,9 @@
 #        attributes, in all likelyhood the tests will fail.  If anyone has 
 #        a quick&easy non-priv'ed way to test for this, I'll be more than 
 #        happy to include it.
-make test
+# NOTE3: Tests disabled for now, pending a way to detect & disable on non-ea 
+#        enabled filesystems
+%{?_with_network_tests: make test}
 
 %clean
 rm -rf %{buildroot}
@@ -61,6 +63,10 @@
 %{_mandir}/man3/*
 
 %changelog
+* Thu Dec 07 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.01-3
+- Tests disabled for now, pending a way to detect & disable on non-ea enabled
+  filesystems
+
 * Thu Dec 07 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.01-2
 - bump
 




More information about the fedora-extras-commits mailing list