Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/systemtap.git#a9a1ef83ceac99b4e00aa98fefa8284233fd0cca
This commit is contained in:
DistroBaker 2021-02-11 17:05:08 +00:00
parent ff0dcdef91
commit c4feb09088
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

@ -57,3 +57,4 @@
/systemtap-4.5-0.20210128gita790dc64a9d8.tar.gz
/systemtap-4.5-0.20210129gitea81249b90b9.tar.gz
/systemtap-4.5-0.202101291559git9e1a0f5703ad.tar.gz
/systemtap-4.5-0.202102101544git8d5e0abc542c.tar.gz

View File

@ -1 +1 @@
SHA512 (systemtap-4.5-0.202101291559git9e1a0f5703ad.tar.gz) = 4328f696ed68db6709d627a59629d361b8af656e9212cb56c9343e95e5049283023307254ee73f3ea64e6f0aaf341111a46f11731ea19b6ddddfa5b49ad95bb8
SHA512 (systemtap-4.5-0.202102101544git8d5e0abc542c.tar.gz) = 55377be780fb7861113bee77820684ddefb98c5ceb4cb16a4257766e325e76a6f5f028212b0a64efa5b19b26ee363a0b52a9a07dc8fa464470b21e008d0aa201

View File

@ -89,7 +89,7 @@
Name: systemtap
Version: 4.5
Release: 0.202101291559git9e1a0f5703ad%{?dist}
Release: 0.202102101544git8d5e0abc542c%{?dist}
# for version, see also configure.ac
@ -123,7 +123,7 @@ Release: 0.202101291559git9e1a0f5703ad%{?dist}
Summary: Programmable system-wide instrumentation system
License: GPLv2+
URL: http://sourceware.org/systemtap/
Source: %{name}-%{version}-0.202101291559git9e1a0f5703ad.tar.gz
Source: %{name}-%{version}-0.202102101544git8d5e0abc542c.tar.gz
# Build*
BuildRequires: make
@ -132,6 +132,7 @@ BuildRequires: cpio
BuildRequires: gettext-devel
BuildRequires: pkgconfig(nss)
BuildRequires: pkgconfig(avahi-client)
BuildRequires: pkgconfig(libdebuginfod)
%if %{with_dyninst}
BuildRequires: dyninst-devel >= 10.0
BuildRequires: pkgconfig(libselinux)
@ -1230,6 +1231,10 @@ done
# PRERELEASE
%changelog
* Wed Feb 10 2021 Frank Ch. Eigler <fche@redhat.com> - 4.5-0.202102101544git8d5e0abc542c
- Automated weekly rawhide release
- Applied spec changes from upstream git
* Fri Jan 29 2021 Frank Ch. Eigler <fche@redhat.com> - 4.5-0.202101291559git9e1a0f5703ad
- Automated weekly rawhide release
- Applied spec changes from upstream git