|
@@ -15,7 +15,7 @@
|
|
%{!?publican_brand: %global publican_brand fedora}
|
|
%{!?publican_brand: %global publican_brand fedora}
|
|
|
|
|
|
Name: systemtap
|
|
Name: systemtap
|
|
-Version: 2.0
|
|
+Version: 3.0
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
# for version, see also configure.ac
|
|
# for version, see also configure.ac
|
|
|
|
|
|
@@ -473,7 +473,9 @@ exit 0
|
|
%{_libexecdir}/%{name}/stap-stop-server
|
|
%{_libexecdir}/%{name}/stap-stop-server
|
|
%{_libexecdir}/%{name}/stap-gen-cert
|
|
%{_libexecdir}/%{name}/stap-gen-cert
|
|
%{_libexecdir}/%{name}/stap-sign-module
|
|
%{_libexecdir}/%{name}/stap-sign-module
|
|
|
|
+%{_mandir}/man7/error*
|
|
%{_mandir}/man7/stappaths.7*
|
|
%{_mandir}/man7/stappaths.7*
|
|
|
|
+%{_mandir}/man7/warning*
|
|
%{_mandir}/man8/stap-server.8*
|
|
%{_mandir}/man8/stap-server.8*
|
|
%{_sysconfdir}/rc.d/init.d/stap-server
|
|
%{_sysconfdir}/rc.d/init.d/stap-server
|
|
%config(noreplace) %{_sysconfdir}/logrotate.d/stap-server
|
|
%config(noreplace) %{_sysconfdir}/logrotate.d/stap-server
|
|
@@ -496,7 +498,11 @@ exit 0
|
|
%dir %{_datadir}/%{name}/tapset
|
|
%dir %{_datadir}/%{name}/tapset
|
|
%{_datadir}/%{name}/tapset
|
|
%{_datadir}/%{name}/tapset
|
|
%{_mandir}/man1/stap.1*
|
|
%{_mandir}/man1/stap.1*
|
|
|
|
+%{_mandir}/man1/stap-prep.1*
|
|
|
|
+%{_mandir}/man1/stap-report.1*
|
|
|
|
+%{_mandir}/man7/error*
|
|
%{_mandir}/man7/stappaths.7*
|
|
%{_mandir}/man7/stappaths.7*
|
|
|
|
+%{_mandir}/man7/warning*
|
|
%doc README README.unprivileged AUTHORS NEWS COPYING
|
|
%doc README README.unprivileged AUTHORS NEWS COPYING
|
|
%if %{with_bundled_elfutils}
|
|
%if %{with_bundled_elfutils}
|
|
%dir %{_libdir}/%{name}
|
|
%dir %{_libdir}/%{name}
|
|
@@ -517,7 +523,11 @@ exit 0
|
|
%dir %{_libdir}/%{name}
|
|
%dir %{_libdir}/%{name}
|
|
%{_libdir}/%{name}/staplog.so*
|
|
%{_libdir}/%{name}/staplog.so*
|
|
%endif
|
|
%endif
|
|
|
|
+%{_mandir}/man1/stap-report.1*
|
|
|
|
+%{_mandir}/man7/error*
|
|
%{_mandir}/man7/stappaths.7*
|
|
%{_mandir}/man7/stappaths.7*
|
|
|
|
+%{_mandir}/man7/warning*
|
|
|
|
+%{_mandir}/man8/stapsh.8*
|
|
%{_mandir}/man8/staprun.8*
|
|
%{_mandir}/man8/staprun.8*
|
|
%doc README README.security AUTHORS NEWS COPYING
|
|
%doc README README.security AUTHORS NEWS COPYING
|
|
|
|
|
|
@@ -536,9 +546,14 @@ exit 0
|
|
%{_bindir}/stap-prep
|
|
%{_bindir}/stap-prep
|
|
%{_bindir}/stap-report
|
|
%{_bindir}/stap-report
|
|
%{_mandir}/man1/stap.1*
|
|
%{_mandir}/man1/stap.1*
|
|
|
|
+%{_mandir}/man1/stap-prep.1*
|
|
%{_mandir}/man1/stap-merge.1*
|
|
%{_mandir}/man1/stap-merge.1*
|
|
|
|
+%{_mandir}/man1/stap-report.1*
|
|
|
|
+%{_mandir}/man1/stapref.1*
|
|
%{_mandir}/man3/*
|
|
%{_mandir}/man3/*
|
|
|
|
+%{_mandir}/man7/error*
|
|
%{_mandir}/man7/stappaths.7*
|
|
%{_mandir}/man7/stappaths.7*
|
|
|
|
+%{_mandir}/man7/warning*
|
|
%dir %{_datadir}/%{name}
|
|
%dir %{_datadir}/%{name}
|
|
%{_datadir}/%{name}/tapset
|
|
%{_datadir}/%{name}/tapset
|
|
|
|
|
|
@@ -574,6 +589,9 @@ exit 0
|
|
# ------------------------------------------------------------------------
|
|
# ------------------------------------------------------------------------
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Jul 07 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0-1
|
|
|
|
+- update to 3.0
|
|
|
|
+
|
|
* Sun Nov 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0-1
|
|
* Sun Nov 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0-1
|
|
- initial build for Vine Linux
|
|
- initial build for Vine Linux
|
|
|
|
|