Drop openni support on i686 as it is no longer available

This commit is contained in:
Mamoru TASAKA 2023-07-07 20:26:27 +09:00
parent 025de760b3
commit 05aad33f58

View File

@ -16,7 +16,7 @@
%if 0%{?rhel} >= 8
%bcond_with openni
%else
%ifarch %{ix86} x86_64 %{arm}
%ifarch x86_64 %{arm}
%bcond_without openni
%else
# we dont have openni in other archs
@ -521,6 +521,9 @@ ln -s -r %{buildroot}%{_jnidir}/opencv-%{javaver}.jar %{buildroot}%{_jnidir}/ope
%{_libdir}/libopencv_xphoto.so.{%{abiver},%{version}}
%changelog
* Fri Jul 07 2023 Mamoru TASAKA <mtasaka@fedoraproject.org> - 4.7.0-12
- Drop openni support on i686 as it is no longer available
* Mon Jul 03 2023 Python Maint <python-maint@redhat.com> - 4.7.0-11
- Rebuilt for Python 3.12