diff --git a/SPECS/systemtap.spec b/SPECS/systemtap.spec index fd53558..44342af 100644 --- a/SPECS/systemtap.spec +++ b/SPECS/systemtap.spec @@ -73,7 +73,7 @@ Name: %{?scl_prefix}systemtap Version: 3.3 -Release: 1%{?dist} +Release: 2%{?dist} # for version, see also configure.ac # NB Patch1 is for elfutils, further below @@ -619,6 +619,8 @@ export LDFLAGS %configure %{?elfutils_config} %{dyninst_config} %{sqlite_config} %{crash_config} %{docs_config} %{pie_config} %{rpm_config} %{java_config} %{virt_config} %{dracut_config} %{python3_config} %{python2_probes_config} %{python3_probes_config} %{httpd_config} %{bpf_config} --disable-silent-rules --with-extra-version="rpm %{version}-%{release}" make %{?_smp_mflags} +find testsuite/systemtap.examples/ -name '*.stp' -print | xargs perl -pi -e 's@/usr/bin/stap@'%{_bindir}'/stap@' + %if %{with_emacsvim} %{_emacs_bytecompile} emacs/systemtap-mode.el %endif @@ -1194,6 +1196,9 @@ done # http://sourceware.org/systemtap/wiki/SystemTapReleases %changelog +* Tue Mar 05 2019 Frank Ch. Eigler - 3.3-2 +- bz1540168: drop /usr/bin/stap accidental refs + * Wed Jul 18 2018 William Cohen - 3.3-1 - rebase on systemtap-3.3