delete -Sgit from %autosetup, and delete BuildRequires git

This commit is contained in:
chenyanpanHW 2021-07-30 22:23:23 +08:00
parent 6baf871562
commit dbde64113c
No known key found for this signature in database
GPG Key ID: 6DAA738A86DB45D7

View File

@ -1,6 +1,6 @@
Name: babeltrace
Version: 1.5.8
Release: 1
Release: 2
Summary: Common Trace Format Babel Tower
License: MIT and GPLv2
URL: https://www.efficios.com/babeltrace
@ -8,7 +8,7 @@ Source0: https://www.efficios.com/files/%{name}/%{name}-%{version}.tar.bz2
BuildRequires: bison >= 2.4 flex >= 2.5.35 glib2-devel >= 2.22.0
BuildRequires: popt-devel >= 1.13 swig >= 2.0 elfutils-devel >= 0.154
BuildRequires: libuuid-devel python3-devel libtool git gcc perl-Test-Harness
BuildRequires: libuuid-devel python3-devel libtool gcc perl-Test-Harness
Provides: lib%{name}
Obsoletes: lib%{name}
@ -39,7 +39,7 @@ reference implementation.
%package_help
%prep
%autosetup -n %{name}-%{version} -p1 -Sgit
%autosetup -n %{name}-%{version} -p1
%build
export PYTHON=%{__python3}
@ -85,6 +85,9 @@ make check
%{_mandir}/man1/*.1.gz
%changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.5.8-2
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git
* Thu Jul 16 2020 wenzhanli<wenzhanli2@huawei.com> - 1.5.8-1
- Type:enhancement
- ID:NA