diff --git a/python-pytest-xprocess.spec b/python-pytest-xprocess.spec index b120335..331a7bb 100644 --- a/python-pytest-xprocess.spec +++ b/python-pytest-xprocess.spec @@ -3,7 +3,7 @@ Name: python-%{pypi_name} Version: 0.18.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Pytest plugin to manage external processes across test runs License: MIT @@ -66,6 +66,9 @@ chmod -x README.rst %{python3_sitelib}/pytest_xprocess-%{version}-py%{python3_version}.egg-info %changelog +* Fri Jan 21 2022 Fedora Release Engineering - 0.18.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Thu Jul 29 2021 Frantisek Zatloukal - 0.18.1-1 - Update to pytest-xprocess-0.18.1 - Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1986637