Comments

694 Comments

Installs fine.

BZ#2223267 F38FailsToInstall: zeal

Obsoleted by the Perl rebuild in pcp-6.0.5-3.fc39.

The tests are failing because FEDORA-2023-43502a9ced wasn't in yet. Hopefully, I've retriggered them now.

I am waiving this. The previous version is in and this does not change anything annobin related.

The annobin failure blocks this :/

This possibly broke python-pytqt6 which might need to be updated to 6.5.0 as well. I am trying that out.

For details, see https://bugzilla.redhat.com/show_bug.cgi?id=2196130

This is a backwards incompatible update, please don't push such updates to stable Fedoras :(

There are packages in Fedora 37 that require the old version:

$ repoquery -q --releasever=37 --repo={fedora,updates} --requires polymake | grep perl-interpreter
perl-interpreter = 4:5.36.0
$ repoquery -q --releasever=37 --repo={fedora,updates} --requires perl-PAR-Packer | grep 'perl(:VERSION)'
perl(:VERSION) = 5.36.0
perl(:VERSION) >= 5.6.0
perl(:VERSION) >= 5.8.1

Could you please rebuild them and make them part of this update?

There are packages in Fedora 38 that require the old version:

$ repoquery -q --releasever=38 --repo={fedora,updates} --requires polymake | grep perl-interpreter
perl-interpreter = 4:5.36.0
$ repoquery -q --releasever=38 --repo={fedora,updates} --requires perl-PAR-Packer | grep 'perl(:VERSION)'
perl(:VERSION) = 5.36.0
perl(:VERSION) >= 5.6.0
perl(:VERSION) >= 5.8.1

Could you please rebuild them and make them part of this update?

FTR without my PR, users who do a partial upgrade of rpm (e.g. via sudo dnf upgrade rpm) would end up with a pretty much bricked system, unable to recover without using another system's rpm or replacing files manually.

$ repoquery -q --repo={fedora,updates}{,-source} --releasever=36 --requires esptool.noarch | grep reedsolo
(python3.10dist(reedsolo) <= 1.5.4 with python3.10dist(reedsolo) >= 1.5.3)

Actually:

$ repoquery -q --repo={fedora,updates}{,-source} --releasever=37 --requires esptool.noarch | grep reedsolo
...
(python3.11dist(reedsolo) <= 1.6 with python3.11dist(reedsolo) >= 1.5.3)
$ repoquery -q --repo=fedora{,-source} --releasever=37 --requires esptool.noarch | grep reedsolo
(python3.11dist(reedsolo) <= 1.5.4 with python3.11dist(reedsolo) >= 1.5.3)
$ repoquery -q --repo=fedora{,-source} --releasever=38 --requires esptool.noarch | grep reedsolo
(python3.11dist(reedsolo) <= 1.6 with python3.11dist(reedsolo) >= 1.5.3)