diff --git a/airinv.spec b/airinv.spec index 6019dcd..90f3e91 100644 --- a/airinv.spec +++ b/airinv.spec @@ -3,13 +3,17 @@ # Name: airinv Version: 1.00.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: C++ Simulated Airline Inventory Management System library 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=38769808 +ExcludeArch: armv7hl + BuildRequires: gcc-c++ BuildRequires: cmake BuildRequires: python3-devel @@ -119,6 +123,9 @@ ctest %changelog +* Tue Nov 05 2019 Denis Arnaud - 1.00.3-5 +- Rebuild for SOCI 4.0.0-rc2 + * Mon Aug 19 2019 Miro HronĨok - 1.00.3-4 - Rebuilt for Python 3.8