diff --git a/python-virtualenv.spec b/python-virtualenv.spec index 91ac80114a02b5cab1eee5c9826fad97ed45fbac..669be2fd45d648351bbcc3d69d58812709d92d74 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -1,8 +1,6 @@ -%define anolis_release .0.1 - Name: python-virtualenv Version: 15.1.0 -Release: 6%{anolis_release}%{?dist} +Release: 6%{?dist} Summary: Tool to create isolated Python environments Group: Development/Languages @@ -130,9 +128,6 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Thu Apr 07 2022 zhangxianting - 15.1.0-6.0.1 -- rebrand to anolis - * Wed Feb 23 2022 Charalampos Stratakis - 15.1.0-6 - Require again python-setuptools instead of python2-setuptools Resolves: rhbz#2054827