diff --git a/SPECS/python-virtualenv.spec b/SPECS/python-virtualenv.spec index 4e09b40..8ed115c 100644 --- a/SPECS/python-virtualenv.spec +++ b/SPECS/python-virtualenv.spec @@ -3,7 +3,7 @@ Name: %{?scl_prefix}python-virtualenv Version: 13.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tool to create isolated Python environments Group: Development/Languages @@ -65,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT %attr(755,root,root) %{_bindir}/virtualenv* %changelog +* Fri May 25 2018 Charalampos Stratakis - 13.1.0-3 +- Rebuild for multi-arch bootstrap + * Mon Jan 16 2017 Tomas Orsava - 13.1.0-2 - Added a patch that shows a custom error message when a FILE passed to virtualenv to be used as 'home dir' already exists and is NOT a directory