From 08c36c623c3f920904b3d4dbb6f0515267a79758 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 3 Jul 2019 15:06:44 +0200 Subject: [PATCH] Rebuilt to update automatic Python dependencies See https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/NLMEX6MY7DQLWTD2PMX4WGC3L3ER4HFS/ --- python-service-identity.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-service-identity.spec b/python-service-identity.spec index d492d40..5d5eb69 100644 --- a/python-service-identity.spec +++ b/python-service-identity.spec @@ -11,7 +11,7 @@ Name: python-%{modname} Version: 18.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Service identity verification for pyOpenSSL License: MIT @@ -139,6 +139,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v %endif %changelog +* Wed Jul 03 2019 Miro Hrončok - 18.1.0-2 +- Rebuilt to update automatic Python dependencies + * Wed Apr 10 18:38:06 CET 2019 Robert-André Mauchin - 18.1.0-1 - Release 18.1.0 (#1454995) - Fix FTBFS with pytest 4.3 (#1693822)