Drop boost-python3-devel build requirement for Fedora 33+

This commit is contained in:
Luya Tshimbalanga 2020-05-23 12:14:01 -07:00
parent 798ba80d72
commit 8c2ca4dd2c
No known key found for this signature in database
GPG Key ID: 5E528174D8A2609A
1 changed files with 3 additions and 2 deletions

View File

@ -11,7 +11,8 @@ URL: http://www.openvdb.org/
Source0: https://github.com/AcademySoftwareFoundation/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: boost-devel >= 1.61
# No longer needed on Fedora 33+
# boost-python3-devel merged in boost-devel for Fedora 33+
# https://src.fedoraproject.org/rpms/boost/c/1f2e448e099a867f9da62b9da009d3dec5e1ad64?branch=master
%if 0%{?fedora} < 33
BuildRequires: boost-python3-devel
%endif
@ -151,7 +152,7 @@ find %{buildroot} -name '*.a' -delete
%changelog
* Sat May 23 2020 Luya Tshimbalanga <luya@fedoraproject.org> - 7.0.0-4
- Drop removed boost-python3-devel from Fedora 33+
- Drop boost-python3-devel build requirement for Fedora 33+
* Sat May 23 2020 Luya Tshimbalanga <luya@fedoraproject.org> - 7.0.0-3
- Disable python3 binding for CentOS and Red Hat Enterprise