You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks like an unexpecte change in behavior between DNF4 and DNF5. If dummy.src.rpm does Requires: foo (== BuildRequires), and the package foo = 1.0.0 is installed, while foo = 2.0.0 is available in the repository, dnf builddep dummy.spec should not upgrade 1.0.0 => 2.0.0 - should be a no-op (just like dnf install foo).
This looks like an unexpecte change in behavior between DNF4 and DNF5. If
dummy.src.rpm
doesRequires: foo
(==BuildRequires
), and the packagefoo = 1.0.0
is installed, whilefoo = 2.0.0
is available in the repository,dnf builddep dummy.spec
should not upgrade1.0.0 => 2.0.0
- should be a no-op (just likednf install foo
).Problem discussed in Mock repo: rpm-software-management/mock#1420
The text was updated successfully, but these errors were encountered: