The PR will fix a problem that when running qa/post/permission.sh. An example is that in the post-build QA phase of building ocaml-ctypes 0.16.0, autobuild3 will mistakenly treat some *.so.owner ASCII text file as shared object and fail the test.
Commit 93f7388a will add a check command to determine whether the file is an ELF shared object or something else.
The PR will fix a problem that when running
qa/post/permission.sh
. An example is that in the post-build QA phase of buildingocaml-ctypes
0.16.0, autobuild3 will mistakenly treat some*.so.owner
ASCII text file as shared object and fail the test.Commit 93f7388a will add a check command to determine whether the file is an ELF shared object or something else.
Tests
The commit is tested via a dummy test package.
spec
defines
prepare
Image prove
Signed-off-by: Camber Huang camber@aosc.io