Skip to content
New issue

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

Add workaround for dnf versionlock plugin init failure #52859

Commits on Feb 22, 2019

  1. Add workaround for dnf versionlock plugin init failure

    This patch will no longer be necessary once a future version of dnf
    is released that includes the patch I submitted upstream[0], but in
    the meantime this is a regression in functionality for Ansible
    users. Also, since it's all encapsulated in an exception handler, it
    shouldn't have any impact otherwise.
    
    Fixes ansible#50237
    
    [0] - rpm-software-management/dnf-plugins-core#317
    
    Signed-off-by: Adam Miller <admiller@redhat.com>
    maxamillion committed Feb 22, 2019
    Copy the full SHA
    d5bc402 View commit details
    Browse the repository at this point in the history
  2. add changelog, remove unnecessary bool

    Signed-off-by: Adam Miller <admiller@redhat.com>
    maxamillion committed Feb 22, 2019
    Copy the full SHA
    44a93fd View commit details
    Browse the repository at this point in the history
  3. make sanity checks happy

    Signed-off-by: Adam Miller <admiller@redhat.com>
    maxamillion committed Feb 22, 2019
    Copy the full SHA
    dc5aa3b View commit details
    Browse the repository at this point in the history