From e66fa2be0651750c0ac2998b43470a4b2c0c355d Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:22:26 +0800 Subject: [PATCH] delete -S git from %autosetup --- python-elementpath.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-elementpath.spec b/python-elementpath.spec index ec043a5..99d1318 100644 --- a/python-elementpath.spec +++ b/python-elementpath.spec @@ -3,7 +3,7 @@ Name: python-elementpath Version: 2.2.0 -Release: 1 +Release: 2 Summary: XPath 1.0/2.0 parsers and selectors for ElementTree and lxml License: MIT URL: https://github.com/sissaschool/elementpath @@ -43,7 +43,7 @@ Provides: python3-elementpath-doc XPath 1.0/2.0 parsers and selectors for ElementTree and lxml %prep -%autosetup -n elementpath-2.2.0 -S git +%autosetup -n elementpath-2.2.0 -p1 %build %py3_build @@ -88,5 +88,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Jul 30 2021 chenyanpanHW - 2.2.0-2 +- DESC: delete -S git from %autosetup + * Mon Jul 19 2021 OpenStack_SIG - 2.2.0-1 - Package Spec generate -- Gitee