Files
python-qt5/python-qt5-rpmlintrc
Benjamin Greiner 73599d0e55 Accepting request 926277 from home:bnavigator:branches:KDE:Qt:PyQt
- Update to v5.15.5
  * Added the missing QPdfWriter.setPageSize() overload.
  * pylupdate5 now assumes that the default codec is UTF-8 and
    specified v2.1
    as the .ts file format.
  * Bug fixes.
- Silence some rpmlint errors

OBS-URL: https://build.opensuse.org/request/show/926277
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-qt5?expand=0&rev=3
2021-10-19 11:56:18 +00:00

7 lines
362 B
Plaintext

# rpmlint thinks this has to be /etc/alternatives/PyQt5,
# but we use pyqt5-sip as slave link name
addFilter("alternative-link-missing /etc/alternatives/PyQt5")
# rpmlint does not consider the Python/SIP internals.
# similar to https://github.com/rpm-software-management/rpmlint/issues/361
addFilter("shared-library-without-dependency-information .*Qt.abi3.so")