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

Handling of arch-specific provides #1487

Open
jan-kolarik opened this issue May 13, 2024 · 1 comment
Open

Handling of arch-specific provides #1487

jan-kolarik opened this issue May 13, 2024 · 1 comment
Labels
Priority: MEDIUM Triaged Someone on the DNF 5 team has read the issue and determined the next steps to take
Milestone

Comments

@jan-kolarik
Copy link
Member

The following usage is not properly working for some cases: dnf provides "gzip(x86-64)".

This is a follow-up to #147.

@jan-kolarik jan-kolarik added Priority: MEDIUM Triaged Someone on the DNF 5 team has read the issue and determined the next steps to take labels May 13, 2024
@jan-kolarik jan-kolarik added this to the Fedora 41 milestone May 13, 2024
@jan-kolarik jan-kolarik changed the title Implement arch-specific provides Handling of arch-specific provides May 13, 2024
@jan-kolarik jan-kolarik linked a pull request May 16, 2024 that will close this issue
@jan-kolarik jan-kolarik removed a link to a pull request May 16, 2024
@j-mracek
Copy link
Contributor

j-mracek commented Jul 1, 2024

I believe that it works according to expectations

$ dnf5 provides 'gzip(x86-64)' -q
gzip-1.12-6.fc39.x86_64 : GNU data compression program
Repo         : @System
Matched From : 
Provide      : gzip = 1.12-6.fc39

gzip-1.12-6.fc39.x86_64 : GNU data compression program
Repo         : fedora
Matched From : 
Provide      : gzip = 1.12-6.fc39

The only problem is related to highlighting matched string. Proposing to close it or provide detailed description what is wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: MEDIUM Triaged Someone on the DNF 5 team has read the issue and determined the next steps to take
Projects
Status: Backlog
Development

No branches or pull requests

2 participants