Check whether a package is a leaf package on i686.
- Python 93.4%
- Shell 6.6%
| .gitignore | ||
| gen_multilib_lists.sh | ||
| leafdrop | ||
| README.md | ||
| steam_multilib_packages.txt | ||
| UNLICENSE | ||
leafdrop
This script prints whether a package is a leaf package on i686. If it is not, it prints the list of dependent packages.
Requirements
- python3
- DNF5 as dnf
- internet connection
Usage
./leafdrop foo
TODO
- filter out source packages that already have
ExcludeArch: i686(using similar heuristics as inrepochecker)
License
Licensed under the terms of the UNLICENSE.