Automated weekly systemtap rawhide release: 4.6~pre16291338gf2c14776

This commit is contained in:
Frank Ch. Eigler 2021-08-16 13:12:18 -04:00
parent d517681e27
commit 0109644eeb
3 changed files with 10 additions and 14 deletions

1
.gitignore vendored
View File

@ -68,3 +68,4 @@
/systemtap-4.6~pre16262008gbff2b2ff.tar.gz
/systemtap-4.6~pre16262012gc7f1c12e.tar.gz
/systemtap-4.6~pre16262021g84ef6bd9.tar.gz
/systemtap-4.6~pre16291338gf2c14776.tar.gz

View File

@ -1 +1 @@
SHA512 (systemtap-4.6~pre16262021g84ef6bd9.tar.gz) = b25138a985dbbbce23e36780721ed6c3abb6b78fa8ac5d9f9426830ae85085341022c2338d66638cd86c74cb95bcdda51f8ac8708f5b5b8406021999cd5a94f9
SHA512 (systemtap-4.6~pre16291338gf2c14776.tar.gz) = 43740cf53b5ae57d7fa517c615359870178d4fde74f3e59a93d90ba16b5ba21d116bfb3764823e72bdda486468641f4f1d7726995e6b72510c8a2a14dabf0910

View File

@ -11,7 +11,6 @@
%endif
%{!?with_rpm: %global with_rpm 1}
%{!?elfutils_version: %global elfutils_version 0.179}
%{!?pie_supported: %global pie_supported 1}
%{!?with_boost: %global with_boost 0}
%ifarch %{ix86} x86_64 ppc ppc64 ppc64le aarch64
%{!?with_dyninst: %global with_dyninst 0%{?fedora} >= 18 || 0%{?rhel} >= 7}
@ -89,8 +88,8 @@
%define __brp_mangle_shebangs_exclude_from .stp$
Name: systemtap
Version: 4.6~pre16262021g84ef6bd9
Release: 3%{?release_override}%{?dist}
Version: 4.6~pre16291338gf2c14776
Release: 1%{?release_override}%{?dist}
# for version, see also configure.ac
@ -589,14 +588,6 @@ systemtap-runtime-virthost machine to execute systemtap scripts.
%global docs_config --enable-docs=prebuilt
%endif
# Enable pie as configure defaults to disabling it
%if %{pie_supported}
%global pie_config --enable-pie
%else
%global pie_config --disable-pie
%endif
%if %{with_java}
%global java_config --with-java=%{_jvmdir}/java
%else
@ -646,8 +637,8 @@ systemtap-runtime-virthost machine to execute systemtap scripts.
# We don't ship compileworthy python code, just oddball samples
%global py_auto_byte_compile 0
%configure %{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} %{debuginfod_config} --disable-silent-rules --with-extra-version="rpm %{version}-%{release}"
make %{?_smp_mflags}
%configure %{dyninst_config} %{sqlite_config} %{crash_config} %{docs_config} %{rpm_config} %{java_config} %{virt_config} %{dracut_config} %{python3_config} %{python2_probes_config} %{python3_probes_config} %{httpd_config} %{bpf_config} %{debuginfod_config} --disable-silent-rules --with-extra-version="rpm %{version}-%{release}"
make %{?_smp_mflags} V=1
%install
@ -1215,6 +1206,10 @@ exit 0
# PRERELEASE
%changelog
* Mon Aug 16 2021 Frank Ch. Eigler <fche@redhat.com> - 4.6-16291338gf2c14776
- Automated weekly rawhide release
- Applied spec changes from upstream git
* Sat Aug 07 2021 Jonathan Wakely <jwakely@redhat.com> - 4.6~pre16262021g84ef6bd9-3
- Rebuilt for Boost 1.76