BZ#41324726 - fixed the FTBFS issue on armv7hl

This commit is contained in:
Denis Arnaud 2020-02-16 11:20:18 +01:00
parent f7a063bca7
commit 6dabc2b296
1 changed files with 8 additions and 1 deletions

View File

@ -4,7 +4,7 @@
Name: travelccm
%global sfname travel-ccm
Version: 1.00.4
Release: 4%{?dist}
Release: 5%{?dist}
Summary: C++ Travel Customer Choice Model (CCM) Library
@ -12,6 +12,10 @@ License: LGPLv2+
URL: http://github.com/airsim/%{name}
Source0: %{url}/archive/%{name}-%{version}.tar.gz
# For some reason, as of November 2019, it does not compile on ARMv7hl
# See https://koji.fedoraproject.org/koji/taskinfo?taskID=38562666
ExcludeArch: armv7hl
BuildRequires: gcc-c++
BuildRequires: cmake
BuildRequires: python3-devel
@ -124,6 +128,9 @@ ctest
%changelog
* Sun Feb 16 2020 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.00.4-5
- BZ#41324726 - fixed the FTBFS issue on armv7hl
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.00.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild