Modify folder permissions
This commit is contained in:
parent
7038f002ee
commit
7ecf7490cf
@ -10,7 +10,7 @@
|
|||||||
%global git_describe_str v1.0-283-g9d4029aa14323a7f3b496215d25e40bd14f33632
|
%global git_describe_str v1.0-283-g9d4029aa14323a7f3b496215d25e40bd14f33632
|
||||||
|
|
||||||
# Set this to 1 when rebasing (changing git_describe_str) and increase otherwise
|
# Set this to 1 when rebasing (changing git_describe_str) and increase otherwise
|
||||||
%global release 7
|
%global release 8
|
||||||
|
|
||||||
# Run shell script to parse git_describe str into version, numcomm and sha1 hash
|
# Run shell script to parse git_describe str into version, numcomm and sha1 hash
|
||||||
%global booth_ver %(s=%{git_describe_str}; vver=${s%%%%-*}; echo ${vver:1})
|
%global booth_ver %(s=%{git_describe_str}; vver=${s%%%%-*}; echo ${vver:1})
|
||||||
@ -233,8 +233,8 @@ VERBOSE=1 make check
|
|||||||
%dir %{_sysconfdir}/booth
|
%dir %{_sysconfdir}/booth
|
||||||
%exclude %{_sysconfdir}/booth/booth.conf.example
|
%exclude %{_sysconfdir}/booth/booth.conf.example
|
||||||
|
|
||||||
%dir %attr (750, hacluster, haclient) %{_var}/lib/booth/
|
%dir %attr (755, root, root) %{_var}/lib/booth/
|
||||||
%dir %attr (750, hacluster, haclient) %{_var}/lib/booth/cores
|
%dir %attr (755, root, root) %{_var}/lib/booth/cores
|
||||||
|
|
||||||
%files arbitrator
|
%files arbitrator
|
||||||
%{_unitdir}/booth@.service
|
%{_unitdir}/booth@.service
|
||||||
@ -264,6 +264,9 @@ VERBOSE=1 make check
|
|||||||
%{_usr}/lib/ocf/resource.d/booth/sharedrsc
|
%{_usr}/lib/ocf/resource.d/booth/sharedrsc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 17 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 1.0-8
|
||||||
|
- Modify folder permissions
|
||||||
|
|
||||||
* Tue Feb 28 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 1.0-7
|
* Tue Feb 28 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 1.0-7
|
||||||
- Delete the error macro
|
- Delete the error macro
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user