From 898ac74e72342e3503ca21a0185fd704334f23d3 Mon Sep 17 00:00:00 2001 From: tomtao <1450026690@qq.com> Date: Mon, 31 Aug 2020 18:38:21 +0800 Subject: [PATCH] change release to 2 --- python-retrying.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-retrying.spec b/python-retrying.spec index 16b7fd5..727a1b0 100644 --- a/python-retrying.spec +++ b/python-retrying.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-retrying Version: 1.3.3 -Release: 1 +Release: 2 Summary: Retrying License: Apache 2.0 URL: https://github.com/rholder/retrying @@ -70,5 +70,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Aug 31 2020 Python_Bot +- Simplify desc content,change release to 2 + * Fri Aug 28 2020 Python_Bot - Package Spec generated