mirror of https://github.com/apache/cassandra
RPM: fix permissions for installed jars and config files
patch by Troels Arvin; reviewed by Stefan Podkowinski for CASSANDRA-14181
This commit is contained in:
parent
f8d73a3acb
commit
5ba9e6da94
|
|
@ -1,5 +1,6 @@
|
||||||
2.1.20
|
2.1.20
|
||||||
* More PEP8 compliance for cqlsh (CASSANDRA-14021)
|
* More PEP8 compliance for cqlsh (CASSANDRA-14021)
|
||||||
|
* RPM package spec: fix permissions for installed jars and config files (CASSANDRA-14181)
|
||||||
|
|
||||||
2.1.19
|
2.1.19
|
||||||
* Add storage port options to sstableloader (CASSANDRA-13844)
|
* Add storage port options to sstableloader (CASSANDRA-13844)
|
||||||
|
|
|
||||||
|
|
@ -126,10 +126,10 @@ exit 0
|
||||||
%attr(755,root,root) %{_bindir}/stop-server
|
%attr(755,root,root) %{_bindir}/stop-server
|
||||||
%attr(755,root,root) %{_sbindir}/cassandra
|
%attr(755,root,root) %{_sbindir}/cassandra
|
||||||
%attr(755,root,root) /%{_sysconfdir}/rc.d/init.d/%{username}
|
%attr(755,root,root) /%{_sysconfdir}/rc.d/init.d/%{username}
|
||||||
%attr(755,root,root) /%{_sysconfdir}/default/%{username}
|
%{_sysconfdir}/default/%{username}
|
||||||
%attr(755,root,root) /%{_sysconfdir}/security/limits.d/%{username}.conf
|
%{_sysconfdir}/security/limits.d/%{username}.conf
|
||||||
%attr(755,root,root) /usr/share/%{username}*
|
/usr/share/%{username}*
|
||||||
%attr(755,root,root) %config(noreplace) /%{_sysconfdir}/%{username}
|
%config(noreplace) /%{_sysconfdir}/%{username}
|
||||||
%attr(755,%{username},%{username}) %config(noreplace) /var/lib/%{username}/*
|
%attr(755,%{username},%{username}) %config(noreplace) /var/lib/%{username}/*
|
||||||
%attr(755,%{username},%{username}) /var/log/%{username}*
|
%attr(755,%{username},%{username}) /var/log/%{username}*
|
||||||
%attr(755,%{username},%{username}) /var/run/%{username}*
|
%attr(755,%{username},%{username}) /var/run/%{username}*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue