Disable PHP bindings for PHP8, which is not supported yet

This commit is contained in:
Xavier Bachelot 2023-03-30 11:17:17 +02:00
parent 294af97edc
commit 46d9958611

View File

@ -1,5 +1,9 @@
%global with_java 0
%if 0%{?el7}%{?el8}
%global with_php 1
%else
%global with_php 0
%endif
%global with_perl 1
# The Lasso build system requires python, especially the binding generators
%global with_python 1
@ -318,6 +322,7 @@ rm -fr %{buildroot}%{_defaultdocdir}/%{name}
%changelog
* Thu Mar 30 2023 Xavier Bachelot <xavier@bachelot.org> - 2.8.2-1
- Update to 2.8.2
- Disable PHP bindings for PHP8, which is not supported yet
* Thu Mar 09 2023 Xavier Bachelot <xavier@bachelot.org> - 2.8.1-1
- Update to 2.8.1 (fixes RHBZ#2142849)