diff --git a/python-oletools.spec b/python-oletools.spec index c12082a..1fb7f95 100644 --- a/python-oletools.spec +++ b/python-oletools.spec @@ -1,6 +1,6 @@ Name: python-oletools Version: 0.56.2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Tools to analyze Microsoft OLE2 files # oletools/*.py: BSD @@ -20,7 +20,7 @@ URL: https://www.decalage.info/python/oletools # Bootstrap may be needed to break circular dependencies between # python-oletools and python-pcodedmp -%bcond_with bootstrap +%bcond_without bootstrap # Build with python3 package by default %bcond_without python3 @@ -447,6 +447,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{buildroot}%{_bindir}/mraptor-3 cheat %changelog +* Tue Jul 19 2022 Zbigniew Jędrzejewski-Szmek - 0.56.2-7 +- Rebuilt for pyparsing-3.0.9 + * Fri Jun 17 2022 Python Maint - 0.56.2-6 - Rebuilt for Python 3.11