Restore Provides for boost-python3-devel

Although there is no boost-python3-devel package in RHEL 9, other
packages still might be using that name. Retain the old Provides: tag to
avoid breaking them.

Related: #2091041
This commit is contained in:
Jonathan Wakely 2022-06-24 10:28:07 +01:00
parent 6c3ff9cc2d
commit 5a79475ac1

View File

@ -42,7 +42,7 @@ Name: boost
%global real_name boost
Summary: The free peer-reviewed portable C++ source libraries
Version: 1.75.0
Release: 7%{?dist}
Release: 8%{?dist}
License: Boost and MIT and Python
# Replace each . with _ in %%{version}
@ -472,6 +472,9 @@ Requires: libquadmath-devel%{?_isa}
%if %{with python3}
# Require boost-numpy3 here, because main boost metapackage only Recommends: it
Requires: %{name}-numpy3%{?_isa} = %{version}-%{release}
# Old Provides: for compatibility with RHEL <= 8 and packages that require it.
Provides: %{name}-python3-devel = %{version}-%{release}
Provides: %{name}-python3-devel%{?_isa} = %{version}-%{release}
%endif
%description devel
@ -1279,6 +1282,9 @@ fi
%{_mandir}/man1/b2.1*
%changelog
* Fri Jun 24 2022 Jonathan Wakely <jwakely@redhat.com> - 1.75.0-8
- Restore Provides for boost-python3-devel
* Tue Jun 21 2022 Jonathan Wakely <jwakely@redhat.com> - 1.75.0-7
- Build with zstd support (#2091041)
- Fix rpminspect CI warnings about missing versioned dependencies