From 413ea378fee4205c8bb977e16f0e398cf51c9a50 Mon Sep 17 00:00:00 2001 From: Marcela Mašláňová Date: Aug 02 2012 14:39:16 +0000 Subject: 804317 on ppc64 tests never fully worked, conditionalized --- 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á - 0.93.1-4 +- 804317 on ppc64 tests never fully worked, conditionalized + * Thu Jul 19 2012 Fedora Release Engineering - 0.93.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild