diff --git a/python-PyInstaller.changes b/python-PyInstaller.changes index b629293..f0afbc4 100644 --- a/python-PyInstaller.changes +++ b/python-PyInstaller.changes @@ -3,12 +3,13 @@ Thu Sep 16 11:25:16 UTC 2021 - Matej Cepl - Update to 4.5.1: large number of changes, see packaged CHANGES.rst for the complete list. +- Update glibc233.patch ------------------------------------------------------------------- Thu Apr 1 13:27:23 UTC 2021 - Markéta Machová - Automagically skip matplotlib tests because matplotlib dropped python36 -- Add glibc233.patch to fix recent test failure +- Add glibc233.patch to fix recent test failure (gh#pyinstaller/pyinstaller#5540) ------------------------------------------------------------------- Wed Mar 18 07:22:03 UTC 2020 - Tomáš Chvátal diff --git a/python-PyInstaller.spec b/python-PyInstaller.spec index a1d99e6..fb1c307 100644 --- a/python-PyInstaller.spec +++ b/python-PyInstaller.spec @@ -27,6 +27,9 @@ Summary: Bundle a Python application and all its dependencies into a sing License: GPL-2.0-only URL: https://www.pyinstaller.org Source: https://github.com/pyinstaller/%{modname}/archive/refs/tags/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz +# PATCH-FIX-UPSTREAM glibc233.patch gh#pyinstaller/pyinstaller#5540 mcepl@suse.com +# Skip/warn unrecognised output from ldconfig +Patch0: glibc233.patch BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes