diff --git a/IP2Location.spec b/IP2Location.spec index 349d760..a637c9c 100644 --- a/IP2Location.spec +++ b/IP2Location.spec @@ -11,12 +11,10 @@ %global gittag .%{build_timestamp}git%{shortcommit} %endif -ExcludeArch: s390x - Name: IP2Location Summary: Tools for mapping IP address to geolocation information Version: %{rpm_version} -Release: 5%{?gittag}%{?dist} +Release: 6%{?gittag}%{?dist} License: MIT URL: http://www.ip2location.com/ %if 0%{?gitcommit:1} @@ -132,7 +130,10 @@ make -C data convert %check +%ifnarch s390x +# 8.6.0 segfaults on koji for unkown reason LD_LIBRARY_PATH=%{buildroot}%{_libdir}:$LD_LIBRARY_PATH make check +%endif %install @@ -179,10 +180,10 @@ install -p data/IPV6-COUNTRY.BIN %{buildroot}%{_datadir}/%{name}/IPV6-COUNTRY.SA %changelog -* Fri Jun 02 2023 Peter Bieringer - 8.6.0-5 +* Sun Jun 04 2023 Peter Bieringer - 8.6.0-6 - update to 8.6.0 - minor spec file alignment with upstream -- exclude arch s390x (segfaults in test for unknown reason) +- exclude "make check" for arch s390x as it segfaults for unknown reason * Wed Jul 20 2022 Fedora Release Engineering - 8.4.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild