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
It turned out https://bugzilla.redhat.com/show_bug.cgi?id=2053213#c7 that's not enough. perl:5.32 is missing perl-Pod-Parser which exists in perl:5.30. Because no package from perl:5.32 RPM-obsoletes perl-Pod-Parser, DNF cannot perform an upgrade with automatical switching streams from an obsolete perl:5.30 to perl:5.32.
A feature-complete RPM upgrade path requires modularizing perl-Pod-Parser and extending modular obsoletance to multiple modules:
Modular obsoletes now support at most one replacing stream:
It turned out https://bugzilla.redhat.com/show_bug.cgi?id=2053213#c7 that's not enough. perl:5.32 is missing perl-Pod-Parser which exists in perl:5.30. Because no package from perl:5.32 RPM-obsoletes perl-Pod-Parser, DNF cannot perform an upgrade with automatical switching streams from an obsolete perl:5.30 to perl:5.32.
A feature-complete RPM upgrade path requires modularizing perl-Pod-Parser and extending modular obsoletance to multiple modules:
That would require changing the format, unless we come with cunning syntax like:
But I'd rather bump the format version.
The text was updated successfully, but these errors were encountered: