OSInside / kiwi

KIWI - Appliance Builder Next Generation
https://osinside.github.io/kiwi
GNU General Public License v3.0
282 stars 142 forks source link

Fix package removal with dnf5 #2536

Closed AdamWill closed 2 months ago

AdamWill commented 2 months ago

dnf5 does not implement dnf autoremove <package> as a synonym for --setopt=clean_requirements_on_remove=true remove <package> as dnf4 did. So, we should do it this way instead.

AdamWill commented 2 months ago

btw, why on earth are both 'main' and 'master' active branches in this repo, with differing commit histories? that seems very odd.

Conan-Kudo commented 2 months ago

master is the old kiwi9 head, main is the current tree.

AdamWill commented 2 months ago

well, that's confusing. could it be called something less confusing? :D

thanks for the merge!

Conan-Kudo commented 2 months ago

Take it up with @schaefi 😄