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

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


commit a9219cf78c16139df184f3e60e4edbaa9c3e90ad
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Thu Aug 2 16:54:09 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 a843154..e19106d 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:	1%{?dist}
+Release:	2%{?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
+
 * Mon Feb  6 2012 Marcela Mašláňová <mmaslano at redhat.com> - 0.93.1-1
 - minor update
 


More information about the scm-commits mailing list