Overview
There is already a new version upstream. Is it possible to have this updated before we accept it in the devel project?
Is the chmod required in the %prep section?
For tests, you don't need boost-devel, you need to BR: libboost_test-devel . boost-devel will only suffice for SLE-12 as boost-devel is headers-only part of Boost in SLE-15 onward. Tests are disabled because they don't run?
rpmlint complains of strange permissions of the tarball and as I use osc service localrun download_files for it so I think yes as it means it has those permissions on the download server. The boost-devel issue slipped my eye, the spec file is almost 100% pasted from Fedora to an openSUSE template but it does build without boost so I've removed it. Submitting v0.6.2
Request History
plater created request
New package to enable OpenImageIO > 2.0.0 to build to enable OpenShadingLanguage to be updated and build with LLVM10. Please make me maintainer.
adamm accepted request
ok, thank you.
But I think if rpmlint is complaining, it's because on your machine you have non-standard umask so the downloaded file is not 644. If you just change permissions manually before you do local builds, nothing should be complaining. Furthermore, it doesn't matter what the permissions of the tarball are once you upload to OBS, so it's not really important. Only important thing is permissions that are inside the created RPMs.