https://bugzilla.redhat.com/show_bug.cgi?id=1324020 --- Comment #28 from gil cattaneo <puntogil@xxxxxxxxx> --- A question: ... install -p -D -m 755 build/tools/lib/%{pkg_name}-stress.jar %{buildroot}%{_javadir}/%{pkg_name}-stress.jar ... %attr(755, root, root) %{_javadir}/%{pkg_name}-stress.jar why? should be install -p -D -m 644 build/tools/lib/%{pkg_name}-stress.jar %{buildroot}%{_javadir}/%{pkg_name}-stress.jar %{_javadir}/%{pkg_name}-stress.jar can you use this instruction to install the artifact: %mvn_package org.apache.cassandra:%{pkg_name}-stress stress %mvn_artifact org.apache.cassandra:%{pkg_name}-stress:%{version} build/tools/lib/%{pkg_name}-stress.jar %files stress -f .mfiles-stress %license LICENSE.txt NOTICE.txt %attr(755, root, root) %{_bindir}/%{pkg_name}-stress %attr(755, root, root) %{_bindir}/%{pkg_name}-stressd %attr(755, root, root) %{_bindir}/%{pkg_name}.in.sh -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx