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

Raise an exception when = is used with short option #1442

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

j-mracek
Copy link
Member

It prevents silently skipping the change in behavior between DNF4 and DNF5 Where -x=dnf excluded dnf but in DNF5 it excludes =dnf. Without the exception it would be hard to detect that something might work differently then expected.

Closes: #1353

It prevents silently skipping  the change in behavior between DNF4
and DNF5 Where `-x=dnf` excluded `dnf` but in DNF5 it excludes `=dnf`.
Without the exception it would be hard to detect that something might
work differently then expected.

Closes: rpm-software-management#1353
@j-mracek j-mracek added the blocked Further work on issue or PR is blocked by something else label Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Further work on issue or PR is blocked by something else
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dnf5 -x=dnf install dnf does not work as expected
1 participant