!16 add make check in spec
From: @znzjugod Reviewed-by: @ziyangc Signed-off-by: @ziyangc
This commit is contained in:
commit
3ec8dbfb38
8
lz4.spec
8
lz4.spec
@ -1,6 +1,6 @@
|
||||
Name: lz4
|
||||
Version: 1.9.2
|
||||
Release: 3
|
||||
Release: 4
|
||||
Summary: Extremely fast compression algorithm
|
||||
|
||||
License: GPLv2+ and BSD
|
||||
@ -44,6 +44,9 @@ export MOREFLAGS="-g"
|
||||
%install
|
||||
%make_install LIBDIR=%{_libdir} PREFIX=%{_prefix}
|
||||
|
||||
%check
|
||||
make check
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
@ -69,6 +72,9 @@ export MOREFLAGS="-g"
|
||||
%{_mandir}/man1/unlz4.1*
|
||||
|
||||
%changelog
|
||||
* Thu Feb 16 2023 zhangnan <zhangnan134@huawei.com> - 1.9.2-4
|
||||
- add make check in spec
|
||||
|
||||
* Sat Jun 19 2021 shixuantong <shixuantong@huawei.com> - 1.9.2-3
|
||||
- fix CVE-2021-3520
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user