rhbz744907: Fix unowned directories
Most notably, %{_libdir}/systemtap and %{_libexecdir}/systemtap were note owned by the subpackages which install files there.
This commit is contained in:
parent
6f0d3e4c3f
commit
5731edc919
@ -424,6 +424,7 @@ exit 0
|
||||
%{_datadir}/%{name}/tapset
|
||||
|
||||
%if %{with_bundled_elfutils}
|
||||
%dir %{_libdir}/%{name}
|
||||
%{_libdir}/%{name}/lib*.so*
|
||||
%endif
|
||||
|
||||
@ -436,10 +437,12 @@ exit 0
|
||||
%{_bindir}/stapsh
|
||||
%{_bindir}/stap-merge
|
||||
%{_bindir}/stap-report
|
||||
%dir %{_libexecdir}/%{name}
|
||||
%{_libexecdir}/%{name}/stapio
|
||||
%{_libexecdir}/%{name}/stap-env
|
||||
%{_libexecdir}/%{name}/stap-authorize-cert
|
||||
%if %{with_crash}
|
||||
%dir %{_libdir}/%{name}
|
||||
%{_libdir}/%{name}/staplog.so*
|
||||
%endif
|
||||
%{_mandir}/man7/stappaths.7*
|
||||
@ -449,11 +452,13 @@ exit 0
|
||||
|
||||
%files testsuite
|
||||
%defattr(-,root,root)
|
||||
%dir %{_datadir}/%{name}
|
||||
%{_datadir}/%{name}/testsuite
|
||||
|
||||
%files server -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/stap-server
|
||||
%dir %{_libexecdir}/%{name}
|
||||
%{_libexecdir}/%{name}/stap-serverd
|
||||
%{_libexecdir}/%{name}/stap-start-server
|
||||
%{_libexecdir}/%{name}/stap-stop-server
|
||||
@ -494,6 +499,7 @@ exit 0
|
||||
%files grapher
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/stapgraph
|
||||
%dir %{_datadir}/%{name}
|
||||
%{_datadir}/%{name}/*.glade
|
||||
%{_mandir}/man1/stapgraph.1*
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user