negativo17 / blender

3D modeling, animation, rendering and post-production
3 stars 2 forks source link

Filter out Provides/Requires for libcycles_kernel_oneapi_aot library. #8

Closed bitness closed 1 year ago

bitness commented 1 year ago

Hi Simone,

The blender 3.4.1 RPM has a Requires for libcycles_kernel_oneapi_aot.so()(64bit), which is internal to the package and not included in the package's Provides entries. This patch filters the library out of the automatic Requires and Provides processing.

Thanks, Lars

bitness commented 1 year ago

I wonder if the rpm involved with EL7 builds is calculating the Provides differently than on newer branches. The Provides isn't present when I check the EL7 package:

❯ rpm -qp --provides blender-3.4.1-1.el7.x86_64.rpm | grep oneapi | echo nope
nope
❯

Thanks for merging!