During the upgrade to Fedora39, the upgrade stopped with the following message: Erreur interne: Erreur d’exécution pour la transaction : le fichier /usr/share/licenses/python-notebook/LICENSE de l'installation de python3-notebook-7.0.2-1.fc39.noarch entre en conflit avec le fichier du paquet python-notebook-doc-6.1.6-2.fc34.noarch Repeating the upgrade will repeat the error. The system is up to date: the command sudo dnf upgrade --refresh returns nothing to do. I will uninstall python-notebook-doc and hopefully it will allow me to continue my upgrade. I will update the bug report after that. Reproducible: Always
Thanks for the report. Yes, uninstalling python-notebook-doc should unblock your upgrade, sorry about the trouble. In https://src.fedoraproject.org/rpms/python-notebook/c/3d7e153bcc8717adb0ec6b4cac581935efb9a277?branch=rawhide we have removed python-notebook-doc. That was a couple of years ago. Unfortunately, the package has: %global _docdir_fmt %{name} In it, for a long-forgotten reason (since the initial import). Now, the /usr/share/licenses/python-notebook/LICENSE file was co-owned by both python3-notebook and python-notebook-doc. The files were identical, it didn't matter that python3-notebook is a different version than python-notebook-doc. We removed python-notebook-doc but users who kept it on their machines were able to upgrade python3-notebook independently. Until https://github.com/jupyter/notebook/commit/0ccb87867d9de4af6feaeccfdf1539af541f6268 -- this changed the file and now the python3-notebook version 7+ cannot be co-installed with the old python-notebook-doc package from notebook 6. We should: - ditch %global _docdir_fmt %{name} - properly Obsolete python-notebook-doc < 7
After the uninstallation of python-notebook-doc, the upgrade could proceed. Thank you for your help.
https://src.fedoraproject.org/rpms/python-notebook/pull-request/57
FEDORA-2023-91c7b029bd has been submitted as an update to Fedora 40. https://bodhi.fedoraproject.org/updates/FEDORA-2023-91c7b029bd
FEDORA-2023-4905b60459 has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2023-4905b60459
FEDORA-2023-91c7b029bd has been pushed to the Fedora 40 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2023-4905b60459 has been pushed to the Fedora 39 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-4905b60459` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-4905b60459 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2023-4905b60459 has been pushed to the Fedora 39 stable repository. If problem still persists, please make note of it in this bug report.