From 0b77a9361241c77f820ccc6b9a3947ba7a0ad12d Mon Sep 17 00:00:00 2001 From: Aaron Merey Date: Tue, 27 Aug 2019 16:39:43 -0400 Subject: [PATCH 01/11] Automated weekly systemtap rawhide release: 0.20190827git8ffab23ff --- .gitignore | 1 + sources | 2 +- systemtap.spec | 8 ++++++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 35a5e70..0f1e263 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ /systemtap-4.2-0.20190613git2d77f531a5d1.tar.gz /systemtap-4.2-0.20190618git47c3f6c60174.tar.gz /systemtap-4.2-0.20190807gitebfc300ec2ad.tar.gz +/systemtap-4.2-0.20190827git8ffab23ff.tar.gz diff --git a/sources b/sources index 6498a8f..ce404e1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (systemtap-4.2-0.20190807gitebfc300ec2ad.tar.gz) = 378d8ba68809318c0a962dbbc2f98034f2396b87dd8bef4e5d81e98cba1aa8dc53e7b56ec2e8cc9a87a14c0d16b2921aaca6dfd63fc871fee3bab070015d3482 +SHA512 (systemtap-4.2-0.20190827git8ffab23ff.tar.gz) = 4b7a25c12ab5ef40718678639c104a6ace208ab3bd4572bfdaffcd65c6a36ee1b543e06a9720914dcb53b876f62f73f65d264b43f03b63dad03a535b8295e301 diff --git a/systemtap.spec b/systemtap.spec index cec6ddd..dced1cf 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -88,7 +88,7 @@ Name: systemtap Version: 4.2 -Release: 0.20190808gitebfc300ec2ad%{?dist} +Release: 0.20190827git8ffab23ff%{?dist} # for version, see also configure.ac @@ -122,7 +122,7 @@ Release: 0.20190808gitebfc300ec2ad%{?dist} Summary: Programmable system-wide instrumentation system License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.20190807gitebfc300ec2ad.tar.gz +Source: %{name}-%{version}-0.20190827git8ffab23ff.tar.gz # Build* BuildRequires: gcc-c++ @@ -1266,6 +1266,10 @@ done # PRERELEASE %changelog +* Tue Aug 27 2019 Aaron Merey - 4.2-0.20190827git8ffab23ff +- Automated weekly rawhide release +- Applied spec changes from upstream git + * Mon Aug 19 2019 Miro Hrončok - 4.2-0.20190808gitebfc300ec2ad - Rebuilt for Python 3.8 From 91091ed9d41499873dd3acf7bb869375445424c3 Mon Sep 17 00:00:00 2001 From: Aaron Merey Date: Tue, 27 Aug 2019 16:50:09 -0400 Subject: [PATCH 02/11] Automated weekly systemtap rawhide release: 0.20190827git8ffab23ff --- systemtap.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/systemtap.spec b/systemtap.spec index dced1cf..e7ef623 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -1270,6 +1270,10 @@ done - Automated weekly rawhide release - Applied spec changes from upstream git +* Tue Aug 27 2019 Aaron Merey - 4.2-0.20190827git8ffab23ff +- Automated weekly rawhide release +- Applied spec changes from upstream git + * Mon Aug 19 2019 Miro Hrončok - 4.2-0.20190808gitebfc300ec2ad - Rebuilt for Python 3.8 From c7fcc864dd0e41bc1753d690c218cef34045a40a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 3 Oct 2019 14:39:20 +0200 Subject: [PATCH 03/11] Rebuilt for Python 3.8.0rc1 (#1748018) --- systemtap.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/systemtap.spec b/systemtap.spec index e7ef623..0b4e83e 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -88,7 +88,7 @@ Name: systemtap Version: 4.2 -Release: 0.20190827git8ffab23ff%{?dist} +Release: 0.20190828git8ffab23ff%{?dist} # for version, see also configure.ac @@ -1266,6 +1266,9 @@ done # PRERELEASE %changelog +* Thu Oct 03 2019 Miro Hrončok - 4.2-0.20190828git8ffab23ff +- Rebuilt for Python 3.8.0rc1 (#1748018) + * Tue Aug 27 2019 Aaron Merey - 4.2-0.20190827git8ffab23ff - Automated weekly rawhide release - Applied spec changes from upstream git From 4580a15cdaeb750b02f6ce46c24667ead8770205 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Mon, 18 Nov 2019 17:49:31 -0500 Subject: [PATCH 04/11] release 4.2 --- .gitignore | 2 +- sources | 3 ++- systemtap.spec | 51 +++++++++----------------------------------------- 3 files changed, 12 insertions(+), 44 deletions(-) diff --git a/.gitignore b/.gitignore index 0f1e263..5aa63e1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -*~ /systemtap-3.1.tar.gz /systemtap-3.2-0.20170321git272146660f54.tar.gz /systemtap-3.2-0.20170406git83d186dc7f5c.tar.gz @@ -36,3 +35,4 @@ /systemtap-4.2-0.20190618git47c3f6c60174.tar.gz /systemtap-4.2-0.20190807gitebfc300ec2ad.tar.gz /systemtap-4.2-0.20190827git8ffab23ff.tar.gz +/systemtap-4.2.tar.gz diff --git a/sources b/sources index ce404e1..ffcc854 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -SHA512 (systemtap-4.2-0.20190827git8ffab23ff.tar.gz) = 4b7a25c12ab5ef40718678639c104a6ace208ab3bd4572bfdaffcd65c6a36ee1b543e06a9720914dcb53b876f62f73f65d264b43f03b63dad03a535b8295e301 +SHA512 (systemtap-4.2.tar.gz) = 50d426e8c3d976fd635f6867fb4202832be455d869178a384159d1b2cd2a25642b07da2bd3184081b13bfb95df48a97f430b06713eaee0d0f67e27f43266cfd6 + diff --git a/systemtap.spec b/systemtap.spec index 0b4e83e..bc90c42 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -14,7 +14,7 @@ %{!?elfutils_version: %global elfutils_version 0.142} %{!?pie_supported: %global pie_supported 1} %{!?with_boost: %global with_boost 0} -%ifarch %{ix86} x86_64 ppc ppc64 +%ifarch %{ix86} x86_64 ppc ppc64 ppc64le aarch64 %{!?with_dyninst: %global with_dyninst 0%{?fedora} >= 18 || 0%{?rhel} >= 7} %else %{!?with_dyninst: %global with_dyninst 0} @@ -88,7 +88,7 @@ Name: systemtap Version: 4.2 -Release: 0.20190828git8ffab23ff%{?dist} +Release: 1%{?release_override}%{?dist} # for version, see also configure.ac @@ -122,7 +122,7 @@ Release: 0.20190828git8ffab23ff%{?dist} Summary: Programmable system-wide instrumentation system License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.20190827git8ffab23ff.tar.gz +Source: ftp://sourceware.org/pub/systemtap/releases/systemtap-%{version}.tar.gz # Build* BuildRequires: gcc-c++ @@ -131,7 +131,7 @@ BuildRequires: gettext-devel BuildRequires: pkgconfig(nss) BuildRequires: pkgconfig(avahi-client) %if %{with_dyninst} -BuildRequires: dyninst-devel >= 8.0 +BuildRequires: dyninst-devel >= 10.0 BuildRequires: pkgconfig(libselinux) %endif %if %{with_sqlite} @@ -1266,47 +1266,14 @@ done # PRERELEASE %changelog +* Mon Nov 18 2019 Sagar Patel - 4.2-1 +- Upstream release. + * Thu Oct 03 2019 Miro Hrončok - 4.2-0.20190828git8ffab23ff - Rebuilt for Python 3.8.0rc1 (#1748018) -* Tue Aug 27 2019 Aaron Merey - 4.2-0.20190827git8ffab23ff -- Automated weekly rawhide release -- Applied spec changes from upstream git - -* Tue Aug 27 2019 Aaron Merey - 4.2-0.20190827git8ffab23ff -- Automated weekly rawhide release -- Applied spec changes from upstream git - -* Mon Aug 19 2019 Miro Hrončok - 4.2-0.20190808gitebfc300ec2ad -- Rebuilt for Python 3.8 - -* Wed Aug 07 2019 Frank Ch. Eigler - 4.2-0.20190807gitebfc300ec2ad -- Automated weekly rawhide release -- Applied spec changes from upstream git - -* Sat Jul 27 2019 Fedora Release Engineering - 4.2-0.20190619git47c3f6c60174 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Tue Jun 18 2019 Frank Ch. Eigler - 4.2-0.20190618git47c3f6c60174 -- Automated weekly rawhide release -- Applied spec changes from upstream git - -* Thu Jun 13 2019 Frank Ch. Eigler - 4.2-0.20190613git2d77f531a5d1 -- Automated weekly rawhide release -- Applied spec changes from upstream git - -* Mon Jun 10 22:13:24 CET 2019 Igor Gnatenko - 4.2-0.20190606git8b868f3dd030 -- Rebuild for RPM 4.15 - -* Mon Jun 10 15:42:06 CET 2019 Igor Gnatenko - 4.2-0.20190605git8b868f3dd030 -- Rebuild for RPM 4.15 - -* Tue Jun 04 2019 Stan Cox - 4.2-0.20190604git8b868f3dd030 -- Rebuild for dyninst 10.1.0 - -* Mon May 13 2019 Frank Ch. Eigler - 4.2-0.20190513git8b868f3dd030 -- Automated weekly rawhide release -- Applied spec changes from upstream git +* Tue May 07 2019 Serguei Makarov - 4.1-1 +- Upstream release. * Tue May 07 2019 Serguei Makarov - 4.1-1 - Upstream release. From cce194f7aa2e5c85168db9b6925b07a6fc13c12d Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Tue, 26 Nov 2019 15:50:56 -0500 Subject: [PATCH 05/11] nothing From 2b9b42f2d91db827be3a9c787eb42684e7e82585 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Tue, 26 Nov 2019 18:05:17 -0500 Subject: [PATCH 06/11] drop unused bundled-elfutils src --- sources | 1 - systemtap.spec | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/sources b/sources index ffcc854..5c23613 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ SHA512 (systemtap-4.2.tar.gz) = 50d426e8c3d976fd635f6867fb4202832be455d869178a384159d1b2cd2a25642b07da2bd3184081b13bfb95df48a97f430b06713eaee0d0f67e27f43266cfd6 - diff --git a/systemtap.spec b/systemtap.spec index bc90c42..40dc9ae 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -155,7 +155,7 @@ BuildRequires: crash-devel zlib-devel BuildRequires: rpm-devel %endif %if %{with_bundled_elfutils} -Source1: elfutils-%{elfutils_version}.tar.gz +# Source1: elfutils-%{elfutils_version}.tar.gz Patch1: elfutils-portability.patch BuildRequires: m4 %global setup_elfutils -a1 From d2b504472b36d8685ac5117e959e38b918d7acfc Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Sun, 12 Jan 2020 11:23:30 -0500 Subject: [PATCH 07/11] Automated weekly systemtap rawhide release: 0.20200112gitb1e6a6645bba --- .gitignore | 1 + sources | 2 +- systemtap.spec | 60 ++++++++------------------------------------------ 3 files changed, 11 insertions(+), 52 deletions(-) diff --git a/.gitignore b/.gitignore index 5aa63e1..cc9943a 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ /systemtap-4.2-0.20190807gitebfc300ec2ad.tar.gz /systemtap-4.2-0.20190827git8ffab23ff.tar.gz /systemtap-4.2.tar.gz +/systemtap-4.3-0.20200112gitb1e6a6645bba.tar.gz diff --git a/sources b/sources index 5c23613..35ad3c8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (systemtap-4.2.tar.gz) = 50d426e8c3d976fd635f6867fb4202832be455d869178a384159d1b2cd2a25642b07da2bd3184081b13bfb95df48a97f430b06713eaee0d0f67e27f43266cfd6 +SHA512 (systemtap-4.3-0.20200112gitb1e6a6645bba.tar.gz) = d8419a1987d8b9063f508641ec35201a8ddd1779a2305aef1e9e80a7c51c9ee375e1dfb1505ab909227addce76ea2c8db89247c724e369b66e534e8f77285501 diff --git a/systemtap.spec b/systemtap.spec index 40dc9ae..df72c19 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -10,7 +10,6 @@ %{!?with_crash: %global with_crash 1} %endif %{!?with_rpm: %global with_rpm 1} -%{!?with_bundled_elfutils: %global with_bundled_elfutils 0} %{!?elfutils_version: %global elfutils_version 0.142} %{!?pie_supported: %global pie_supported 1} %{!?with_boost: %global with_boost 0} @@ -87,8 +86,8 @@ %define __brp_mangle_shebangs_exclude_from .stp$ Name: systemtap -Version: 4.2 -Release: 1%{?release_override}%{?dist} +Version: 4.3 +Release: 0.20200112gitb1e6a6645bba%{?dist} # for version, see also configure.ac @@ -122,7 +121,7 @@ Release: 1%{?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 +Source: %{name}-%{version}-0.20200112gitb1e6a6645bba.tar.gz # Build* BuildRequires: gcc-c++ @@ -154,14 +153,7 @@ BuildRequires: crash-devel zlib-devel %if %{with_rpm} BuildRequires: rpm-devel %endif -%if %{with_bundled_elfutils} -# Source1: elfutils-%{elfutils_version}.tar.gz -Patch1: elfutils-portability.patch -BuildRequires: m4 -%global setup_elfutils -a1 -%else BuildRequires: elfutils-devel >= %{elfutils_version} -%endif %if %{with_docs} BuildRequires: /usr/bin/latex /usr/bin/dvips /usr/bin/ps2pdf %if 0%{?fedora} >= 18 || 0%{?rhel} >= 7 @@ -514,35 +506,10 @@ systemtap-runtime-virthost machine to execute systemtap scripts. # ------------------------------------------------------------------------ %prep -%setup -q %{?setup_elfutils} - -%if %{with_bundled_elfutils} -cd elfutils-%{elfutils_version} -%patch1 -p1 -sleep 1 -find . \( -name Makefile.in -o -name aclocal.m4 \) -print | xargs touch -sleep 1 -find . \( -name configure -o -name config.h.in \) -print | xargs touch -cd .. -%endif +%setup -q %build -%if %{with_bundled_elfutils} -# Build our own copy of elfutils. -%global elfutils_config --with-elfutils=elfutils-%{elfutils_version} - -# We have to prevent the standard dependency generation from identifying -# our private elfutils libraries in our provides and requires. -%global _use_internal_dependency_generator 0 -%global filter_eulibs() /bin/sh -c "%{1} | sed '/libelf/d;/libdw/d;/libebl/d'" -%global __find_provides %{filter_eulibs /usr/lib/rpm/find-provides} -%global __find_requires %{filter_eulibs /usr/lib/rpm/find-requires} - -# This will be needed for running stap when not installed, for the test suite. -%global elfutils_mflags LD_LIBRARY_PATH=`pwd`/lib-elfutils -%endif - # Enable/disable the dyninst pure-userspace backend %if %{with_dyninst} %global dyninst_config --with-dyninst @@ -638,12 +605,9 @@ cd .. # We don't ship compileworthy python code, just oddball samples %global py_auto_byte_compile 0 -%configure %{?elfutils_config} %{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} --disable-silent-rules --with-extra-version="rpm %{version}-%{release}" +%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} --disable-silent-rules --with-extra-version="rpm %{version}-%{release}" make %{?_smp_mflags} -%if %{with_emacsvim} -%{_emacs_bytecompile} emacs/systemtap-mode.el -%endif %install make DESTDIR=$RPM_BUILD_ROOT install @@ -1090,10 +1054,6 @@ done %dir %{_libexecdir}/systemtap %{_libexecdir}/systemtap/libHelperSDT_*.so %endif -%if %{with_bundled_elfutils} -%dir %{_libdir}/systemtap -%{_libdir}/systemtap/lib*.so* -%endif %if %{with_emacsvim} %{_emacs_sitelispdir}/*.el* %{_emacs_sitestartdir}/systemtap-init.el @@ -1266,15 +1226,13 @@ done # PRERELEASE %changelog +* Sun Jan 12 2020 Frank Ch. Eigler - 4.3-0.20200112gitb1e6a6645bba +- Automated weekly rawhide release +- Applied spec changes from upstream git + * Mon Nov 18 2019 Sagar Patel - 4.2-1 - Upstream release. -* Thu Oct 03 2019 Miro Hrončok - 4.2-0.20190828git8ffab23ff -- Rebuilt for Python 3.8.0rc1 (#1748018) - -* Tue May 07 2019 Serguei Makarov - 4.1-1 -- Upstream release. - * Tue May 07 2019 Serguei Makarov - 4.1-1 - Upstream release. From 0337e2205b5e904b15b029ec875f8c02a4a6e68a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 00:59:44 +0000 Subject: [PATCH 08/11] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- systemtap.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/systemtap.spec b/systemtap.spec index df72c19..7f5f33b 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -87,7 +87,7 @@ Name: systemtap Version: 4.3 -Release: 0.20200112gitb1e6a6645bba%{?dist} +Release: 0.20200113gitb1e6a6645bba%{?dist} # for version, see also configure.ac @@ -1226,6 +1226,9 @@ done # PRERELEASE %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 4.3-0.20200113gitb1e6a6645bba +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Sun Jan 12 2020 Frank Ch. Eigler - 4.3-0.20200112gitb1e6a6645bba - Automated weekly rawhide release - Applied spec changes from upstream git From f9cde08988a6719f8baeb22212969637031fc3c2 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Mon, 3 Feb 2020 15:19:55 -0500 Subject: [PATCH 09/11] Automated weekly systemtap rawhide release: 0.20200203git6c0b74f5910a --- .gitignore | 1 + sources | 2 +- systemtap.spec | 8 ++++++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cc9943a..bcbb435 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ /systemtap-4.2-0.20190827git8ffab23ff.tar.gz /systemtap-4.2.tar.gz /systemtap-4.3-0.20200112gitb1e6a6645bba.tar.gz +/systemtap-4.3-0.20200203git6c0b74f5910a.tar.gz diff --git a/sources b/sources index 35ad3c8..0ed2e4b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (systemtap-4.3-0.20200112gitb1e6a6645bba.tar.gz) = d8419a1987d8b9063f508641ec35201a8ddd1779a2305aef1e9e80a7c51c9ee375e1dfb1505ab909227addce76ea2c8db89247c724e369b66e534e8f77285501 +SHA512 (systemtap-4.3-0.20200203git6c0b74f5910a.tar.gz) = 01fea7db0d582c91226fe7f64e79e9b9179b44dac00202a0f6fa8779fec831c3057b28984606a3380c5e12fe6b438aa405f5af8f3df0bd342634ce93fddc4442 diff --git a/systemtap.spec b/systemtap.spec index 7f5f33b..3070d61 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -87,7 +87,7 @@ Name: systemtap Version: 4.3 -Release: 0.20200113gitb1e6a6645bba%{?dist} +Release: 0.20200203git6c0b74f5910a%{?dist} # for version, see also configure.ac @@ -121,7 +121,7 @@ Release: 0.20200113gitb1e6a6645bba%{?dist} Summary: Programmable system-wide instrumentation system License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.20200112gitb1e6a6645bba.tar.gz +Source: %{name}-%{version}-0.20200203git6c0b74f5910a.tar.gz # Build* BuildRequires: gcc-c++ @@ -1226,6 +1226,10 @@ done # PRERELEASE %changelog +* Mon Feb 03 2020 Frank Ch. Eigler - 4.3-0.20200203git6c0b74f5910a +- Automated weekly rawhide release +- Applied spec changes from upstream git + * Fri Jan 31 2020 Fedora Release Engineering - 4.3-0.20200113gitb1e6a6645bba - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From 7b7d0a4564c36ee1f779f2ab75843745cae5ac86 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Tue, 11 Feb 2020 11:16:53 -0500 Subject: [PATCH 10/11] Automated weekly systemtap rawhide release: 0.20200211git91ffb97ad335 --- .gitignore | 1 + sources | 2 +- systemtap.spec | 8 ++++++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bcbb435..450b77f 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ /systemtap-4.2.tar.gz /systemtap-4.3-0.20200112gitb1e6a6645bba.tar.gz /systemtap-4.3-0.20200203git6c0b74f5910a.tar.gz +/systemtap-4.3-0.20200211git91ffb97ad335.tar.gz diff --git a/sources b/sources index 0ed2e4b..e854b96 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (systemtap-4.3-0.20200203git6c0b74f5910a.tar.gz) = 01fea7db0d582c91226fe7f64e79e9b9179b44dac00202a0f6fa8779fec831c3057b28984606a3380c5e12fe6b438aa405f5af8f3df0bd342634ce93fddc4442 +SHA512 (systemtap-4.3-0.20200211git91ffb97ad335.tar.gz) = 449959f46a89633f57c20cbeb0ded7031587e6df7cf19c30a237bb1886a7235e066c2878023385a7ec83e6045ab31bc8819991574a5840c8080d2ea066974eb5 diff --git a/systemtap.spec b/systemtap.spec index 3070d61..08990be 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -87,7 +87,7 @@ Name: systemtap Version: 4.3 -Release: 0.20200203git6c0b74f5910a%{?dist} +Release: 0.20200211git91ffb97ad335%{?dist} # for version, see also configure.ac @@ -121,7 +121,7 @@ Release: 0.20200203git6c0b74f5910a%{?dist} Summary: Programmable system-wide instrumentation system License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.20200203git6c0b74f5910a.tar.gz +Source: %{name}-%{version}-0.20200211git91ffb97ad335.tar.gz # Build* BuildRequires: gcc-c++ @@ -1226,6 +1226,10 @@ done # PRERELEASE %changelog +* Tue Feb 11 2020 Frank Ch. Eigler - 4.3-0.20200211git91ffb97ad335 +- Automated weekly rawhide release +- Applied spec changes from upstream git + * Mon Feb 03 2020 Frank Ch. Eigler - 4.3-0.20200203git6c0b74f5910a - Automated weekly rawhide release - Applied spec changes from upstream git From afaf045a8d843aa58773b7226b45349ad5fcfe66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Wed, 22 Apr 2020 00:13:50 +0200 Subject: [PATCH 11/11] Rebuild (json-c) --- systemtap.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/systemtap.spec b/systemtap.spec index 08990be..a28aba1 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -87,7 +87,7 @@ Name: systemtap Version: 4.3 -Release: 0.20200211git91ffb97ad335%{?dist} +Release: 0.20200212git91ffb97ad335%{?dist} # for version, see also configure.ac @@ -1226,6 +1226,9 @@ done # PRERELEASE %changelog +* Tue Apr 21 2020 Björn Esser - 4.3-0.20200212git91ffb97ad335 +- Rebuild (json-c) + * Tue Feb 11 2020 Frank Ch. Eigler - 4.3-0.20200211git91ffb97ad335 - Automated weekly rawhide release - Applied spec changes from upstream git