[ipv6calc] 804317 on ppc64 tests never fully worked, conditionalized

Marcela Mašláňová mmaslano at fedoraproject.org
Thu Aug 2 14:41:46 UTC 2012


commit 413ea378fee4205c8bb977e16f0e398cf51c9a50
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Thu Aug 2 16:39:16 2012 +0200

    804317 on ppc64 tests never fully worked, conditionalized

 ipv6calc.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/ipv6calc.spec b/ipv6calc.spec
index f79b551..4e6b945 100644
--- a/ipv6calc.spec
+++ b/ipv6calc.spec
@@ -1,7 +1,7 @@
 Summary:	IPv6 address format change and calculation utility
 Name:		ipv6calc
 Version:	0.93.1
-Release:	3%{?dist}
+Release:	4%{?dist}
 Group:		Applications/Text
 URL:		http://www.deepspace6.net/projects/%{name}.html
 License:	GPLv2
@@ -49,7 +49,9 @@ cp -pf ipv6logstats/examples-data/*.txt redhat/ipv6logstats/examples-data
 cp -pf ipv6logstats/examples-gri/*.gri redhat/ipv6logstats/examples-gri
 
 %check
-make test
+%ifnarch ppc64
+	make test
+%endif
 
 %files
 %doc ChangeLog README CREDITS TODO COPYING LICENSE USAGE doc/ipv6calc.* redhat/*
@@ -60,6 +62,9 @@ make test
 %{_mandir}/man8/*
 
 %changelog
+* Thu Aug  2 2012 Marcela Mašláňová <mmaslano at redhat.com> - 0.93.1-4
+- 804317 on ppc64 tests never fully worked, conditionalized
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.93.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list