From ead4c0504713a600631adf5e787f27951d1ab6df Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Sat, 13 Dec 2025 14:35:02 +0800 Subject: [PATCH] fix file list --- python-qt5.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-qt5.spec b/python-qt5.spec index 93584d8..278eea8 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 -- Gitee