Fix conflicts of directories ownership between systemtap and java

This commit is contained in:
Mikhail Novosyolov 2020-07-06 02:36:21 +03:00
parent c7ac49bfb6
commit 6f12055999

View file

@ -777,9 +777,10 @@ exit 0
%{_mandir}/man1/rmic-%{uniquesuffix -- %{?1}}.1* %{_mandir}/man1/rmic-%{uniquesuffix -- %{?1}}.1*
%{_mandir}/man1/serialver-%{uniquesuffix -- %{?1}}.1* %{_mandir}/man1/serialver-%{uniquesuffix -- %{?1}}.1*
%if %{with_systemtap} %if %{with_systemtap}
%dir %{tapsetroot} # /usr/share/systemtap belongs to systemtap
%dir %{tapsetdirttapset} #dir %{tapsetroot}
%dir %{tapsetdir} #dir %{tapsetdirttapset}
#dir %{tapsetdir}
%{tapsetdir}/*%{_arch}%{?1}.stp %{tapsetdir}/*%{_arch}%{?1}.stp
%endif %endif
%if %is_system_jdk %if %is_system_jdk