Fixed Python3 macro expansion issue

This commit is contained in:
Denis Arnaud 2020-02-16 16:54:12 +01:00
parent 6dabc2b296
commit d46336d7be
1 changed files with 6 additions and 3 deletions

View File

@ -4,7 +4,7 @@
Name: travelccm
%global sfname travel-ccm
Version: 1.00.4
Release: 5%{?dist}
Release: 6%{?dist}
Summary: C++ Travel Customer Choice Model (CCM) Library
@ -61,8 +61,8 @@ Summary: Header files, libraries and development helper tools for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: pkgconfig
# The cmake files have Python version backed in them
Requires: (python(abi) = %{python3_version} if python3-devel)
# The CMake files have Python version backed in them
Requires: python(abi) = %{python3_version}
%description devel
This package contains the header files, shared libraries and
@ -128,6 +128,9 @@ ctest
%changelog
* Sun Feb 16 2020 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.00.4-6
- Fixed Python3 macro expansion issue
* Sun Feb 16 2020 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.00.4-5
- BZ#41324726 - fixed the FTBFS issue on armv7hl