diff --git a/lz4.spec b/lz4.spec index 986b704519f8c55e99d9b2d3cf5d34126b22cb09..2339cae61b38c476bd79b89f8efbf5c1891df76e 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