Own systemtap directories by perl-devel

This commit is contained in:
Petr Písař 2016-07-26 15:26:43 +02:00
parent ff4454a8d5
commit eaff35bbf5
1 changed files with 5 additions and 0 deletions

View File

@ -3174,6 +3174,8 @@ popd
%exclude %{archlib}/CORE/*.h %exclude %{archlib}/CORE/*.h
%exclude %{_libdir}/libperl.so %exclude %{_libdir}/libperl.so
%exclude %{_mandir}/man1/perlxs* %exclude %{_mandir}/man1/perlxs*
%exclude %dir %{_datadir}/systemtap
%exclude %dir %{_datadir}/systemtap/tapset
# utils # utils
%exclude %{_bindir}/c2ph %exclude %{_bindir}/c2ph
@ -4052,6 +4054,8 @@ popd
%{archlib}/CORE/*.h %{archlib}/CORE/*.h
%{_libdir}/libperl.so %{_libdir}/libperl.so
%{_mandir}/man1/perlxs* %{_mandir}/man1/perlxs*
%dir %{_datadir}/systemtap
%dir %{_datadir}/systemtap/tapset
%{tapsetdir}/%{libperl_stp} %{tapsetdir}/%{libperl_stp}
%doc perl-example.stp %doc perl-example.stp
@ -5128,6 +5132,7 @@ popd
%changelog %changelog
* Tue Jul 26 2016 Petr Pisar <ppisar@redhat.com> - 4:5.24.0-375 * Tue Jul 26 2016 Petr Pisar <ppisar@redhat.com> - 4:5.24.0-375
- Fix building without perl in the build root - Fix building without perl in the build root
- Own systemtap directories by perl-devel
* Tue Jul 12 2016 Petr Pisar <ppisar@redhat.com> - 4:5.24.0-374 * Tue Jul 12 2016 Petr Pisar <ppisar@redhat.com> - 4:5.24.0-374
- Fix a crash in lexical scope warnings (RT#128597) - Fix a crash in lexical scope warnings (RT#128597)