Restore Provides for boost-python3-devel

This commit is contained in:
Jonathan Wakely 2022-06-24 10:28:07 +01:00 committed by Stepan Oksanichenko
parent 6c3ff9cc2d
commit c8ca157b7e
2 changed files with 8 additions and 1 deletions

1
.boost.metadata Normal file
View File

@ -0,0 +1 @@
6109efd3bdd8b9220d7d85b5e125f7f28721b9a9 boost_1_75_0.tar.bz2

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