- Fixed dnf plugin config setup Only create a dnf plugin config if the plugin config directory to store that file exists in the system - Set --releasever=0 for microdnf To allow microdnf to work from an empty root directory we need to set the release version to zero - Use custom varsdir for dnf builds - Partially revert dcounter.c flaw report I could not find a problem with this read call it does check on the buffer boundaries and it only writes the bytes that read returns until read returns <= 0 - Fixed dcounter.c flaw report Check buffer boundaries if used in a loop - Fixed dcounter.c flaw report Variable scope can be reduced and useless value assignment. - Fixed microdnf support The installroot argument must be used together with --config and additionally with --noplugins, as well as --setopt for cachedir, reposdir and varsdir. Related to #1625 - Move tools README to ReST OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=188
Description
No description provided
Languages
Shell
100%