Automated weekly systemtap rawhide release: 0.20181126gitf082df49dd91

This commit is contained in:
Frank Ch. Eigler 2018-11-26 18:51:48 -05:00
parent 5a071c9e48
commit 8fa0dba5a2
3 changed files with 5 additions and 17 deletions

1
.gitignore vendored
View File

@ -19,3 +19,4 @@
/systemtap-4.0-0.20180914gitfe4e14f4af16.1.tar.gz
/systemtap-4.0-0.20181003git4ad1e11de831.tar.gz
/systemtap-4.0.tar.gz
/systemtap-4.1-0.20181126gitf082df49dd91.tar.gz

View File

@ -1 +1 @@
SHA512 (systemtap-4.0.tar.gz) = 66b5ba1902ed974101429dce9fee849273d3dc64e862c057177d158c5f284cc93299819ee8ee49d4bd3b7ff47a3512b1c68b74cad374147ce67fa406c7518c79
SHA512 (systemtap-4.1-0.20181126gitf082df49dd91.tar.gz) = 64391cb8a33049ccf98a31036fe2282239f625cad9e83d158d98b0c79e951fd8a4ee296583823c7579ee02ab038dac3624b67bc99a0a128b8b2efd300fc2224e

View File

@ -86,8 +86,8 @@
%define __brp_mangle_shebangs_exclude_from .stp$
Name: systemtap
Version: 4.0
Release: 3%{?release_override}%{?dist}
Version: 4.1
Release: 0.20181126gitf082df49dd91%{?dist}
# for version, see also configure.ac
@ -121,9 +121,7 @@ Release: 3%{?release_override}%{?dist}
Summary: Programmable system-wide instrumentation system
License: GPLv2+
URL: http://sourceware.org/systemtap/
Source: ftp://sourceware.org/pub/systemtap/releases/systemtap-%{version}.tar.gz
Patch10: rhbz1650371.patch
Source: %{name}-%{version}-0.20181126gitf082df49dd91.tar.gz
# Build*
BuildRequires: gcc-c++
@ -520,8 +518,6 @@ find . \( -name configure -o -name config.h.in \) -print | xargs touch
cd ..
%endif
%patch10 -p1
%build
%if %{with_bundled_elfutils}
@ -1256,15 +1252,6 @@ done
# http://sourceware.org/systemtap/wiki/SystemTapReleases
# PRERELEASE
%changelog
* Thu Nov 15 2018 Frank Ch. Eigler <fche@redhat.com> - 4.0-3
- rhbz1650371 - buildid mismatch for uprobes
* Sun Oct 14 2018 Peter Robinson <pbrobinson@fedoraproject.org> 4.0-2
- Crash and virt host supported on ppc64le and aarch64
- Move chkconfig to traditional initscripts deps
- Minor spec cleanups
* Sat Oct 13 2018 Frank Ch. Eigler <fche@redhat.com> - 4.0-1
- Upstream release.