From c8539c63527ddd5445be49ca9e3b4ea7936361f3 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 22:55:03 +0800 Subject: [PATCH] delete -Sgit from %autosetup, and delete BuildRequires git --- itstool.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/itstool.spec b/itstool.spec index 0e9b07a..f500b3e 100644 --- a/itstool.spec +++ b/itstool.spec @@ -1,13 +1,13 @@ Name: itstool Version: 2.0.6 -Release: 1 +Release: 2 Summary: ITS-based XML translation tool License: GPLv3+ URL: http://itstool.org/ Source0: http://files.itstool.org/itstool/%{name}-%{version}.tar.bz2 BuildArch: noarch -BuildRequires: python3-libxml2 python3-devel git +BuildRequires: python3-libxml2 python3-devel Requires: python3-libxml2 %description @@ -21,7 +21,7 @@ Summary: Help manual for %{name} The %{name}-help package conatins man manual etc %prep -%autosetup -n %{name}-%{version} -p1 -Sgit +%autosetup -n %{name}-%{version} -p1 %build export PYTHON=%{__python3} @@ -41,6 +41,9 @@ export PYTHON=%{__python3} %doc %{_mandir}/man1/itstool.1.gz %changelog +* Fri Jul 30 2021 chenyanpanHW - 2.0.6-2 +- DESC: delete -Sgit from %autosetup, and delete BuildRequires git + * Thu Jul 30 2020 openEuler Buildteam - 2.0.6-1 - Update to 2.0.6 -- Gitee