From 294a0af69a553530e864f0d0cfc0c7fef81b42cb Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 20 Jul 2015 10:28:03 -0400 Subject: [PATCH 01/34] Automated weekly systemtap rawhide release: 0.20150720gitebf15ab --- .gitignore | 1 + sources | 2 +- systemtap.spec | 32 ++++++++++++-------------------- 3 files changed, 14 insertions(+), 21 deletions(-) diff --git a/.gitignore b/.gitignore index 465b487..7152f47 100644 --- a/.gitignore +++ b/.gitignore @@ -153,3 +153,4 @@ systemtap-1.3.tar.gz /systemtap-2.9-0.20150707git320e1ec.tar.gz /systemtap-2.9-0.20150707git86f726b.tar.gz /systemtap-2.9-0.20150713git9d0b65f.tar.gz +/systemtap-2.9-0.20150720gitebf15ab.tar.gz diff --git a/sources b/sources index 2625f97..99fadcd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -30a7ad17d25adbc06af6c8f873ce2813 systemtap-2.9-0.20150713git9d0b65f.tar.gz +3815ea3698e4d8ab7b624a8357be910e systemtap-2.9-0.20150720gitebf15ab.tar.gz diff --git a/systemtap.spec b/systemtap.spec index 61738cd..6c21a5d 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -58,7 +58,7 @@ Name: systemtap Version: 2.9 -Release: 0.20150713git9d0b65f%{?dist} +Release: 0.20150720gitebf15ab%{?dist} # for version, see also configure.ac @@ -91,7 +91,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.20150713git9d0b65f.tar.gz +Source: %{name}-%{version}-0.20150720gitebf15ab.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -775,12 +775,8 @@ exit 0 %triggerin runtime-java -- java-1.7.0-openjdk, java-1.6.0-openjdk for f in %{_libexecdir}/systemtap/libHelperSDT_*.so; do - %ifarch %{ix86} ppc64 ppc64le - %ifarch ppc64 ppc64le - arch=ppc64 - %else - arch=i386 - %endif + %ifarch %{ix86} + arch=i386 %else arch=`basename $f | cut -f2 -d_ | cut -f1 -d.` %endif @@ -794,12 +790,8 @@ done %triggerun runtime-java -- java-1.7.0-openjdk, java-1.6.0-openjdk for f in %{_libexecdir}/systemtap/libHelperSDT_*.so; do - %ifarch %{ix86} ppc64 ppc64le - %ifarch ppc64 ppc64le - arch=ppc64 - %else - arch=i386 - %endif + %ifarch %{ix86} + arch=i386 %else arch=`basename $f | cut -f2 -d_ | cut -f1 -d.` %endif @@ -812,12 +804,8 @@ done %triggerpostun runtime-java -- java-1.7.0-openjdk, java-1.6.0-openjdk # Restore links for any JDKs remaining after a package removal: for f in %{_libexecdir}/systemtap/libHelperSDT_*.so; do - %ifarch %{ix86} ppc64 ppc64le - %ifarch ppc64 ppc64le - arch=ppc64 - %else - arch=i386 - %endif + %ifarch %{ix86} + arch=i386 %else arch=`basename $f | cut -f2 -d_ | cut -f1 -d.` %endif @@ -1030,6 +1018,10 @@ done # http://sourceware.org/systemtap/wiki/SystemTapReleases %changelog +* Mon Jul 20 2015 Lukas Berk - 2.9-0.20150720gitebf15ab +- Automated weekly rawhide release +- Applied spec changes from upstream git + * Mon Jul 13 2015 Lukas Berk - 2.9-0.20150713git9d0b65f - Automated weekly rawhide release - Applied spec changes from upstream git From 6853850bb9587c03e712f65c5a5e936129e9d0ad Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 27 Jul 2015 09:59:29 -0400 Subject: [PATCH 02/34] Automated weekly systemtap rawhide release: 0.20150727git91fe6e2 --- .gitignore | 1 + sources | 2 +- systemtap.spec | 14 +++++++++----- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 7152f47..c52af47 100644 --- a/.gitignore +++ b/.gitignore @@ -154,3 +154,4 @@ systemtap-1.3.tar.gz /systemtap-2.9-0.20150707git86f726b.tar.gz /systemtap-2.9-0.20150713git9d0b65f.tar.gz /systemtap-2.9-0.20150720gitebf15ab.tar.gz +/systemtap-2.9-0.20150727git91fe6e2.tar.gz diff --git a/sources b/sources index 99fadcd..b1bcb11 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3815ea3698e4d8ab7b624a8357be910e systemtap-2.9-0.20150720gitebf15ab.tar.gz +b1704300f407002401bf63c879e2eb5f systemtap-2.9-0.20150727git91fe6e2.tar.gz diff --git a/systemtap.spec b/systemtap.spec index 6c21a5d..d583dc8 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -58,7 +58,7 @@ Name: systemtap Version: 2.9 -Release: 0.20150720gitebf15ab%{?dist} +Release: 0.20150727git91fe6e2%{?dist} # for version, see also configure.ac @@ -91,7 +91,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.20150720gitebf15ab.tar.gz +Source: %{name}-%{version}-0.20150727git91fe6e2.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -773,7 +773,7 @@ exit 0 %if %{with_java} -%triggerin runtime-java -- java-1.7.0-openjdk, java-1.6.0-openjdk +%triggerin runtime-java -- java-1.8.0-openjdk, java-1.7.0-openjdk, java-1.6.0-openjdk for f in %{_libexecdir}/systemtap/libHelperSDT_*.so; do %ifarch %{ix86} arch=i386 @@ -788,7 +788,7 @@ for f in %{_libexecdir}/systemtap/libHelperSDT_*.so; do done done -%triggerun runtime-java -- java-1.7.0-openjdk, java-1.6.0-openjdk +%triggerun runtime-java -- java-1.8.0-openjdk, java-1.7.0-openjdk, java-1.6.0-openjdk for f in %{_libexecdir}/systemtap/libHelperSDT_*.so; do %ifarch %{ix86} arch=i386 @@ -801,7 +801,7 @@ for f in %{_libexecdir}/systemtap/libHelperSDT_*.so; do done done -%triggerpostun runtime-java -- java-1.7.0-openjdk, java-1.6.0-openjdk +%triggerpostun runtime-java -- java-1.8.0-openjdk, java-1.7.0-openjdk, java-1.6.0-openjdk # Restore links for any JDKs remaining after a package removal: for f in %{_libexecdir}/systemtap/libHelperSDT_*.so; do %ifarch %{ix86} @@ -1018,6 +1018,10 @@ done # http://sourceware.org/systemtap/wiki/SystemTapReleases %changelog +* Mon Jul 27 2015 Lukas Berk - 2.9-0.20150727git91fe6e2 +- Automated weekly rawhide release +- Applied spec changes from upstream git + * Mon Jul 20 2015 Lukas Berk - 2.9-0.20150720gitebf15ab - Automated weekly rawhide release - Applied spec changes from upstream git From 3e4e78c23028028343cced41afc640947220cd6f Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Tue, 4 Aug 2015 08:44:16 -0400 Subject: [PATCH 03/34] Automated weekly systemtap rawhide release: 0.20150804git18d9c48 --- .gitignore | 1 + sources | 2 +- systemtap.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c52af47..e01e88b 100644 --- a/.gitignore +++ b/.gitignore @@ -155,3 +155,4 @@ systemtap-1.3.tar.gz /systemtap-2.9-0.20150713git9d0b65f.tar.gz /systemtap-2.9-0.20150720gitebf15ab.tar.gz /systemtap-2.9-0.20150727git91fe6e2.tar.gz +/systemtap-2.9-0.20150804git18d9c48.tar.gz diff --git a/sources b/sources index b1bcb11..0a85b46 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b1704300f407002401bf63c879e2eb5f systemtap-2.9-0.20150727git91fe6e2.tar.gz +12ed5eb97daee3bfa5d572ca7aa36b7c systemtap-2.9-0.20150804git18d9c48.tar.gz diff --git a/systemtap.spec b/systemtap.spec index d583dc8..7a2c189 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -58,7 +58,7 @@ Name: systemtap Version: 2.9 -Release: 0.20150727git91fe6e2%{?dist} +Release: 0.20150804git18d9c48%{?dist} # for version, see also configure.ac @@ -91,7 +91,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.20150727git91fe6e2.tar.gz +Source: %{name}-%{version}-0.20150804git18d9c48.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -1018,6 +1018,9 @@ done # http://sourceware.org/systemtap/wiki/SystemTapReleases %changelog +* Tue Aug 04 2015 Lukas Berk - 2.9-0.20150804git18d9c48 +- Automated weekly rawhide release + * Mon Jul 27 2015 Lukas Berk - 2.9-0.20150727git91fe6e2 - Automated weekly rawhide release - Applied spec changes from upstream git From 10be14da06a756cb30d3424a18c2dfeb73a5b507 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 10 Aug 2015 08:56:17 -0400 Subject: [PATCH 04/34] Automated weekly systemtap rawhide release: 0.20150810git639e610 --- .gitignore | 1 + sources | 2 +- systemtap.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e01e88b..9edaaeb 100644 --- a/.gitignore +++ b/.gitignore @@ -156,3 +156,4 @@ systemtap-1.3.tar.gz /systemtap-2.9-0.20150720gitebf15ab.tar.gz /systemtap-2.9-0.20150727git91fe6e2.tar.gz /systemtap-2.9-0.20150804git18d9c48.tar.gz +/systemtap-2.9-0.20150810git639e610.tar.gz diff --git a/sources b/sources index 0a85b46..fcbd5fd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -12ed5eb97daee3bfa5d572ca7aa36b7c systemtap-2.9-0.20150804git18d9c48.tar.gz +f158d482b1bceb534f4d04cf4cc1af10 systemtap-2.9-0.20150810git639e610.tar.gz diff --git a/systemtap.spec b/systemtap.spec index 7a2c189..4b093be 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -58,7 +58,7 @@ Name: systemtap Version: 2.9 -Release: 0.20150804git18d9c48%{?dist} +Release: 0.20150810git639e610%{?dist} # for version, see also configure.ac @@ -91,7 +91,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.20150804git18d9c48.tar.gz +Source: %{name}-%{version}-0.20150810git639e610.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -1018,6 +1018,9 @@ done # http://sourceware.org/systemtap/wiki/SystemTapReleases %changelog +* Mon Aug 10 2015 Lukas Berk - 2.9-0.20150810git639e610 +- Automated weekly rawhide release + * Tue Aug 04 2015 Lukas Berk - 2.9-0.20150804git18d9c48 - Automated weekly rawhide release From a1f300ce01fae836dff2e8156a08387d4c67503d Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Tue, 18 Aug 2015 08:49:05 -0400 Subject: [PATCH 05/34] Automated weekly systemtap rawhide release: 0.20150818git8f0e5e8 --- .gitignore | 1 + sources | 2 +- systemtap.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9edaaeb..afc391f 100644 --- a/.gitignore +++ b/.gitignore @@ -157,3 +157,4 @@ systemtap-1.3.tar.gz /systemtap-2.9-0.20150727git91fe6e2.tar.gz /systemtap-2.9-0.20150804git18d9c48.tar.gz /systemtap-2.9-0.20150810git639e610.tar.gz +/systemtap-2.9-0.20150818git8f0e5e8.tar.gz diff --git a/sources b/sources index fcbd5fd..5968b58 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f158d482b1bceb534f4d04cf4cc1af10 systemtap-2.9-0.20150810git639e610.tar.gz +744890a59cc772dda304f6712146770a systemtap-2.9-0.20150818git8f0e5e8.tar.gz diff --git a/systemtap.spec b/systemtap.spec index 4b093be..f034b05 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -58,7 +58,7 @@ Name: systemtap Version: 2.9 -Release: 0.20150810git639e610%{?dist} +Release: 0.20150818git8f0e5e8%{?dist} # for version, see also configure.ac @@ -91,7 +91,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.20150810git639e610.tar.gz +Source: %{name}-%{version}-0.20150818git8f0e5e8.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -1018,6 +1018,9 @@ done # http://sourceware.org/systemtap/wiki/SystemTapReleases %changelog +* Tue Aug 18 2015 Lukas Berk - 2.9-0.20150818git8f0e5e8 +- Automated weekly rawhide release + * Mon Aug 10 2015 Lukas Berk - 2.9-0.20150810git639e610 - Automated weekly rawhide release From 84a22197f73e2da846f7b3287d2f1c17cd54f6de Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Sun, 23 Aug 2015 17:53:35 -0400 Subject: [PATCH 06/34] Automated weekly systemtap rawhide release: 0.20150823git62d2a73 --- .gitignore | 1 + sources | 2 +- systemtap.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index afc391f..94c11e7 100644 --- a/.gitignore +++ b/.gitignore @@ -158,3 +158,4 @@ systemtap-1.3.tar.gz /systemtap-2.9-0.20150804git18d9c48.tar.gz /systemtap-2.9-0.20150810git639e610.tar.gz /systemtap-2.9-0.20150818git8f0e5e8.tar.gz +/systemtap-2.9-0.20150823git62d2a73.tar.gz diff --git a/sources b/sources index 5968b58..3953af6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -744890a59cc772dda304f6712146770a systemtap-2.9-0.20150818git8f0e5e8.tar.gz +0e0af5d029ce3e4fc7d3053411d6624b systemtap-2.9-0.20150823git62d2a73.tar.gz diff --git a/systemtap.spec b/systemtap.spec index f034b05..009c048 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -58,7 +58,7 @@ Name: systemtap Version: 2.9 -Release: 0.20150818git8f0e5e8%{?dist} +Release: 0.20150823git62d2a73%{?dist} # for version, see also configure.ac @@ -91,7 +91,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.20150818git8f0e5e8.tar.gz +Source: %{name}-%{version}-0.20150823git62d2a73.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -1018,6 +1018,9 @@ done # http://sourceware.org/systemtap/wiki/SystemTapReleases %changelog +* Sun Aug 23 2015 Lukas Berk - 2.9-0.20150823git62d2a73 +- Automated weekly rawhide release + * Tue Aug 18 2015 Lukas Berk - 2.9-0.20150818git8f0e5e8 - Automated weekly rawhide release From 43a1a894573e973a7f445b8f51b942add8974988 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 31 Aug 2015 09:28:20 -0400 Subject: [PATCH 07/34] Automated weekly systemtap rawhide release: 0.20150831gitca9905a --- .gitignore | 1 + sources | 2 +- systemtap.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 94c11e7..ed935fe 100644 --- a/.gitignore +++ b/.gitignore @@ -159,3 +159,4 @@ systemtap-1.3.tar.gz /systemtap-2.9-0.20150810git639e610.tar.gz /systemtap-2.9-0.20150818git8f0e5e8.tar.gz /systemtap-2.9-0.20150823git62d2a73.tar.gz +/systemtap-2.9-0.20150831gitca9905a.tar.gz diff --git a/sources b/sources index 3953af6..33076a3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0e0af5d029ce3e4fc7d3053411d6624b systemtap-2.9-0.20150823git62d2a73.tar.gz +6e4fe1a991b5b9660304e81ec4a83ee9 systemtap-2.9-0.20150831gitca9905a.tar.gz diff --git a/systemtap.spec b/systemtap.spec index 009c048..84c8315 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -58,7 +58,7 @@ Name: systemtap Version: 2.9 -Release: 0.20150823git62d2a73%{?dist} +Release: 0.20150831gitca9905a%{?dist} # for version, see also configure.ac @@ -91,7 +91,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.20150823git62d2a73.tar.gz +Source: %{name}-%{version}-0.20150831gitca9905a.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -1018,6 +1018,9 @@ done # http://sourceware.org/systemtap/wiki/SystemTapReleases %changelog +* Mon Aug 31 2015 Lukas Berk - 2.9-0.20150831gitca9905a +- Automated weekly rawhide release + * Sun Aug 23 2015 Lukas Berk - 2.9-0.20150823git62d2a73 - Automated weekly rawhide release From c28fa154ce651b78e6a776deb33c136988c9a14c Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Fri, 4 Sep 2015 12:40:43 -0700 Subject: [PATCH 08/34] Rebuild for Dyninst 9.0. --- systemtap.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/systemtap.spec b/systemtap.spec index 84c8315..4c2da4c 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -58,7 +58,7 @@ Name: systemtap Version: 2.9 -Release: 0.20150831gitca9905a%{?dist} +Release: 0.20150831gitca9905a%{?dist}.1 # for version, see also configure.ac @@ -1018,6 +1018,9 @@ done # http://sourceware.org/systemtap/wiki/SystemTapReleases %changelog +* Fri Sep 04 2015 Josh Stone - 2.9-0.20150831gitca9905a.1 +- Rebuild for Dyninst 9.0. + * Mon Aug 31 2015 Lukas Berk - 2.9-0.20150831gitca9905a - Automated weekly rawhide release From 42b1efc4a550be4a443a5976d16b87d398555509 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 14 Sep 2015 09:14:58 -0400 Subject: [PATCH 09/34] Automated weekly systemtap rawhide release: 0.20150914git5d9828b --- .gitignore | 1 + sources | 2 +- systemtap.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ed935fe..04cc264 100644 --- a/.gitignore +++ b/.gitignore @@ -160,3 +160,4 @@ systemtap-1.3.tar.gz /systemtap-2.9-0.20150818git8f0e5e8.tar.gz /systemtap-2.9-0.20150823git62d2a73.tar.gz /systemtap-2.9-0.20150831gitca9905a.tar.gz +/systemtap-2.9-0.20150914git5d9828b.tar.gz diff --git a/sources b/sources index 33076a3..41fc783 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6e4fe1a991b5b9660304e81ec4a83ee9 systemtap-2.9-0.20150831gitca9905a.tar.gz +65dd25b93a53a33b1152ac3a837352a3 systemtap-2.9-0.20150914git5d9828b.tar.gz diff --git a/systemtap.spec b/systemtap.spec index 4c2da4c..ccdc738 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -58,7 +58,7 @@ Name: systemtap Version: 2.9 -Release: 0.20150831gitca9905a%{?dist}.1 +Release: 0.20150914git5d9828b%{?dist} # for version, see also configure.ac @@ -91,7 +91,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.20150831gitca9905a.tar.gz +Source: %{name}-%{version}-0.20150914git5d9828b.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -1018,6 +1018,9 @@ done # http://sourceware.org/systemtap/wiki/SystemTapReleases %changelog +* Mon Sep 14 2015 Lukas Berk - 2.9-0.20150914git5d9828b +- Automated weekly rawhide release + * Fri Sep 04 2015 Josh Stone - 2.9-0.20150831gitca9905a.1 - Rebuild for Dyninst 9.0. From fe231e1ba8630e59978bc3c2e247760d84fc3798 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 21 Sep 2015 09:36:01 -0400 Subject: [PATCH 10/34] Automated weekly systemtap rawhide release: 0.20150921gitd01bc76 --- .gitignore | 1 + sources | 2 +- systemtap.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 04cc264..efb71a1 100644 --- a/.gitignore +++ b/.gitignore @@ -161,3 +161,4 @@ systemtap-1.3.tar.gz /systemtap-2.9-0.20150823git62d2a73.tar.gz /systemtap-2.9-0.20150831gitca9905a.tar.gz /systemtap-2.9-0.20150914git5d9828b.tar.gz +/systemtap-2.9-0.20150921gitd01bc76.tar.gz diff --git a/sources b/sources index 41fc783..c7ee422 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -65dd25b93a53a33b1152ac3a837352a3 systemtap-2.9-0.20150914git5d9828b.tar.gz +4b5846b1dd088f21ffceb0b0682f095e systemtap-2.9-0.20150921gitd01bc76.tar.gz diff --git a/systemtap.spec b/systemtap.spec index ccdc738..5c4ac34 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -58,7 +58,7 @@ Name: systemtap Version: 2.9 -Release: 0.20150914git5d9828b%{?dist} +Release: 0.20150921gitd01bc76%{?dist} # for version, see also configure.ac @@ -91,7 +91,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.20150914git5d9828b.tar.gz +Source: %{name}-%{version}-0.20150921gitd01bc76.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -1018,6 +1018,9 @@ done # http://sourceware.org/systemtap/wiki/SystemTapReleases %changelog +* Mon Sep 21 2015 Lukas Berk - 2.9-0.20150921gitd01bc76 +- Automated weekly rawhide release + * Mon Sep 14 2015 Lukas Berk - 2.9-0.20150914git5d9828b - Automated weekly rawhide release From bc0404ec543ab3e5c267a8a4e119988e24a18ac2 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 28 Sep 2015 09:34:20 -0400 Subject: [PATCH 11/34] Automated weekly systemtap rawhide release: 0.20150928git92a8fee --- .gitignore | 1 + sources | 2 +- systemtap.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index efb71a1..ade5cd4 100644 --- a/.gitignore +++ b/.gitignore @@ -162,3 +162,4 @@ systemtap-1.3.tar.gz /systemtap-2.9-0.20150831gitca9905a.tar.gz /systemtap-2.9-0.20150914git5d9828b.tar.gz /systemtap-2.9-0.20150921gitd01bc76.tar.gz +/systemtap-2.9-0.20150928git92a8fee.tar.gz diff --git a/sources b/sources index c7ee422..b483780 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4b5846b1dd088f21ffceb0b0682f095e systemtap-2.9-0.20150921gitd01bc76.tar.gz +64ebb1a15baff30e43c7bfc85c14e952 systemtap-2.9-0.20150928git92a8fee.tar.gz diff --git a/systemtap.spec b/systemtap.spec index 5c4ac34..aeb8730 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -58,7 +58,7 @@ Name: systemtap Version: 2.9 -Release: 0.20150921gitd01bc76%{?dist} +Release: 0.20150928git92a8fee%{?dist} # for version, see also configure.ac @@ -91,7 +91,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.20150921gitd01bc76.tar.gz +Source: %{name}-%{version}-0.20150928git92a8fee.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -1018,6 +1018,9 @@ done # http://sourceware.org/systemtap/wiki/SystemTapReleases %changelog +* Mon Sep 28 2015 Lukas Berk - 2.9-0.20150928git92a8fee +- Automated weekly rawhide release + * Mon Sep 21 2015 Lukas Berk - 2.9-0.20150921gitd01bc76 - Automated weekly rawhide release From a72f02cb363ca23ff16ad1caf9da0b15d4dd55df Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 19 Oct 2015 10:13:46 -0400 Subject: [PATCH 12/34] Automated weekly systemtap rawhide release: 0.20151019git9eef422 --- .gitignore | 1 + sources | 2 +- systemtap.spec | 10 +++++++--- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index ade5cd4..3fcfbdc 100644 --- a/.gitignore +++ b/.gitignore @@ -163,3 +163,4 @@ systemtap-1.3.tar.gz /systemtap-2.9-0.20150914git5d9828b.tar.gz /systemtap-2.9-0.20150921gitd01bc76.tar.gz /systemtap-2.9-0.20150928git92a8fee.tar.gz +/systemtap-3.0-0.20151019git9eef422.tar.gz diff --git a/sources b/sources index b483780..e128a50 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -64ebb1a15baff30e43c7bfc85c14e952 systemtap-2.9-0.20150928git92a8fee.tar.gz +92aa763558975ccdfd4d8548a649ac07 systemtap-3.0-0.20151019git9eef422.tar.gz diff --git a/systemtap.spec b/systemtap.spec index aeb8730..59b6a9b 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -57,8 +57,8 @@ %define dracutstap %{_prefix}/lib/dracut/modules.d/99stap Name: systemtap -Version: 2.9 -Release: 0.20150928git92a8fee%{?dist} +Version: 3.0 +Release: 0.20151019git9eef422%{?dist} # for version, see also configure.ac @@ -91,7 +91,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.20150928git92a8fee.tar.gz +Source: %{name}-%{version}-0.20151019git9eef422.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -1018,6 +1018,10 @@ done # http://sourceware.org/systemtap/wiki/SystemTapReleases %changelog +* Mon Oct 19 2015 Lukas Berk - 3.0-0.20151019git9eef422 +- Automated weekly rawhide release +- Applied spec changes from upstream git + * Mon Sep 28 2015 Lukas Berk - 2.9-0.20150928git92a8fee - Automated weekly rawhide release From 596088ff695d4af1ac1f4b2f5b53f937b35a2d03 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 26 Oct 2015 09:24:34 -0400 Subject: [PATCH 13/34] Automated weekly systemtap rawhide release: 0.20151026git8136768 --- .gitignore | 1 + sources | 2 +- systemtap.spec | 12 ++++++++++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3fcfbdc..6dbc3fd 100644 --- a/.gitignore +++ b/.gitignore @@ -164,3 +164,4 @@ systemtap-1.3.tar.gz /systemtap-2.9-0.20150921gitd01bc76.tar.gz /systemtap-2.9-0.20150928git92a8fee.tar.gz /systemtap-3.0-0.20151019git9eef422.tar.gz +/systemtap-3.0-0.20151026git8136768.tar.gz diff --git a/sources b/sources index e128a50..1cde048 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -92aa763558975ccdfd4d8548a649ac07 systemtap-3.0-0.20151019git9eef422.tar.gz +1f56847f9880f09e4417f84d5e04c35e systemtap-3.0-0.20151026git8136768.tar.gz diff --git a/systemtap.spec b/systemtap.spec index 59b6a9b..f3b5f27 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -58,7 +58,7 @@ Name: systemtap Version: 3.0 -Release: 0.20151019git9eef422%{?dist} +Release: 0.20151026git8136768%{?dist} # for version, see also configure.ac @@ -91,7 +91,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.20151019git9eef422.tar.gz +Source: %{name}-%{version}-0.20151026git8136768.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -315,6 +315,10 @@ Requires: /usr/lib/libc.so %if 0%{?fedora} >= 18 Requires: stress %endif +# The following "meta" files for the systemtap examples run "perf": +# testsuite/systemtap.examples/hw_watch_addr.meta +# testsuite/systemtap.examples/memory/hw_watch_sym.meta +Requires: perf %description testsuite This package includes the dejagnu-based systemtap stress self-testing @@ -1018,6 +1022,10 @@ done # http://sourceware.org/systemtap/wiki/SystemTapReleases %changelog +* Mon Oct 26 2015 Lukas Berk - 3.0-0.20151026git8136768 +- Automated weekly rawhide release +- Applied spec changes from upstream git + * Mon Oct 19 2015 Lukas Berk - 3.0-0.20151019git9eef422 - Automated weekly rawhide release - Applied spec changes from upstream git From 3a00d81f884c13415b51952acb004b35f6f0c701 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 2 Nov 2015 09:15:17 -0500 Subject: [PATCH 14/34] Automated weekly systemtap rawhide release: 0.20151102git6469522 --- .gitignore | 1 + sources | 2 +- systemtap.spec | 12 ++++++++---- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 6dbc3fd..589a293 100644 --- a/.gitignore +++ b/.gitignore @@ -165,3 +165,4 @@ systemtap-1.3.tar.gz /systemtap-2.9-0.20150928git92a8fee.tar.gz /systemtap-3.0-0.20151019git9eef422.tar.gz /systemtap-3.0-0.20151026git8136768.tar.gz +/systemtap-3.0-0.20151102git6469522.tar.gz diff --git a/sources b/sources index 1cde048..d37473b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1f56847f9880f09e4417f84d5e04c35e systemtap-3.0-0.20151026git8136768.tar.gz +a5131f316c83680f022a173421140e8e systemtap-3.0-0.20151102git6469522.tar.gz diff --git a/systemtap.spec b/systemtap.spec index f3b5f27..d3deb10 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -58,7 +58,7 @@ Name: systemtap Version: 3.0 -Release: 0.20151026git8136768%{?dist} +Release: 0.20151102git6469522%{?dist} # for version, see also configure.ac @@ -91,7 +91,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.20151026git8136768.tar.gz +Source: %{name}-%{version}-0.20151102git6469522.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -124,9 +124,9 @@ BuildRequires: m4 BuildRequires: elfutils-devel >= %{elfutils_version} %endif %if %{with_docs} -BuildRequires: /usr/bin/latex /usr/bin/dvips /usr/bin/ps2pdf latex2html +BuildRequires: /usr/bin/latex /usr/bin/dvips /usr/bin/ps2pdf %if 0%{?fedora} >= 18 || 0%{?rhel} >= 7 -BuildRequires: tex(fullpage.sty) tex(fancybox.sty) tex(bchr7t.tfm) +BuildRequires: tex(fullpage.sty) tex(fancybox.sty) tex(bchr7t.tfm) tex(nomencl.sty) %endif # On F10, xmlto's pdf support was broken off into a sub-package, # called 'xmlto-tex'. To avoid a specific F10 BuildReq, we'll do a @@ -1022,6 +1022,10 @@ done # http://sourceware.org/systemtap/wiki/SystemTapReleases %changelog +* Mon Nov 02 2015 Lukas Berk - 3.0-0.20151102git6469522 +- Automated weekly rawhide release +- Applied spec changes from upstream git + * Mon Oct 26 2015 Lukas Berk - 3.0-0.20151026git8136768 - Automated weekly rawhide release - Applied spec changes from upstream git From 8b4cc6b1a34a8064b4f4235b3b409864bff45b55 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 2 Nov 2015 10:48:24 -0500 Subject: [PATCH 15/34] Automated weekly systemtap rawhide release: 0.20151102git127e4e3 --- .gitignore | 1 + sources | 2 +- systemtap.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 589a293..80745a0 100644 --- a/.gitignore +++ b/.gitignore @@ -166,3 +166,4 @@ systemtap-1.3.tar.gz /systemtap-3.0-0.20151019git9eef422.tar.gz /systemtap-3.0-0.20151026git8136768.tar.gz /systemtap-3.0-0.20151102git6469522.tar.gz +/systemtap-3.0-0.20151102git127e4e3.tar.gz diff --git a/sources b/sources index d37473b..cb3a359 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a5131f316c83680f022a173421140e8e systemtap-3.0-0.20151102git6469522.tar.gz +5a6085b6f4579f011012ea6a8d618147 systemtap-3.0-0.20151102git127e4e3.tar.gz diff --git a/systemtap.spec b/systemtap.spec index d3deb10..264e99b 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -58,7 +58,7 @@ Name: systemtap Version: 3.0 -Release: 0.20151102git6469522%{?dist} +Release: 0.20151102git127e4e3%{?dist} # for version, see also configure.ac @@ -91,7 +91,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.20151102git6469522.tar.gz +Source: %{name}-%{version}-0.20151102git127e4e3.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -1022,6 +1022,9 @@ done # http://sourceware.org/systemtap/wiki/SystemTapReleases %changelog +* Mon Nov 02 2015 Lukas Berk - 3.0-0.20151102git127e4e3 +- Automated weekly rawhide release + * Mon Nov 02 2015 Lukas Berk - 3.0-0.20151102git6469522 - Automated weekly rawhide release - Applied spec changes from upstream git From 9f66a93dbfdb7640adb66eb3ede79ee2704d12a6 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 2 Nov 2015 13:37:46 -0500 Subject: [PATCH 16/34] Automated weekly systemtap rawhide release: 0.20151102git6c9c5fc --- .gitignore | 1 + sources | 2 +- systemtap.spec | 10 +++++++--- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 80745a0..721bffe 100644 --- a/.gitignore +++ b/.gitignore @@ -167,3 +167,4 @@ systemtap-1.3.tar.gz /systemtap-3.0-0.20151026git8136768.tar.gz /systemtap-3.0-0.20151102git6469522.tar.gz /systemtap-3.0-0.20151102git127e4e3.tar.gz +/systemtap-3.0-0.20151102git6c9c5fc.tar.gz diff --git a/sources b/sources index cb3a359..d2fbfb4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5a6085b6f4579f011012ea6a8d618147 systemtap-3.0-0.20151102git127e4e3.tar.gz +1b50258eda94e444c745a40a17bf0d1c systemtap-3.0-0.20151102git6c9c5fc.tar.gz diff --git a/systemtap.spec b/systemtap.spec index 264e99b..91a330e 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -58,7 +58,7 @@ Name: systemtap Version: 3.0 -Release: 0.20151102git127e4e3%{?dist} +Release: 0.20151102git6c9c5fc%{?dist} # for version, see also configure.ac @@ -91,7 +91,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.20151102git127e4e3.tar.gz +Source: %{name}-%{version}-0.20151102git6c9c5fc.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -126,7 +126,7 @@ BuildRequires: elfutils-devel >= %{elfutils_version} %if %{with_docs} BuildRequires: /usr/bin/latex /usr/bin/dvips /usr/bin/ps2pdf %if 0%{?fedora} >= 18 || 0%{?rhel} >= 7 -BuildRequires: tex(fullpage.sty) tex(fancybox.sty) tex(bchr7t.tfm) tex(nomencl.sty) +BuildRequires: tex(fullpage.sty) tex(fancybox.sty) tex(bchr7t.tfm) tex(nomencl.sty) tex(graphicx.sty) %endif # On F10, xmlto's pdf support was broken off into a sub-package, # called 'xmlto-tex'. To avoid a specific F10 BuildReq, we'll do a @@ -1022,6 +1022,10 @@ done # http://sourceware.org/systemtap/wiki/SystemTapReleases %changelog +* Mon Nov 02 2015 Lukas Berk - 3.0-0.20151102git6c9c5fc +- Automated weekly rawhide release +- Applied spec changes from upstream git + * Mon Nov 02 2015 Lukas Berk - 3.0-0.20151102git127e4e3 - Automated weekly rawhide release From 1d256a62b14f0c5aacf7c2f440a65d405ac40b90 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 2 Nov 2015 13:59:48 -0500 Subject: [PATCH 17/34] Automated weekly systemtap rawhide release: 0.20151102git7b19719 --- .gitignore | 1 + sources | 2 +- systemtap.spec | 12 ++++++++++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 721bffe..b6aedbf 100644 --- a/.gitignore +++ b/.gitignore @@ -168,3 +168,4 @@ systemtap-1.3.tar.gz /systemtap-3.0-0.20151102git6469522.tar.gz /systemtap-3.0-0.20151102git127e4e3.tar.gz /systemtap-3.0-0.20151102git6c9c5fc.tar.gz +/systemtap-3.0-0.20151102git7b19719.tar.gz diff --git a/sources b/sources index d2fbfb4..27cab54 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1b50258eda94e444c745a40a17bf0d1c systemtap-3.0-0.20151102git6c9c5fc.tar.gz +be7733b93e62c0d1a06a02534ac8e3be systemtap-3.0-0.20151102git7b19719.tar.gz diff --git a/systemtap.spec b/systemtap.spec index 91a330e..49b3cdf 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -58,7 +58,7 @@ Name: systemtap Version: 3.0 -Release: 0.20151102git6c9c5fc%{?dist} +Release: 0.20151102git7b19719%{?dist} # for version, see also configure.ac @@ -91,7 +91,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.20151102git6c9c5fc.tar.gz +Source: %{name}-%{version}-0.20151102git7b19719.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -128,6 +128,10 @@ BuildRequires: /usr/bin/latex /usr/bin/dvips /usr/bin/ps2pdf %if 0%{?fedora} >= 18 || 0%{?rhel} >= 7 BuildRequires: tex(fullpage.sty) tex(fancybox.sty) tex(bchr7t.tfm) tex(nomencl.sty) tex(graphicx.sty) %endif +# For the html.sty mentioned in the .tex files, even though latex2html is +# not run during the build, only during manual scripts/update-docs runs: +BuildRequires: latex2html +# # On F10, xmlto's pdf support was broken off into a sub-package, # called 'xmlto-tex'. To avoid a specific F10 BuildReq, we'll do a # file-based buildreq on '/usr/share/xmlto/format/fo/pdf'. @@ -1022,6 +1026,10 @@ done # http://sourceware.org/systemtap/wiki/SystemTapReleases %changelog +* Mon Nov 02 2015 Lukas Berk - 3.0-0.20151102git7b19719 +- Automated weekly rawhide release +- Applied spec changes from upstream git + * Mon Nov 02 2015 Lukas Berk - 3.0-0.20151102git6c9c5fc - Automated weekly rawhide release - Applied spec changes from upstream git From 1d6beb76434577f2ae7d229a498ed346240b5748 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 16 Nov 2015 09:54:38 -0500 Subject: [PATCH 18/34] Automated weekly systemtap rawhide release: 0.20151116gitcb69017 --- .gitignore | 1 + sources | 2 +- systemtap.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b6aedbf..563d2c5 100644 --- a/.gitignore +++ b/.gitignore @@ -169,3 +169,4 @@ systemtap-1.3.tar.gz /systemtap-3.0-0.20151102git127e4e3.tar.gz /systemtap-3.0-0.20151102git6c9c5fc.tar.gz /systemtap-3.0-0.20151102git7b19719.tar.gz +/systemtap-3.0-0.20151116gitcb69017.tar.gz diff --git a/sources b/sources index 27cab54..17faf84 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -be7733b93e62c0d1a06a02534ac8e3be systemtap-3.0-0.20151102git7b19719.tar.gz +545e92341c1ec5300c426463d49c63f3 systemtap-3.0-0.20151116gitcb69017.tar.gz diff --git a/systemtap.spec b/systemtap.spec index 49b3cdf..b9dc57d 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -58,7 +58,7 @@ Name: systemtap Version: 3.0 -Release: 0.20151102git7b19719%{?dist} +Release: 0.20151116gitcb69017%{?dist} # for version, see also configure.ac @@ -91,7 +91,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.20151102git7b19719.tar.gz +Source: %{name}-%{version}-0.20151116gitcb69017.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -1026,6 +1026,9 @@ done # http://sourceware.org/systemtap/wiki/SystemTapReleases %changelog +* Mon Nov 16 2015 Lukas Berk - 3.0-0.20151116gitcb69017 +- Automated weekly rawhide release + * Mon Nov 02 2015 Lukas Berk - 3.0-0.20151102git7b19719 - Automated weekly rawhide release - Applied spec changes from upstream git From 9109ceda1585c0258e8da12e2933fab767cfca3b Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 23 Nov 2015 09:27:01 -0500 Subject: [PATCH 19/34] Automated weekly systemtap rawhide release: 0.20151123gita344cab --- .gitignore | 1 + sources | 2 +- systemtap.spec | 16 ++++++++++++---- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 563d2c5..fa5b5bc 100644 --- a/.gitignore +++ b/.gitignore @@ -170,3 +170,4 @@ systemtap-1.3.tar.gz /systemtap-3.0-0.20151102git6c9c5fc.tar.gz /systemtap-3.0-0.20151102git7b19719.tar.gz /systemtap-3.0-0.20151116gitcb69017.tar.gz +/systemtap-3.0-0.20151123gita344cab.tar.gz diff --git a/sources b/sources index 17faf84..7463c1c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -545e92341c1ec5300c426463d49c63f3 systemtap-3.0-0.20151116gitcb69017.tar.gz +82cc9f0d4f4f914ff23ca32b645f348e systemtap-3.0-0.20151123gita344cab.tar.gz diff --git a/systemtap.spec b/systemtap.spec index b9dc57d..bcfa0af 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -1,5 +1,6 @@ %{!?with_sqlite: %global with_sqlite 1} %{!?with_docs: %global with_docs 1} +%{!?with_monitor: %global with_monitor 1} # crash is not available %ifarch ppc ppc64 %{sparc} aarch64 ppc64le %{!?with_crash: %global with_crash 0} @@ -58,7 +59,7 @@ Name: systemtap Version: 3.0 -Release: 0.20151116gitcb69017%{?dist} +Release: 0.20151123gita344cab%{?dist} # for version, see also configure.ac @@ -91,7 +92,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.20151116gitcb69017.tar.gz +Source: %{name}-%{version}-0.20151123gita344cab.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -105,6 +106,9 @@ BuildRequires: libselinux-devel %if %{with_sqlite} BuildRequires: sqlite-devel %endif +%if %{with_monitor} +BuildRequires: json-c-devel ncurses-devel +%endif # Needed for libstd++ < 4.0, without %if %{with_boost} BuildRequires: boost-devel @@ -499,8 +503,8 @@ make DESTDIR=$RPM_BUILD_ROOT install # %doc directive. mv $RPM_BUILD_ROOT%{_datadir}/doc/systemtap/examples examples -# Fix paths in the example & testsuite scripts -find examples testsuite -type f -name '*.stp' -print0 | xargs -0 sed -i -r -e '1s@^#!.+stap@#!%{_bindir}/stap@' +# Fix paths in the example scripts. +find examples -type f -name '*.stp' -print0 | xargs -0 sed -i -r -e '1s@^#!.+stap@#!%{_bindir}/stap@' # To make rpmlint happy, remove any .gitignore files in the testsuite. find testsuite -type f -name '.gitignore' -print0 | xargs -0 rm -f @@ -1026,6 +1030,10 @@ done # http://sourceware.org/systemtap/wiki/SystemTapReleases %changelog +* Mon Nov 23 2015 Lukas Berk - 3.0-0.20151123gita344cab +- Automated weekly rawhide release +- Applied spec changes from upstream git + * Mon Nov 16 2015 Lukas Berk - 3.0-0.20151116gitcb69017 - Automated weekly rawhide release From 0bd603bbfa1b9bb9fdae667c38a33375b51f5d81 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 30 Nov 2015 09:21:34 -0500 Subject: [PATCH 20/34] Automated weekly systemtap rawhide release: 0.20151130git5042c9a --- .gitignore | 1 + sources | 2 +- systemtap.spec | 10 +++++++--- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index fa5b5bc..9022ff9 100644 --- a/.gitignore +++ b/.gitignore @@ -171,3 +171,4 @@ systemtap-1.3.tar.gz /systemtap-3.0-0.20151102git7b19719.tar.gz /systemtap-3.0-0.20151116gitcb69017.tar.gz /systemtap-3.0-0.20151123gita344cab.tar.gz +/systemtap-3.0-0.20151130git5042c9a.tar.gz diff --git a/sources b/sources index 7463c1c..f0d9c12 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -82cc9f0d4f4f914ff23ca32b645f348e systemtap-3.0-0.20151123gita344cab.tar.gz +4980297a71096d27b100bfb2fa252b30 systemtap-3.0-0.20151130git5042c9a.tar.gz diff --git a/systemtap.spec b/systemtap.spec index bcfa0af..070f655 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -59,7 +59,7 @@ Name: systemtap Version: 3.0 -Release: 0.20151123gita344cab%{?dist} +Release: 0.20151130git5042c9a%{?dist} # for version, see also configure.ac @@ -92,7 +92,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.20151123gita344cab.tar.gz +Source: %{name}-%{version}-0.20151130git5042c9a.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -130,7 +130,7 @@ BuildRequires: elfutils-devel >= %{elfutils_version} %if %{with_docs} BuildRequires: /usr/bin/latex /usr/bin/dvips /usr/bin/ps2pdf %if 0%{?fedora} >= 18 || 0%{?rhel} >= 7 -BuildRequires: tex(fullpage.sty) tex(fancybox.sty) tex(bchr7t.tfm) tex(nomencl.sty) tex(graphicx.sty) +BuildRequires: tex(fullpage.sty) tex(fancybox.sty) tex(bchr7t.tfm) tex(graphicx.sty) %endif # For the html.sty mentioned in the .tex files, even though latex2html is # not run during the build, only during manual scripts/update-docs runs: @@ -1030,6 +1030,10 @@ done # http://sourceware.org/systemtap/wiki/SystemTapReleases %changelog +* Mon Nov 30 2015 Lukas Berk - 3.0-0.20151130git5042c9a +- Automated weekly rawhide release +- Applied spec changes from upstream git + * Mon Nov 23 2015 Lukas Berk - 3.0-0.20151123gita344cab - Automated weekly rawhide release - Applied spec changes from upstream git From b80a99af46675ab26ed76f82cd64b05fe71a4e74 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 7 Dec 2015 10:56:25 -0500 Subject: [PATCH 21/34] Automated weekly systemtap rawhide release: 0.20151207gitc788eb1 --- .gitignore | 1 + sources | 2 +- systemtap.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9022ff9..c8acf24 100644 --- a/.gitignore +++ b/.gitignore @@ -172,3 +172,4 @@ systemtap-1.3.tar.gz /systemtap-3.0-0.20151116gitcb69017.tar.gz /systemtap-3.0-0.20151123gita344cab.tar.gz /systemtap-3.0-0.20151130git5042c9a.tar.gz +/systemtap-3.0-0.20151207gitc788eb1.tar.gz diff --git a/sources b/sources index f0d9c12..1e4395e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4980297a71096d27b100bfb2fa252b30 systemtap-3.0-0.20151130git5042c9a.tar.gz +3dc5433a5e4bfb85c27d084bd54200f8 systemtap-3.0-0.20151207gitc788eb1.tar.gz diff --git a/systemtap.spec b/systemtap.spec index 070f655..a1ce09f 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -59,7 +59,7 @@ Name: systemtap Version: 3.0 -Release: 0.20151130git5042c9a%{?dist} +Release: 0.20151207gitc788eb1%{?dist} # for version, see also configure.ac @@ -92,7 +92,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.20151130git5042c9a.tar.gz +Source: %{name}-%{version}-0.20151207gitc788eb1.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -1030,6 +1030,9 @@ done # http://sourceware.org/systemtap/wiki/SystemTapReleases %changelog +* Mon Dec 07 2015 Lukas Berk - 3.0-0.20151207gitc788eb1 +- Automated weekly rawhide release + * Mon Nov 30 2015 Lukas Berk - 3.0-0.20151130git5042c9a - Automated weekly rawhide release - Applied spec changes from upstream git From f5fc604498bc13e23c3966d0af492d91c2ff77d2 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 14 Dec 2015 09:30:40 -0500 Subject: [PATCH 22/34] Automated weekly systemtap rawhide release: 0.20151214git54d87c8 --- .gitignore | 1 + sources | 2 +- systemtap.spec | 12 +++++++++--- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index c8acf24..39f1bce 100644 --- a/.gitignore +++ b/.gitignore @@ -173,3 +173,4 @@ systemtap-1.3.tar.gz /systemtap-3.0-0.20151123gita344cab.tar.gz /systemtap-3.0-0.20151130git5042c9a.tar.gz /systemtap-3.0-0.20151207gitc788eb1.tar.gz +/systemtap-3.0-0.20151214git54d87c8.tar.gz diff --git a/sources b/sources index 1e4395e..1eb532a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3dc5433a5e4bfb85c27d084bd54200f8 systemtap-3.0-0.20151207gitc788eb1.tar.gz +3135793b2bc50c474f57b54d874b245a systemtap-3.0-0.20151214git54d87c8.tar.gz diff --git a/systemtap.spec b/systemtap.spec index a1ce09f..666c8f1 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -59,7 +59,7 @@ Name: systemtap Version: 3.0 -Release: 0.20151207gitc788eb1%{?dist} +Release: 0.20151214git54d87c8%{?dist} # for version, see also configure.ac @@ -92,7 +92,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.20151207gitc788eb1.tar.gz +Source: %{name}-%{version}-0.20151214git54d87c8.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -476,7 +476,7 @@ cd .. %if %{with_dracut} %global dracut_config --with-dracutstap=%{dracutstap} %else -%global dracut_config +%global dracut_config %{nil} %endif %if %{with_python3} @@ -484,6 +484,8 @@ cd .. %else %global python3_config --without-python3 %endif +# 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} --disable-silent-rules --with-extra-version="rpm %{version}-%{release}" make %{?_smp_mflags} @@ -1030,6 +1032,10 @@ done # http://sourceware.org/systemtap/wiki/SystemTapReleases %changelog +* Mon Dec 14 2015 Lukas Berk - 3.0-0.20151214git54d87c8 +- Automated weekly rawhide release +- Applied spec changes from upstream git + * Mon Dec 07 2015 Lukas Berk - 3.0-0.20151207gitc788eb1 - Automated weekly rawhide release From 984f215d93c7e2bd3ac4a3343c75c95337cc601f Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Fri, 18 Dec 2015 14:28:59 -0800 Subject: [PATCH 23/34] Rebuild for Dyninst 9.1. --- systemtap.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/systemtap.spec b/systemtap.spec index 666c8f1..cd3a8db 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -59,7 +59,7 @@ Name: systemtap Version: 3.0 -Release: 0.20151214git54d87c8%{?dist} +Release: 0.20151214git54d87c8%{?dist}.1 # for version, see also configure.ac @@ -1032,6 +1032,9 @@ done # http://sourceware.org/systemtap/wiki/SystemTapReleases %changelog +* Fri Dec 18 2015 Josh Stone - 3.0-0.20151214git54d87c8.1 +- Rebuild for Dyninst 9.1. + * Mon Dec 14 2015 Lukas Berk - 3.0-0.20151214git54d87c8 - Automated weekly rawhide release - Applied spec changes from upstream git From cc14b47e4eb337cd2e3e1a28c02a2481ed90476f Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 4 Jan 2016 09:56:50 -0500 Subject: [PATCH 24/34] Automated weekly systemtap rawhide release: 0.20160104git3af4429 --- systemtap.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/systemtap.spec b/systemtap.spec index cd3a8db..affeebb 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -59,7 +59,7 @@ Name: systemtap Version: 3.0 -Release: 0.20151214git54d87c8%{?dist}.1 +Release: 0.20160104git3af4429%{?dist} # for version, see also configure.ac @@ -92,7 +92,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.20151214git54d87c8.tar.gz +Source: %{name}-%{version}-0.20160104git3af4429.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -1032,6 +1032,9 @@ done # http://sourceware.org/systemtap/wiki/SystemTapReleases %changelog +* Mon Jan 04 2016 Lukas Berk - 3.0-0.20160104git3af4429 +- Automated weekly rawhide release + * Fri Dec 18 2015 Josh Stone - 3.0-0.20151214git54d87c8.1 - Rebuild for Dyninst 9.1. From 2311e4cc2752e6fffe62dae30d6a93ffacd6cc80 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 4 Jan 2016 10:01:34 -0500 Subject: [PATCH 25/34] Automated weekly systemtap rawhide release: 0.20160104git3af4429 --- .gitignore | 1 + sources | 2 +- systemtap.spec | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 39f1bce..db42c0e 100644 --- a/.gitignore +++ b/.gitignore @@ -174,3 +174,4 @@ systemtap-1.3.tar.gz /systemtap-3.0-0.20151130git5042c9a.tar.gz /systemtap-3.0-0.20151207gitc788eb1.tar.gz /systemtap-3.0-0.20151214git54d87c8.tar.gz +/systemtap-3.0-0.20160104git3af4429.tar.gz diff --git a/sources b/sources index 1eb532a..8c347d8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3135793b2bc50c474f57b54d874b245a systemtap-3.0-0.20151214git54d87c8.tar.gz +480ea9de41a2fef0c9362fa96c047b37 systemtap-3.0-0.20160104git3af4429.tar.gz diff --git a/systemtap.spec b/systemtap.spec index affeebb..95f296f 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -1035,6 +1035,9 @@ done * Mon Jan 04 2016 Lukas Berk - 3.0-0.20160104git3af4429 - Automated weekly rawhide release +* Mon Jan 04 2016 Lukas Berk - 3.0-0.20160104git3af4429 +- Automated weekly rawhide release + * Fri Dec 18 2015 Josh Stone - 3.0-0.20151214git54d87c8.1 - Rebuild for Dyninst 9.1. From ec1ada7a62c24dac83d2251de13a9e79c67dd7b5 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 11 Jan 2016 09:55:11 -0500 Subject: [PATCH 26/34] Automated weekly systemtap rawhide release: 0.20160111gitf070ea0 --- .gitignore | 1 + sources | 2 +- systemtap.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index db42c0e..52dcc9f 100644 --- a/.gitignore +++ b/.gitignore @@ -175,3 +175,4 @@ systemtap-1.3.tar.gz /systemtap-3.0-0.20151207gitc788eb1.tar.gz /systemtap-3.0-0.20151214git54d87c8.tar.gz /systemtap-3.0-0.20160104git3af4429.tar.gz +/systemtap-3.0-0.20160111gitf070ea0.tar.gz diff --git a/sources b/sources index 8c347d8..3d53701 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -480ea9de41a2fef0c9362fa96c047b37 systemtap-3.0-0.20160104git3af4429.tar.gz +58fa14d6ae9a049e59d30cc2e9b1ab7e systemtap-3.0-0.20160111gitf070ea0.tar.gz diff --git a/systemtap.spec b/systemtap.spec index 95f296f..c6828ce 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -59,7 +59,7 @@ Name: systemtap Version: 3.0 -Release: 0.20160104git3af4429%{?dist} +Release: 0.20160111gitf070ea0%{?dist} # for version, see also configure.ac @@ -92,7 +92,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.20160104git3af4429.tar.gz +Source: %{name}-%{version}-0.20160111gitf070ea0.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -1032,6 +1032,9 @@ done # http://sourceware.org/systemtap/wiki/SystemTapReleases %changelog +* Mon Jan 11 2016 Lukas Berk - 3.0-0.20160111gitf070ea0 +- Automated weekly rawhide release + * Mon Jan 04 2016 Lukas Berk - 3.0-0.20160104git3af4429 - Automated weekly rawhide release From 49490bffb6d2ffd0fdb967231ffc8fb0876158ab Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 18 Jan 2016 09:19:36 -0500 Subject: [PATCH 27/34] Automated weekly systemtap rawhide release: 0.20160118gite13e9b0 --- .gitignore | 1 + sources | 2 +- systemtap.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 52dcc9f..f37e88c 100644 --- a/.gitignore +++ b/.gitignore @@ -176,3 +176,4 @@ systemtap-1.3.tar.gz /systemtap-3.0-0.20151214git54d87c8.tar.gz /systemtap-3.0-0.20160104git3af4429.tar.gz /systemtap-3.0-0.20160111gitf070ea0.tar.gz +/systemtap-3.0-0.20160118gite13e9b0.tar.gz diff --git a/sources b/sources index 3d53701..209e1fd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -58fa14d6ae9a049e59d30cc2e9b1ab7e systemtap-3.0-0.20160111gitf070ea0.tar.gz +463e41333665777a3d12dc99c32d1a7a systemtap-3.0-0.20160118gite13e9b0.tar.gz diff --git a/systemtap.spec b/systemtap.spec index c6828ce..35e492e 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -59,7 +59,7 @@ Name: systemtap Version: 3.0 -Release: 0.20160111gitf070ea0%{?dist} +Release: 0.20160118gite13e9b0%{?dist} # for version, see also configure.ac @@ -92,7 +92,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.20160111gitf070ea0.tar.gz +Source: %{name}-%{version}-0.20160118gite13e9b0.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -1032,6 +1032,9 @@ done # http://sourceware.org/systemtap/wiki/SystemTapReleases %changelog +* Mon Jan 18 2016 Lukas Berk - 3.0-0.20160118gite13e9b0 +- Automated weekly rawhide release + * Mon Jan 11 2016 Lukas Berk - 3.0-0.20160111gitf070ea0 - Automated weekly rawhide release From d405e5c321fb13b94086bd99ece5602574239db2 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 25 Jan 2016 09:58:43 -0500 Subject: [PATCH 28/34] Automated weekly systemtap rawhide release: 0.20160125gitc5f6801 --- .gitignore | 1 + sources | 2 +- systemtap.spec | 13 +++++++++++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f37e88c..afa1115 100644 --- a/.gitignore +++ b/.gitignore @@ -177,3 +177,4 @@ systemtap-1.3.tar.gz /systemtap-3.0-0.20160104git3af4429.tar.gz /systemtap-3.0-0.20160111gitf070ea0.tar.gz /systemtap-3.0-0.20160118gite13e9b0.tar.gz +/systemtap-3.0-0.20160125gitc5f6801.tar.gz diff --git a/sources b/sources index 209e1fd..d7e9125 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -463e41333665777a3d12dc99c32d1a7a systemtap-3.0-0.20160118gite13e9b0.tar.gz +9268f8271a8316aaa80f948bdf4af915 systemtap-3.0-0.20160125gitc5f6801.tar.gz diff --git a/systemtap.spec b/systemtap.spec index 35e492e..d6b3525 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -59,7 +59,7 @@ Name: systemtap Version: 3.0 -Release: 0.20160118gite13e9b0%{?dist} +Release: 0.20160125gitc5f6801%{?dist} # for version, see also configure.ac @@ -92,7 +92,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.20160118gite13e9b0.tar.gz +Source: %{name}-%{version}-0.20160125gitc5f6801.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -498,6 +498,11 @@ make %{?_smp_mflags} rm -rf ${RPM_BUILD_ROOT} make DESTDIR=$RPM_BUILD_ROOT install %find_lang %{name} +for dir in $(ls -1d $RPM_BUILD_ROOT%{_mandir}/{??,??_??}) ; do + dir=$(echo $dir | sed -e "s|^$RPM_BUILD_ROOT||") + lang=$(basename $dir) + echo "%%lang($lang) $dir/man*/*" >> %{name}.lang +done # We want the examples in the special doc dir, not the build install dir. # We build it in place and then move it away so it doesn't get installed @@ -1032,6 +1037,10 @@ done # http://sourceware.org/systemtap/wiki/SystemTapReleases %changelog +* Mon Jan 25 2016 Lukas Berk - 3.0-0.20160125gitc5f6801 +- Automated weekly rawhide release +- Applied spec changes from upstream git + * Mon Jan 18 2016 Lukas Berk - 3.0-0.20160118gite13e9b0 - Automated weekly rawhide release From e60cd5e75c90fc4bc2bc1c688fb6957041370b6d Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 1 Feb 2016 10:00:08 -0500 Subject: [PATCH 29/34] Automated weekly systemtap rawhide release: 0.20160201git6706593 --- .gitignore | 1 + sources | 2 +- systemtap.spec | 22 ++++++++++++++++++---- 3 files changed, 20 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index afa1115..007194a 100644 --- a/.gitignore +++ b/.gitignore @@ -178,3 +178,4 @@ systemtap-1.3.tar.gz /systemtap-3.0-0.20160111gitf070ea0.tar.gz /systemtap-3.0-0.20160118gite13e9b0.tar.gz /systemtap-3.0-0.20160125gitc5f6801.tar.gz +/systemtap-3.0-0.20160201git6706593.tar.gz diff --git a/sources b/sources index d7e9125..55aba14 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9268f8271a8316aaa80f948bdf4af915 systemtap-3.0-0.20160125gitc5f6801.tar.gz +4dd557eaf77ad300b2eedda3c82d8196 systemtap-3.0-0.20160201git6706593.tar.gz diff --git a/systemtap.spec b/systemtap.spec index d6b3525..036434e 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -1,5 +1,6 @@ %{!?with_sqlite: %global with_sqlite 1} %{!?with_docs: %global with_docs 1} +%{!?with_htmldocs: %global with_htmldocs 0} %{!?with_monitor: %global with_monitor 1} # crash is not available %ifarch ppc ppc64 %{sparc} aarch64 ppc64le @@ -59,7 +60,7 @@ Name: systemtap Version: 3.0 -Release: 0.20160125gitc5f6801%{?dist} +Release: 0.20160201git6706593%{?dist} # for version, see also configure.ac @@ -92,7 +93,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.20160125gitc5f6801.tar.gz +Source: %{name}-%{version}-0.20160201git6706593.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -135,12 +136,13 @@ BuildRequires: tex(fullpage.sty) tex(fancybox.sty) tex(bchr7t.tfm) tex(graphicx. # For the html.sty mentioned in the .tex files, even though latex2html is # not run during the build, only during manual scripts/update-docs runs: BuildRequires: latex2html -# +%if %{with_htmldocs} # On F10, xmlto's pdf support was broken off into a sub-package, # called 'xmlto-tex'. To avoid a specific F10 BuildReq, we'll do a # file-based buildreq on '/usr/share/xmlto/format/fo/pdf'. BuildRequires: xmlto /usr/share/xmlto/format/fo/pdf %endif +%endif %if %{with_emacsvim} BuildRequires: emacs %endif @@ -448,7 +450,11 @@ cd .. %endif %if %{with_docs} -%global docs_config --enable-docs +%if %{with_htmldocs} +%global docs_config --enable-docs --enable-htmldocs +%else +%global docs_config --enable-docs --disable-htmldocs +%endif %else %global docs_config --disable-docs %endif @@ -535,9 +541,11 @@ cp -rp testsuite $RPM_BUILD_ROOT%{_datadir}/systemtap # %doc directive. mkdir docs.installed mv $RPM_BUILD_ROOT%{_datadir}/doc/systemtap/*.pdf docs.installed/ +%if %{with_htmldocs} mv $RPM_BUILD_ROOT%{_datadir}/doc/systemtap/tapsets docs.installed/ mv $RPM_BUILD_ROOT%{_datadir}/doc/systemtap/SystemTap_Beginners_Guide docs.installed/ %endif +%endif mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/stap-server mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/stap-server @@ -948,9 +956,11 @@ done %license COPYING %if %{with_docs} %doc docs.installed/*.pdf +%if %{with_htmldocs} %doc docs.installed/tapsets/*.html %doc docs.installed/SystemTap_Beginners_Guide %endif +%endif %{_bindir}/stap %{_bindir}/stap-prep %{_bindir}/stap-report @@ -1037,6 +1047,10 @@ done # http://sourceware.org/systemtap/wiki/SystemTapReleases %changelog +* Mon Feb 01 2016 Lukas Berk - 3.0-0.20160201git6706593 +- Automated weekly rawhide release +- Applied spec changes from upstream git + * Mon Jan 25 2016 Lukas Berk - 3.0-0.20160125gitc5f6801 - Automated weekly rawhide release - Applied spec changes from upstream git From 8bc920347cbf05789913c9189f34d53623d4a46b Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 1 Feb 2016 10:44:15 -0500 Subject: [PATCH 30/34] Automated weekly systemtap rawhide release: 0.20160201git617829c --- .gitignore | 1 + sources | 2 +- systemtap.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 007194a..0e68f0b 100644 --- a/.gitignore +++ b/.gitignore @@ -179,3 +179,4 @@ systemtap-1.3.tar.gz /systemtap-3.0-0.20160118gite13e9b0.tar.gz /systemtap-3.0-0.20160125gitc5f6801.tar.gz /systemtap-3.0-0.20160201git6706593.tar.gz +/systemtap-3.0-0.20160201git617829c.tar.gz diff --git a/sources b/sources index 55aba14..7225820 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4dd557eaf77ad300b2eedda3c82d8196 systemtap-3.0-0.20160201git6706593.tar.gz +557247cafde397854cf4d0aa93cbe2ab systemtap-3.0-0.20160201git617829c.tar.gz diff --git a/systemtap.spec b/systemtap.spec index 036434e..1fbe629 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -60,7 +60,7 @@ Name: systemtap Version: 3.0 -Release: 0.20160201git6706593%{?dist} +Release: 0.20160201git617829c%{?dist} # for version, see also configure.ac @@ -93,7 +93,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.20160201git6706593.tar.gz +Source: %{name}-%{version}-0.20160201git617829c.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -1047,6 +1047,9 @@ done # http://sourceware.org/systemtap/wiki/SystemTapReleases %changelog +* Mon Feb 01 2016 Lukas Berk - 3.0-0.20160201git617829c +- Automated weekly rawhide release + * Mon Feb 01 2016 Lukas Berk - 3.0-0.20160201git6706593 - Automated weekly rawhide release - Applied spec changes from upstream git From 518f7ff3ea52bb386b4aec9fc8ac6daee6f81a01 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Tue, 2 Feb 2016 10:48:58 -0500 Subject: [PATCH 31/34] Automated weekly systemtap rawhide release: 0.20160202git8d66e1e --- .gitignore | 1 + sources | 2 +- systemtap.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0e68f0b..cf61542 100644 --- a/.gitignore +++ b/.gitignore @@ -180,3 +180,4 @@ systemtap-1.3.tar.gz /systemtap-3.0-0.20160125gitc5f6801.tar.gz /systemtap-3.0-0.20160201git6706593.tar.gz /systemtap-3.0-0.20160201git617829c.tar.gz +/systemtap-3.0-0.20160202git8d66e1e.tar.gz diff --git a/sources b/sources index 7225820..0f60b63 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -557247cafde397854cf4d0aa93cbe2ab systemtap-3.0-0.20160201git617829c.tar.gz +f7a54fc011e23db40940a14ebd12e25a systemtap-3.0-0.20160202git8d66e1e.tar.gz diff --git a/systemtap.spec b/systemtap.spec index 1fbe629..8e873df 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -60,7 +60,7 @@ Name: systemtap Version: 3.0 -Release: 0.20160201git617829c%{?dist} +Release: 0.20160202git8d66e1e%{?dist} # for version, see also configure.ac @@ -93,7 +93,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.20160201git617829c.tar.gz +Source: %{name}-%{version}-0.20160202git8d66e1e.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -1047,6 +1047,9 @@ done # http://sourceware.org/systemtap/wiki/SystemTapReleases %changelog +* Tue Feb 02 2016 Lukas Berk - 3.0-0.20160202git8d66e1e +- Automated weekly rawhide release + * Mon Feb 01 2016 Lukas Berk - 3.0-0.20160201git617829c - Automated weekly rawhide release From fe73ed2a64145b3ebdee1ddf7ae04c0abc7d883a Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 8 Feb 2016 09:55:53 -0500 Subject: [PATCH 32/34] Automated weekly systemtap rawhide release: 0.20160208git40ae3a7 --- .gitignore | 1 + sources | 2 +- systemtap.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cf61542..783d452 100644 --- a/.gitignore +++ b/.gitignore @@ -181,3 +181,4 @@ systemtap-1.3.tar.gz /systemtap-3.0-0.20160201git6706593.tar.gz /systemtap-3.0-0.20160201git617829c.tar.gz /systemtap-3.0-0.20160202git8d66e1e.tar.gz +/systemtap-3.0-0.20160208git40ae3a7.tar.gz diff --git a/sources b/sources index 0f60b63..f49968e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f7a54fc011e23db40940a14ebd12e25a systemtap-3.0-0.20160202git8d66e1e.tar.gz +f3788d6887360c5a64cf19811fa8d0c9 systemtap-3.0-0.20160208git40ae3a7.tar.gz diff --git a/systemtap.spec b/systemtap.spec index 8e873df..e21673e 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -60,7 +60,7 @@ Name: systemtap Version: 3.0 -Release: 0.20160202git8d66e1e%{?dist} +Release: 0.20160208git40ae3a7%{?dist} # for version, see also configure.ac @@ -93,7 +93,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.20160202git8d66e1e.tar.gz +Source: %{name}-%{version}-0.20160208git40ae3a7.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -1047,6 +1047,9 @@ done # http://sourceware.org/systemtap/wiki/SystemTapReleases %changelog +* Mon Feb 08 2016 Lukas Berk - 3.0-0.20160208git40ae3a7 +- Automated weekly rawhide release + * Tue Feb 02 2016 Lukas Berk - 3.0-0.20160202git8d66e1e - Automated weekly rawhide release From 2e205c09ed8aa610fc2ad8bd46505b5ef68312a8 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 14 Mar 2016 09:25:36 -0400 Subject: [PATCH 33/34] Automated weekly systemtap rawhide release: 0.20160314gitc857da7 --- .gitignore | 1 + sources | 2 +- systemtap.spec | 12 ++++++++++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 783d452..2a76d39 100644 --- a/.gitignore +++ b/.gitignore @@ -182,3 +182,4 @@ systemtap-1.3.tar.gz /systemtap-3.0-0.20160201git617829c.tar.gz /systemtap-3.0-0.20160202git8d66e1e.tar.gz /systemtap-3.0-0.20160208git40ae3a7.tar.gz +/systemtap-3.0-0.20160314gitc857da7.tar.gz diff --git a/sources b/sources index f49968e..a8fef4d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f3788d6887360c5a64cf19811fa8d0c9 systemtap-3.0-0.20160208git40ae3a7.tar.gz +77131fed78c26bfc06bf11d0f9a61109 systemtap-3.0-0.20160314gitc857da7.tar.gz diff --git a/systemtap.spec b/systemtap.spec index e21673e..58bcf5d 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -60,7 +60,7 @@ Name: systemtap Version: 3.0 -Release: 0.20160208git40ae3a7%{?dist} +Release: 0.20160314gitc857da7%{?dist} # for version, see also configure.ac @@ -93,7 +93,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.20160208git40ae3a7.tar.gz +Source: %{name}-%{version}-0.20160314gitc857da7.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -153,6 +153,10 @@ BuildRequires: jpackage-utils java-devel BuildRequires: libvirt-devel >= 1.0.2 BuildRequires: libxml2-devel %endif +BuildRequires: readline-devel +%if 0%{?rhel} <= 5 +BuildRequires: ncurses-devel +%endif # Install requirements Requires: systemtap-client = %{version}-%{release} @@ -1047,6 +1051,10 @@ done # http://sourceware.org/systemtap/wiki/SystemTapReleases %changelog +* Mon Mar 14 2016 Lukas Berk - 3.0-0.20160314gitc857da7 +- Automated weekly rawhide release +- Applied spec changes from upstream git + * Mon Feb 08 2016 Lukas Berk - 3.0-0.20160208git40ae3a7 - Automated weekly rawhide release From f4f54bd5a7045115eff10fc5375cc1e20f7b62c5 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 14 Mar 2016 10:56:36 -0400 Subject: [PATCH 34/34] Automated weekly systemtap rawhide release: 0.20160314git356a3b0 --- .gitignore | 1 + sources | 2 +- systemtap.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2a76d39..333ad5e 100644 --- a/.gitignore +++ b/.gitignore @@ -183,3 +183,4 @@ systemtap-1.3.tar.gz /systemtap-3.0-0.20160202git8d66e1e.tar.gz /systemtap-3.0-0.20160208git40ae3a7.tar.gz /systemtap-3.0-0.20160314gitc857da7.tar.gz +/systemtap-3.0-0.20160314git356a3b0.tar.gz diff --git a/sources b/sources index a8fef4d..b7c6f78 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -77131fed78c26bfc06bf11d0f9a61109 systemtap-3.0-0.20160314gitc857da7.tar.gz +139c3b8d5e51dffe87357d062ff5a898 systemtap-3.0-0.20160314git356a3b0.tar.gz diff --git a/systemtap.spec b/systemtap.spec index 58bcf5d..ffd14b0 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -60,7 +60,7 @@ Name: systemtap Version: 3.0 -Release: 0.20160314gitc857da7%{?dist} +Release: 0.20160314git356a3b0%{?dist} # for version, see also configure.ac @@ -93,7 +93,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.20160314gitc857da7.tar.gz +Source: %{name}-%{version}-0.20160314git356a3b0.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -1051,6 +1051,9 @@ done # http://sourceware.org/systemtap/wiki/SystemTapReleases %changelog +* Mon Mar 14 2016 Lukas Berk - 3.0-0.20160314git356a3b0 +- Automated weekly rawhide release + * Mon Mar 14 2016 Lukas Berk - 3.0-0.20160314gitc857da7 - Automated weekly rawhide release - Applied spec changes from upstream git