xsuchy / fedora-upgrade

Upgrade Fedora to next version using DNF upgrade without the need to reboot during the upgrade.
GNU General Public License v2.0
43 stars 16 forks source link

Comparing src packages behaves strange #26

Closed m-blaha closed 3 years ago

m-blaha commented 3 years ago

The remove-retired-packages compares source packages and than removes binary packages. This results in kind of unexpected behaviour. For example nspr package in F33 is build from nspr-4.32.0-1.fc33.src.rpm source, but on F34 from nss-3.69.0-1.fc34.src.rpm. The nspr source package does not exist any more. This results in attempt to remove nspr binary package which is not retired, only is built from another source.

m-blaha commented 3 years ago

The other example is retired hub F33 source package resulting in attempt to remove F34 hub binary package which is built from unretired golang-github-hub source.

xsuchy commented 3 years ago

Should be resolved by 28921c0