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

rhel-9.5: Fix for RHEL-38470 #2099

Merged
merged 2 commits into from
May 28, 2024

Commits on May 23, 2024

  1. Limit queries to nevra forms when provided by command

    Upstream commit: b3b9b3a
    
    Command `dnf install-n <provide>` does not install only according
    to package mame but still search in provides. The patch limits
    searrch only to NEVRA forms for install, remove, autoremove,
    and repoquery commands.
    
    Resolves partially: https://issues.redhat.com/browse/RHEL-5747
    Resolves: https://issues.redhat.com/browse/RHEL-38470
    j-mracek authored and ppisar committed May 23, 2024
    Configuration menu
    Copy the full SHA
    eb3febf View commit details
    Browse the repository at this point in the history
  2. [doc] Remove provide of spec definition for repoquery command

    Upstream commit: f211e1a
    
    Repoquery command never matched spec with provides.
    
    Resolves: https://issues.redhat.com/browse/RHEL-38470
    j-mracek authored and ppisar committed May 23, 2024
    Configuration menu
    Copy the full SHA
    b8f2a11 View commit details
    Browse the repository at this point in the history