We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cblrepo pkgbuild puts dependencies it detects as is, which is wrong. There is pkgfile tool that finds which package if any provides a given file.
cblrepo pkgbuild
pkgfile
Calls of pkgfile /usr/lib/lib$1.so will avoid many .pkbuild patches in habs:
pkgfile /usr/lib/lib$1.so
.pkbuild
habs
The text was updated successfully, but these errors were encountered:
For extra-libraries the processing would probably have to go
extra-libraries
<extra-lib> -> call pkgfile lib<extra-lib>.so -> parsing of output
Things to consider
base
base-devel
Sorry, something went wrong.
No branches or pull requests
cblrepo pkgbuild
puts dependencies it detects as is, which is wrong. There ispkgfile
tool that finds which package if any provides a given file.Calls of
pkgfile /usr/lib/lib$1.so
will avoid many.pkbuild
patches inhabs
:The text was updated successfully, but these errors were encountered: