From 337bae1106637ae3fa3d264964976e9ba7c5f76c Mon Sep 17 00:00:00 2001 From: zxt Date: Fri, 8 Apr 2022 11:13:13 +0800 Subject: [PATCH] delete extra changelog --- python-virtualenv.spec | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/python-virtualenv.spec b/python-virtualenv.spec index 91ac801..669be2f 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 -- Gitee