diff --git a/python-qt5.spec b/python-qt5.spec index 93584d8ab4bc43061ad4d7b744cc395e346936bc..278eea8f08d9ee5eda4517d9d797418d0c9d0ecc 100644 --- a/python-qt5.spec +++ b/python-qt5.spec @@ -3,7 +3,7 @@ Name: python-qt5 Version: 5.15.11 -Release: 1 +Release: 2 Summary: PyQt5 is a set of Python bindings for Qt5 License: GPL-3.0-only Url: https://www.riverbankcomputing.com/software/pyqt/ @@ -100,7 +100,7 @@ Python v3 bindings for Qt5. %files -n python3-qt5 %license LICENSE -%{python3_sitearch}/PyQt5-%{version}.dist-info +%{python3_sitearch}/*-%{version}.dist-info #------------------------------------------------------------ @@ -665,6 +665,9 @@ sed -i \ %{buildroot}%{_rpmmacrodir}/macros.pyqt5 %changelog +* Sat Dec 13 2025 Funda Wang - 5.15.11-2 +- fix file list + * Fri Sep 19 2025 Funda Wang - 5.15.11-1 - update to 5.15.11 - split into modules which could be installed separately