!3 修复install阶段报错
From: @starlet-dx Reviewed-by: @small_leek Signed-off-by: @small_leek
This commit is contained in:
commit
24bb1f3362
@ -1,6 +1,6 @@
|
||||
Name: netsniff-ng
|
||||
Version: 0.6.8
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Packet sniffing beast
|
||||
License: GPLv2
|
||||
URL: http://netsniff-ng.org/
|
||||
@ -22,7 +22,7 @@ make %{?_smp_mflags} ETCDIR=%{_sysconfdir} Q= STRIP=: \
|
||||
CFLAGS="%{optflags} -fPIC -fcommon" LDFLAGS="%{?__global_ldflags}"
|
||||
|
||||
%install
|
||||
make install PREFIX=%{_prefix} ETCDIR=%{_sysconfdir} DESTDIR="%{buildroot}"
|
||||
make install PREFIX=%{_prefix} ETCDIR=%{_sysconfdir} DESTDIR="%{buildroot}" -j1
|
||||
|
||||
%files
|
||||
%doc AUTHORS COPYING README
|
||||
@ -32,5 +32,8 @@ make install PREFIX=%{_prefix} ETCDIR=%{_sysconfdir} DESTDIR="%{buildroot}"
|
||||
%{_mandir}/man8/*
|
||||
|
||||
%changelog
|
||||
* Mon Jan 16 2023 yaoxin <yaoxin30@h-partners.com> - 0.6.8-2
|
||||
- Fixed build failure caused by make install failing duo to make 4.4
|
||||
|
||||
* Tue Sep 7 2021 zhengyaohui <zhengyaohui1@huawei.com> - 0.6.8-1
|
||||
- package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user