From c4feb090889fa4314df333c5f00e43fa370f3c1b Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 11 Feb 2021 17:05:08 +0000 Subject: [PATCH] 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 --- .gitignore | 1 + sources | 2 +- systemtap.spec | 9 +++++++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ebeb296..746dd61 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index 52e7ab6..20d5f68 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (systemtap-4.5-0.202101291559git9e1a0f5703ad.tar.gz) = 4328f696ed68db6709d627a59629d361b8af656e9212cb56c9343e95e5049283023307254ee73f3ea64e6f0aaf341111a46f11731ea19b6ddddfa5b49ad95bb8 +SHA512 (systemtap-4.5-0.202102101544git8d5e0abc542c.tar.gz) = 55377be780fb7861113bee77820684ddefb98c5ceb4cb16a4257766e325e76a6f5f028212b0a64efa5b19b26ee363a0b52a9a07dc8fa464470b21e008d0aa201 diff --git a/systemtap.spec b/systemtap.spec index d529cf9..b39c110 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -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 - 4.5-0.202102101544git8d5e0abc542c +- Automated weekly rawhide release +- Applied spec changes from upstream git + * Fri Jan 29 2021 Frank Ch. Eigler - 4.5-0.202101291559git9e1a0f5703ad - Automated weekly rawhide release - Applied spec changes from upstream git