From e3dffacbbcb72d66d4a8b6a6808d9e92ccaf41b4 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 7 May 2019 17:45:28 -0400 Subject: [PATCH] import python-virtualenv-15.1.0-18.module+el8.0.0+2966+d39a1df3 --- SPECS/python-virtualenv.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SPECS/python-virtualenv.spec b/SPECS/python-virtualenv.spec index feca8d5..63702e1 100644 --- a/SPECS/python-virtualenv.spec +++ b/SPECS/python-virtualenv.spec @@ -7,7 +7,7 @@ Name: python-virtualenv Version: 15.1.0 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Tool to create isolated Python environments Group: Development/Languages @@ -187,6 +187,10 @@ fi %changelog +* Wed Apr 03 2019 Tomas Orsava - 15.1.0-18 +- Bumping due to problems with modular RPM upgrade path (#1695587) +- Related: rhbz#1693974 + * Fri Dec 14 2018 Miro HronĨok - 15.1.0-17 - Don't fail on missing certifi's cert bundle - Resolves: rhbz#1659440