add nic_ppp dump mac and vlan function and change tool permission to 0500
add dump mac and vlan table in nic_ppp cmd, change hikptool execute permission to 0500 note: the hikptool can be executed only by a user with the root permission Signed-off-by: veega2022 <zhuweijia@huawei.com>
This commit is contained in:
parent
d0b459444b
commit
82f3c450ff
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