spec: Change bin file mode to 755
Because build command shoud be used by normal users. Signed-off-by: snoweay <snoweay@163.com> (cherry picked from commit e3aad5ef3ae305f4931bb339a0c9f275d9349d86)
This commit is contained in:
parent
363d65290d
commit
11fa903ea1
13
syscare.spec
13
syscare.spec
@ -18,7 +18,7 @@ Requires: kpatch-runtime
|
||||
|
||||
%description
|
||||
SysCare is a system-level hot-fix software that provides single-machine-level and cluster-level security patches and system error hot-fixes for the operating system.
|
||||
The host can fix the system problem without rebooting.
|
||||
The host can fix the system problem without rebooting.
|
||||
|
||||
%package build
|
||||
Summary: Tools for build syscare patch.
|
||||
@ -41,16 +41,15 @@ make
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%dir /usr/libexec/%{name}
|
||||
%attr(750,root,root) /usr/bin/syscare
|
||||
%attr(755,root,root) /usr/bin/syscare
|
||||
%attr(755,root,root) /usr/libexec/%{name}/upatch-tool
|
||||
|
||||
%files build
|
||||
%defattr(-,root,root,-)
|
||||
%dir /usr/libexec/%{name}
|
||||
%attr(750,root,root) /usr/libexec/%{name}/upatch-diff
|
||||
%attr(750,root,root) /usr/libexec/%{name}/upatch-build
|
||||
%attr(750,root,root) /usr/libexec/%{name}/upatch-tool
|
||||
%attr(750,root,root) /usr/libexec/%{name}/syscare-build
|
||||
%attr(755,root,root) /usr/libexec/%{name}/upatch-diff
|
||||
%attr(755,root,root) /usr/libexec/%{name}/upatch-build
|
||||
%attr(755,root,root) /usr/libexec/%{name}/syscare-build
|
||||
|
||||
%changelog
|
||||
* Mon Nov 21 2022 snoweay<snoweay@163.com> - 0.1.1-1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user