From 01ffb5f788084e18270cd0a992316b225b2f65d5 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:06:25 +0800 Subject: [PATCH] delete -Sgit from %autosetup, and delete BuildRequires git --- lz4.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lz4.spec b/lz4.spec index 986b704..2339cae 100644 --- a/lz4.spec +++ b/lz4.spec @@ -1,6 +1,6 @@ Name: lz4 Version: 1.9.3 -Release: 2 +Release: 3 Summary: Extremely fast compression algorithm License: GPLv2+ and BSD @@ -13,7 +13,7 @@ Provides: %{name}-libs = %{version}-%{release} Obsoletes: %{name} < 1.7.5-3 Obsoletes: %{name}-libs -BuildRequires: gcc git +BuildRequires: gcc %description LZ4 is lossless compression algorithm, providing compression speed > 500 MB/s per @@ -34,7 +34,7 @@ applications using liblz4 library. %package_help %prep -%autosetup -n %{name}-%{version} -p1 -Sgit +%autosetup -n %{name}-%{version} -p1 cp %{_builddir}/%{name}-%{version}/lib/LICENSE %{_builddir}/%{name}-%{version}/LICENSE-lib %build @@ -69,6 +69,9 @@ export MOREFLAGS="-g" %{_mandir}/man1/unlz4.1* %changelog +* Fri Jul 30 2021 chenyanpanHW - 1.9.3-3 +- DESC: delete -Sgit from %autosetup, and delete BuildRequires git + * Sat Jun 19 2021 shixuantong - 1.9.3-2 - fix CVE-2021-3520 -- Gitee