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:
parent
6c3ff9cc2d
commit
5a79475ac1
@ -42,7 +42,7 @@ Name: boost
|
|||||||
%global real_name boost
|
%global real_name boost
|
||||||
Summary: The free peer-reviewed portable C++ source libraries
|
Summary: The free peer-reviewed portable C++ source libraries
|
||||||
Version: 1.75.0
|
Version: 1.75.0
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
License: Boost and MIT and Python
|
License: Boost and MIT and Python
|
||||||
|
|
||||||
# Replace each . with _ in %%{version}
|
# Replace each . with _ in %%{version}
|
||||||
@ -472,6 +472,9 @@ Requires: libquadmath-devel%{?_isa}
|
|||||||
%if %{with python3}
|
%if %{with python3}
|
||||||
# Require boost-numpy3 here, because main boost metapackage only Recommends: it
|
# Require boost-numpy3 here, because main boost metapackage only Recommends: it
|
||||||
Requires: %{name}-numpy3%{?_isa} = %{version}-%{release}
|
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
|
%endif
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -1279,6 +1282,9 @@ fi
|
|||||||
%{_mandir}/man1/b2.1*
|
%{_mandir}/man1/b2.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jun 21 2022 Jonathan Wakely <jwakely@redhat.com> - 1.75.0-7
|
||||||
- Build with zstd support (#2091041)
|
- Build with zstd support (#2091041)
|
||||||
- Fix rpminspect CI warnings about missing versioned dependencies
|
- Fix rpminspect CI warnings about missing versioned dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user