fixed systemtap install. Experimental Jexec removed from alternatives

This commit is contained in:
Jiri Vanek 2018-04-10 11:38:39 +02:00
parent d4a0e225f8
commit 7534f34212
1 changed files with 2 additions and 3 deletions

View File

@ -340,7 +340,6 @@ alternatives \\
--slave %{_bindir}/wsgen wsgen %{sdkbindir -- %{?1}}/wsgen \\
--slave %{_bindir}/wsimport wsimport %{sdkbindir -- %{?1}}/wsimport \\
--slave %{_bindir}/xjc xjc %{sdkbindir -- %{?1}}/xjc \\
--slave %{_bindir}/jexec jexec %{_jvmdir}/%{sdkdir -- %{?1}}/lib/jexec \\
--slave %{_mandir}/man1/appletviewer.1$ext appletviewer.1$ext \\
%{_mandir}/man1/appletviewer-%{uniquesuffix -- %{?1}}.1$ext \\
--slave %{_mandir}/man1/idlj.1$ext idlj.1$ext \\
@ -651,7 +650,7 @@ exit 0
%dir %{tapsetroot}
%dir %{tapsetdirttapset}
%dir %{tapsetdir}
%{tapsetdir}/*%{_build_cpu}%{?1}.stp
%{tapsetdir}/*%{_arch}%{?1}.stp
%endif
}
@ -1737,7 +1736,7 @@ require "copy_jdk_configs.lua"
%changelog
* Mon Apr 09 2018 Jiri Vanek <jvanek@redhat.com> - 1:10.0.0.46-10
- jexec linked to path
- fixed stap instal for i686(i386) and arm(armv7hl)
* Fri Apr 06 2018 Jiri Vanek <jvanek@redhat.com> - 1:10.0.0.46-9
- subpackage(s) replaced by sub-package(s) and other cosmetic changes