Closed asmorodskyi closed 1 year ago
I am happy to work on this and provide PR and before I will start I want to get general feedback if it make sense from author POV ?
If you can send PR ... that would be awesome. I think this is a valid situation and rpmconf should treat the missing file as an empty file (or /dev/null) so the diff is still possible.
I am openSUSE Leap user . I have
openSUSE-release
package on my distro . Currently I have such failure when I am trying to invokerpmconf --all
:As I understand the reason for failure is that
openSUSE-release
package has/etc/zypp/repos.d/repo-backports-debug-update.repo
in config files but I deleted this repo from package manager without deleting package. Currently this small trick blocks me fully from executing rpmconf on my system.While there is a lot of openSUSE special things in this scenario I find it valid as more common. Generally speaking absence of single config file in single package is not good reason for fully block execution. So I would recommend catching this exception , log warning message and go further .