diff --git a/python-qt5.spec b/python-qt5.spec index f9b8f0110dfeb81ab89b9de4d8b9597dfea728d8..5e5c7cd3c0a8df4476d83deb2c465697a0c4959b 100644 --- a/python-qt5.spec +++ b/python-qt5.spec @@ -1,3 +1,4 @@ +%define anolis_release .0.1 %if 0%{?fedora} || 0%{?rhel} > 7 %global with_python3 1 %global python3_dbus_dir %(%{__python3} -c "import dbus.mainloop; print(dbus.mainloop.__path__[0])" 2>/dev/null || echo "%{python3_sitearch}/dbus/mainloop") @@ -28,7 +29,7 @@ Summary: PyQt5 is Python bindings for Qt5 Name: python-qt5 Version: 5.15.0 -Release: 2%{?dist} +Release: 2%{anolis_release}%{?dist} License: GPLv3 Url: http://www.riverbankcomputing.com/software/pyqt/ @@ -355,6 +356,9 @@ sed -i \ %changelog +* Fri Oct 21 2022 liweiganga - 5.15.0-2.0.1 +- rebuild(qt5) + * Wed Apr 28 2021 Jan Grulich - 5.15.0-2 - Rebuild (binutils) Resolves: bz#1949066