spec: Change bin file mode to 755
Because build command shoud be used by normal users. Signed-off-by: snoweay <snoweay@163.com>
This commit is contained in:
parent
2d447e59d3
commit
0064ce9333
11
syscare.spec
11
syscare.spec
@ -41,16 +41,15 @@ make
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%dir /usr/libexec/%{name}
|
%attr(755,root,root) /usr/bin/syscare
|
||||||
%attr(750,root,root) /usr/bin/syscare
|
%attr(755,root,root) /usr/libexec/%{name}/upatch-tool
|
||||||
|
|
||||||
%files build
|
%files build
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%dir /usr/libexec/%{name}
|
%dir /usr/libexec/%{name}
|
||||||
%attr(750,root,root) /usr/libexec/%{name}/upatch-diff
|
%attr(755,root,root) /usr/libexec/%{name}/upatch-diff
|
||||||
%attr(750,root,root) /usr/libexec/%{name}/upatch-build
|
%attr(755,root,root) /usr/libexec/%{name}/upatch-build
|
||||||
%attr(750,root,root) /usr/libexec/%{name}/upatch-tool
|
%attr(755,root,root) /usr/libexec/%{name}/syscare-build
|
||||||
%attr(750,root,root) /usr/libexec/%{name}/syscare-build
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Nov 21 2022 snoweay<snoweay@163.com> - 0.1.1-1
|
* Mon Nov 21 2022 snoweay<snoweay@163.com> - 0.1.1-1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user