diff --git a/hikptool-1.0.0.tar.gz b/hikptool-1.0.0.tar.gz index 1d7c7380528a7d0d1f9597f6deb5b2a6f3976a7e..ebab670a840ed75d87d6918267b90cfc82b98b25 100644 Binary files a/hikptool-1.0.0.tar.gz and b/hikptool-1.0.0.tar.gz differ diff --git a/hikptool.spec b/hikptool.spec index 64934ca7b08fe34e2ba5e678483e112bb2ca1933..95cc82f58fafa6e0447123166dcae2573a2768e3 100644 --- a/hikptool.spec +++ b/hikptool.spec @@ -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 1.0.0-5 +- Add nic_ppp dump mac and vlan function and change the hikptool permission to 0500 + * Wed Nov 16 2022 veega2022 1.0.0-4 - change the hikptool permission to 4550