!8 修改hikptool工具安装默认权限4550,优化CMakeList添加文件规则

From: @veega2022 
Reviewed-by: @kongzizaixian 
Signed-off-by: @kongzizaixian
This commit is contained in:
openeuler-ci-bot 2022-11-17 01:01:38 +00:00 committed by Gitee
commit d0b459444b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 6 additions and 4 deletions

Binary file not shown.

View File

@ -3,7 +3,7 @@
Name: hikptool
Summary: A userspace tool for Linux providing problem location on Kunpeng chips
Version: 1.0.0
Release: 3
Release: 4
License: MulanPSL2
Source: %{name}-%{version}.tar.gz
ExclusiveOS: linux
@ -40,11 +40,10 @@ install -b -m755 ./build/libhikptdev/src/rciep/libhikptdev.so.1.0.0 ${RPM_BUILD_
rm -rf ${RPM_BUILD_ROOT}
%files
%defattr(755,root,root)
/usr/lib64/libhikptdev.so.1
/usr/lib64/libhikptdev.so
/usr/lib64/libhikptdev.so.1.0.0
/usr/bin/hikptool
%attr(550,root,root) /usr/lib64/libhikptdev.so.1.0.0
%attr(4550,root,root) /usr/bin/hikptool
%pre
if [ "$1" = "2" ] ; then #2: update
@ -68,6 +67,9 @@ fi
/sbin/ldconfig
%changelog
* Wed Nov 16 2022 veega2022 <zhuweijia@huawei.com> 1.0.0-4
- change the hikptool permission to 4550
* Fri Oct 28 2022 veega2022 <zhuweijia@huawei.com> 1.0.0-3
- Add sas/sata features source code