!11 nic_ppp命令增加dump mac和vlan表项功能,修改工具权限为0500
From: @veega2022 Reviewed-by: @chenjunxin1992 Signed-off-by: @kongzizaixian
This commit is contained in:
commit
9d870d6ced
Binary file not shown.
@ -3,7 +3,7 @@
|
||||
Name: hikptool
|
||||
Summary: A userspace tool for Linux providing problem location on Kunpeng chips
|
||||
Version: 1.0.0
|
||||
Release: 4
|
||||
Release: 5
|
||||
License: MulanPSL2
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
ExclusiveOS: linux
|
||||
@ -42,8 +42,8 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%files
|
||||
/usr/lib64/libhikptdev.so.1
|
||||
/usr/lib64/libhikptdev.so
|
||||
%attr(550,root,root) /usr/lib64/libhikptdev.so.1.0.0
|
||||
%attr(4550,root,root) /usr/bin/hikptool
|
||||
%attr(0500,root,root) /usr/lib64/libhikptdev.so.1.0.0
|
||||
%attr(0500,root,root) /usr/bin/hikptool
|
||||
|
||||
%pre
|
||||
if [ "$1" = "2" ] ; then #2: update
|
||||
@ -67,6 +67,9 @@ fi
|
||||
/sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Thu Nov 24 2022 veega2022 <zhuweijia@huawei.com> 1.0.0-5
|
||||
- Add nic_ppp dump mac and vlan function and change the hikptool permission to 0500
|
||||
|
||||
* Wed Nov 16 2022 veega2022 <zhuweijia@huawei.com> 1.0.0-4
|
||||
- change the hikptool permission to 4550
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user