Automated weekly systemtap rawhide release: 5.0~pre16885234gd98d6c2d

This commit is contained in:
Frank Ch. Eigler 2023-07-04 22:17:16 -04:00
parent 61a9dae5ea
commit 6c6cf1bcac
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

@ -86,3 +86,4 @@
/systemtap-4.8.tar.gz
/systemtap-4.9.tar.gz
/systemtap-5.0~pre16885197g6b17715f.tar.gz
/systemtap-5.0~pre16885234gd98d6c2d.tar.gz

View File

@ -1 +1 @@
SHA512 (systemtap-5.0~pre16885197g6b17715f.tar.gz) = e48a82409d43f55e837212b3ae918cd06b51cb5ef3a8eea2c36c3e6bc949b1266d3311cd965d7ccc9bd09f92b2a5260b795fae340000a624e34bba0f77360922
SHA512 (systemtap-5.0~pre16885234gd98d6c2d.tar.gz) = 6b3cf3ee5832caea75f3139ce909fb620d7f08ef96cdbd997844d78113f49e4288af9462c02eb27656ace4f72ed2bec2cf0d27e8d55da621d7246cb02c73c0c0

View File

@ -7,7 +7,8 @@
%ifarch ppc ppc64 %{sparc} %{mips} %{riscv}
%{!?with_crash: %global with_crash 0}
%else
%{!?with_crash: %global with_crash 1}
# rawhide crash-devel breakage rhbz2219728
%{!?with_crash: %global with_crash 0}
%endif
%{!?with_rpm: %global with_rpm 1}
%{!?elfutils_version: %global elfutils_version 0.179}
@ -122,7 +123,7 @@ m stapdev stapdev
Name: systemtap
# PRERELEASE
Version: 5.0~pre16885197g6b17715f
Version: 5.0~pre16885234gd98d6c2d
Release: 0.1%{?release_override}%{?dist}
# for version, see also configure.ac
@ -1307,6 +1308,10 @@ exit 0
# PRERELEASE
%changelog
* Tue Jul 04 2023 Frank Ch. Eigler <fche@redhat.com> - 5.0-16885234gd98d6c2d
- Automated weekly rawhide release
- Applied spec changes from upstream git
* Tue Jul 04 2023 Frank Ch. Eigler <fche@redhat.com> - 5.0-16885197g6b17715f
- Automated weekly rawhide release
- Applied spec changes from upstream git