Removed the python-abi problematic line

This commit is contained in:
Denis Arnaud 2020-02-16 17:18:13 +01:00
parent d46336d7be
commit efad6c2cfd
1 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
Name: travelccm
%global sfname travel-ccm
Version: 1.00.4
Release: 6%{?dist}
Release: 7%{?dist}
Summary: C++ Travel Customer Choice Model (CCM) Library
@ -61,9 +61,6 @@ 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}
%description devel
This package contains the header files, shared libraries and
development helper tools for %{name}. If you would like to develop
@ -128,6 +125,9 @@ ctest
%changelog
* Sun Feb 16 2020 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.00.4-7
- Removed the python-abi problematic line
* Sun Feb 16 2020 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.00.4-6
- Fixed Python3 macro expansion issue