From 9bc290989b633fbb7fd9ed085ca6eba33b1cfdd1 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 25 Mar 2013 10:06:20 -0400 Subject: [PATCH 01/29] Automated weekly systemtap rawhide release: 0.94.g48bf64d --- .gitignore | 1 + sources | 2 +- systemtap.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 75fc225..d3644cb 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ systemtap-1.3.tar.gz /systemtap-2.2-0.70.g23c2c25.tar.gz /systemtap-2.2-0.74.gb1e0e10.tar.gz /systemtap-2.2-0.84.g74fc0fe.tar.gz +/systemtap-2.2-0.94.g48bf64d.tar.gz diff --git a/sources b/sources index 5665472..4f80cce 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -94b92904e429a969bc9c7ec5a9ecf17f systemtap-2.2-0.84.g74fc0fe.tar.gz +04c24b445d7ad17bb2d6f9243d1f1fd9 systemtap-2.2-0.94.g48bf64d.tar.gz diff --git a/systemtap.spec b/systemtap.spec index 89bb358..86215a6 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -31,7 +31,7 @@ Name: systemtap Version: 2.2 -Release: 0.84.g74fc0fe%{?dist} +Release: 0.94.g48bf64d%{?dist} # for version, see also configure.ac @@ -61,7 +61,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.84.g74fc0fe.tar.gz +Source: %{name}-%{version}-0.94.g48bf64d.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -694,6 +694,9 @@ exit 0 # ------------------------------------------------------------------------ %changelog +* Mon Mar 25 2013 Lukas Berk - 2.2-0.94.g48bf64d +- Automated weekly rawhide release + * Wed Mar 20 2013 Lukas Berk - 2.2-0.84.g74fc0fe - Automated weekly rawhide release From 75960f89a240851f5b7d68f882fc96211dd94f62 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Tue, 26 Mar 2013 10:27:03 -0400 Subject: [PATCH 02/29] BZ926602 Updated autoconf to version 2.69 --- .gitignore | 1 + sources | 2 +- systemtap.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d3644cb..a364aa5 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ systemtap-1.3.tar.gz /systemtap-2.2-0.74.gb1e0e10.tar.gz /systemtap-2.2-0.84.g74fc0fe.tar.gz /systemtap-2.2-0.94.g48bf64d.tar.gz +/systemtap-2.2-0.103.g5c607f5.tar.gz diff --git a/sources b/sources index 4f80cce..4f19d9f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -04c24b445d7ad17bb2d6f9243d1f1fd9 systemtap-2.2-0.94.g48bf64d.tar.gz +37cb01ac4c505387c8acdc691e51db0e systemtap-2.2-0.103.g5c607f5.tar.gz diff --git a/systemtap.spec b/systemtap.spec index 86215a6..edb21a0 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -31,7 +31,7 @@ Name: systemtap Version: 2.2 -Release: 0.94.g48bf64d%{?dist} +Release: 0.103.g5c607f5%{?dist} # for version, see also configure.ac @@ -61,7 +61,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.94.g48bf64d.tar.gz +Source: %{name}-%{version}-0.103.g5c607f5.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -694,6 +694,9 @@ exit 0 # ------------------------------------------------------------------------ %changelog +* Tue Mar 26 2013 Lukas Berk - 2.2-0.103.g5c607f5 +- BZ926602 Updated autoconf to version 2.69 + * Mon Mar 25 2013 Lukas Berk - 2.2-0.94.g48bf64d - Automated weekly rawhide release From 56bce46546ad460bbb41ef04e12d3692b692e2c6 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Tue, 26 Mar 2013 11:07:47 -0400 Subject: [PATCH 03/29] Added stap-prep.1 man page --- .gitignore | 1 + sources | 2 +- systemtap.spec | 27 +++++++-------------------- 3 files changed, 9 insertions(+), 21 deletions(-) diff --git a/.gitignore b/.gitignore index a364aa5..d685b12 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ systemtap-1.3.tar.gz /systemtap-2.2-0.84.g74fc0fe.tar.gz /systemtap-2.2-0.94.g48bf64d.tar.gz /systemtap-2.2-0.103.g5c607f5.tar.gz +/systemtap-2.2-0.104.gd142b86.tar.gz diff --git a/sources b/sources index 4f19d9f..6e5c31f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -37cb01ac4c505387c8acdc691e51db0e systemtap-2.2-0.103.g5c607f5.tar.gz +06ed4ce30061ba0e9e58fad5ac443caa systemtap-2.2-0.104.gd142b86.tar.gz diff --git a/systemtap.spec b/systemtap.spec index edb21a0..fbac0c8 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -14,7 +14,7 @@ %ifarch ppc ppc64 %{sparc} %{!?with_publican: %global with_publican 0} %else -%{!?with_publican: %global with_publican 0} +%{!?with_publican: %global with_publican 1} %endif %if 0%{?rhel} %{!?publican_brand: %global publican_brand RedHat} @@ -31,7 +31,7 @@ Name: systemtap Version: 2.2 -Release: 0.103.g5c607f5%{?dist} +Release: 0.104.gd142b86%{?dist} # for version, see also configure.ac @@ -61,7 +61,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.103.g5c607f5.tar.gz +Source: %{name}-%{version}-0.104.gd142b86.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -602,6 +602,7 @@ exit 0 %{_datadir}/systemtap/runtime %{_datadir}/systemtap/tapset %{_mandir}/man1/stap.1* +%{_mandir}/man1/stap-prep.1* %{_mandir}/man7/error* %{_mandir}/man7/stappaths.7* %{_mandir}/man7/warning* @@ -654,6 +655,7 @@ exit 0 %{_bindir}/stap-prep %{_bindir}/stap-report %{_mandir}/man1/stap.1* +%{_mandir}/man1/stap-prep.1* %{_mandir}/man1/stap-merge.1* %{_mandir}/man3/* %{_mandir}/man7/error* @@ -694,23 +696,8 @@ exit 0 # ------------------------------------------------------------------------ %changelog -* Tue Mar 26 2013 Lukas Berk - 2.2-0.103.g5c607f5 -- BZ926602 Updated autoconf to version 2.69 - -* Mon Mar 25 2013 Lukas Berk - 2.2-0.94.g48bf64d -- Automated weekly rawhide release - -* Wed Mar 20 2013 Lukas Berk - 2.2-0.84.g74fc0fe -- Automated weekly rawhide release - -* Wed Mar 20 2013 Lukas Berk - 2.2-0.84.g74fc0fe -- Automated weekly rawhide release - -* Mon Mar 11 2013 Lukas Berk - 2.2-0.74.gb1e0e10 -- Automated weekly rawhide release - -* Mon Mar 11 2013 Lukas Berk - 2.2-0.70.g23c2c25 -- Automated weekly rawhide release +* Tue Mar 26 2013 Lukas Berk - 2.2-0.104.gd142b86 +- Added stap-prep.1 man page * Wed Feb 13 2013 Serguei Makarov - 2.1-1 - Upstream release. From 7bc9629812300794bb02b7d5d097e3f027c06d83 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Tue, 26 Mar 2013 12:01:25 -0400 Subject: [PATCH 04/29] Turned off doc generation until BZ920216 resolved --- .gitignore | 1 + sources | 2 +- systemtap.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d685b12..68af2af 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ systemtap-1.3.tar.gz /systemtap-2.2-0.94.g48bf64d.tar.gz /systemtap-2.2-0.103.g5c607f5.tar.gz /systemtap-2.2-0.104.gd142b86.tar.gz +/systemtap-2.2-0.104.gd142b86.1.tar.gz diff --git a/sources b/sources index 6e5c31f..fcd575d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -06ed4ce30061ba0e9e58fad5ac443caa systemtap-2.2-0.104.gd142b86.tar.gz +06ed4ce30061ba0e9e58fad5ac443caa systemtap-2.2-0.104.gd142b86.1.tar.gz diff --git a/systemtap.spec b/systemtap.spec index fbac0c8..89d2a55 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -14,7 +14,7 @@ %ifarch ppc ppc64 %{sparc} %{!?with_publican: %global with_publican 0} %else -%{!?with_publican: %global with_publican 1} +%{!?with_publican: %global with_publican 0} %endif %if 0%{?rhel} %{!?publican_brand: %global publican_brand RedHat} @@ -31,7 +31,7 @@ Name: systemtap Version: 2.2 -Release: 0.104.gd142b86%{?dist} +Release: 0.104.gd142b86.1%{?dist} # for version, see also configure.ac @@ -61,7 +61,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.104.gd142b86.tar.gz +Source: %{name}-%{version}-0.104.gd142b86.1.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -696,6 +696,9 @@ exit 0 # ------------------------------------------------------------------------ %changelog +* Tue Mar 26 2013 Lukas Berk - 2.2-0.104.gd142b86.1 +- Turned off doc generation until BZ920216 resolved + * Tue Mar 26 2013 Lukas Berk - 2.2-0.104.gd142b86 - Added stap-prep.1 man page From d241c1d1c39581779e968273808de804fecb292a Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Wed, 3 Apr 2013 12:03:26 -0400 Subject: [PATCH 05/29] Automated weekly systemtap rawhide release: 0.112.g3d0dc3b --- .gitignore | 1 + sources | 2 +- systemtap.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 68af2af..6295a7a 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ systemtap-1.3.tar.gz /systemtap-2.2-0.103.g5c607f5.tar.gz /systemtap-2.2-0.104.gd142b86.tar.gz /systemtap-2.2-0.104.gd142b86.1.tar.gz +/systemtap-2.2-0.112.g3d0dc3b.tar.gz diff --git a/sources b/sources index fcd575d..78ee89f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -06ed4ce30061ba0e9e58fad5ac443caa systemtap-2.2-0.104.gd142b86.1.tar.gz +d45fe1d67164a59539f2ae3204f6190b systemtap-2.2-0.112.g3d0dc3b.tar.gz diff --git a/systemtap.spec b/systemtap.spec index 89d2a55..83fbc2c 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -31,7 +31,7 @@ Name: systemtap Version: 2.2 -Release: 0.104.gd142b86.1%{?dist} +Release: 0.112.g3d0dc3b%{?dist} # for version, see also configure.ac @@ -61,7 +61,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.104.gd142b86.1.tar.gz +Source: %{name}-%{version}-0.112.g3d0dc3b.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -696,6 +696,9 @@ exit 0 # ------------------------------------------------------------------------ %changelog +* Wed Apr 03 2013 Lukas Berk - 2.2-0.112.g3d0dc3b +- Automated weekly rawhide release + * Tue Mar 26 2013 Lukas Berk - 2.2-0.104.gd142b86.1 - Turned off doc generation until BZ920216 resolved From 927274e066e51b3b7e9721859e29feb0e195b48c Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 8 Apr 2013 08:14:21 -0400 Subject: [PATCH 06/29] Automated weekly systemtap rawhide release: 0.119.g1e447aa --- .gitignore | 1 + sources | 2 +- systemtap.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6295a7a..156a737 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ systemtap-1.3.tar.gz /systemtap-2.2-0.104.gd142b86.tar.gz /systemtap-2.2-0.104.gd142b86.1.tar.gz /systemtap-2.2-0.112.g3d0dc3b.tar.gz +/systemtap-2.2-0.119.g1e447aa.tar.gz diff --git a/sources b/sources index 78ee89f..5755a85 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d45fe1d67164a59539f2ae3204f6190b systemtap-2.2-0.112.g3d0dc3b.tar.gz +375f96f7f55c2b70e96fbbeca51454ef systemtap-2.2-0.119.g1e447aa.tar.gz diff --git a/systemtap.spec b/systemtap.spec index 83fbc2c..00763f5 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -31,7 +31,7 @@ Name: systemtap Version: 2.2 -Release: 0.112.g3d0dc3b%{?dist} +Release: 0.119.g1e447aa%{?dist} # for version, see also configure.ac @@ -61,7 +61,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.112.g3d0dc3b.tar.gz +Source: %{name}-%{version}-0.119.g1e447aa.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -696,6 +696,9 @@ exit 0 # ------------------------------------------------------------------------ %changelog +* Mon Apr 08 2013 Lukas Berk - 2.2-0.119.g1e447aa +- Automated weekly rawhide release + * Wed Apr 03 2013 Lukas Berk - 2.2-0.112.g3d0dc3b - Automated weekly rawhide release From 27aafe3413effcf577b2a8f30cb3c0eb9a9e1e39 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 15 Apr 2013 10:15:18 -0400 Subject: [PATCH 07/29] Automated weekly systemtap rawhide release: 0.125.ga88f5ee --- .gitignore | 1 + sources | 2 +- systemtap.spec | 26 +++++++++----------------- 3 files changed, 11 insertions(+), 18 deletions(-) diff --git a/.gitignore b/.gitignore index 156a737..c58662e 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ systemtap-1.3.tar.gz /systemtap-2.2-0.104.gd142b86.1.tar.gz /systemtap-2.2-0.112.g3d0dc3b.tar.gz /systemtap-2.2-0.119.g1e447aa.tar.gz +/systemtap-2.2-0.125.ga88f5ee.tar.gz diff --git a/sources b/sources index 5755a85..4b7973b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -375f96f7f55c2b70e96fbbeca51454ef systemtap-2.2-0.119.g1e447aa.tar.gz +0be7dcc482eb2c3c920c3dfc0d340a04 systemtap-2.2-0.125.ga88f5ee.tar.gz diff --git a/systemtap.spec b/systemtap.spec index 00763f5..797f6a6 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -14,7 +14,7 @@ %ifarch ppc ppc64 %{sparc} %{!?with_publican: %global with_publican 0} %else -%{!?with_publican: %global with_publican 0} +%{!?with_publican: %global with_publican 1} %endif %if 0%{?rhel} %{!?publican_brand: %global publican_brand RedHat} @@ -31,7 +31,7 @@ Name: systemtap Version: 2.2 -Release: 0.119.g1e447aa%{?dist} +Release: 0.125.ga88f5ee%{?dist} # for version, see also configure.ac @@ -61,7 +61,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.119.g1e447aa.tar.gz +Source: %{name}-%{version}-0.125.ga88f5ee.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -696,17 +696,9 @@ exit 0 # ------------------------------------------------------------------------ %changelog -* Mon Apr 08 2013 Lukas Berk - 2.2-0.119.g1e447aa +* Mon Apr 15 2013 Lukas Berk - 2.2-0.125.ga88f5ee - Automated weekly rawhide release - -* Wed Apr 03 2013 Lukas Berk - 2.2-0.112.g3d0dc3b -- Automated weekly rawhide release - -* Tue Mar 26 2013 Lukas Berk - 2.2-0.104.gd142b86.1 -- Turned off doc generation until BZ920216 resolved - -* Tue Mar 26 2013 Lukas Berk - 2.2-0.104.gd142b86 -- Added stap-prep.1 man page +- Applied spec changes from upstream git * Wed Feb 13 2013 Serguei Makarov - 2.1-1 - Upstream release. @@ -730,7 +722,7 @@ exit 0 * Mon Jul 25 2011 Stan Cox - 1.6-1 - Upstream release. -* Tue May 23 2011 Stan Cox - 1.5-1 +* Mon May 23 2011 Stan Cox - 1.5-1 - Upstream release. * Mon Jan 17 2011 Frank Ch. Eigler - 1.4-1 @@ -789,7 +781,7 @@ exit 0 * Wed Jul 11 2007 Will Cohen - 0.5.14-2 - Fix Requires and BuildRequires for sqlite. -* Tue Jul 2 2007 Frank Ch. Eigler - 0.5.14-1 +* Mon Jul 2 2007 Frank Ch. Eigler - 0.5.14-1 - Many robustness improvements: 1117, 1134, 1305, 1307, 1570, 1806, 2033, 2116, 2224, 2339, 2341, 2406, 2426, 2438, 2583, 3037, 3261, 3282, 3331, 3428 3519, 3545, 3625, 3648, 3880, 3888, 3911, @@ -852,7 +844,7 @@ exit 0 * Wed Sep 7 2005 Frank Ch. Eigler - Bump version. -* Wed Aug 16 2005 Frank Ch. Eigler +* Tue Aug 16 2005 Frank Ch. Eigler - Bump version. * Wed Aug 3 2005 Martin Hunt - 0.2.2-1 @@ -873,5 +865,5 @@ exit 0 - Fix up some of the path names. - Add Requires and BuildRequires. -* Wed Jul 19 2005 Will Cohen +* Tue Jul 19 2005 Will Cohen - Initial creation of RPM. From 352b341ec2ac45f6735efb0e82ae888f8d7ef7f5 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 15 Apr 2013 10:45:36 -0400 Subject: [PATCH 08/29] Automated weekly systemtap rawhide release: 0.125.ga88f5ee --- systemtap.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/systemtap.spec b/systemtap.spec index 797f6a6..54e9ba9 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -1,5 +1,5 @@ %{!?with_sqlite: %global with_sqlite 1} -%{!?with_docs: %global with_docs 1} +%{!?with_docs: %global with_docs 0} # crash is not available %ifarch ppc ppc64 %{sparc} %{!?with_crash: %global with_crash 0} @@ -696,6 +696,9 @@ exit 0 # ------------------------------------------------------------------------ %changelog +* Mon Apr 15 2013 Lukas Berk - 2.2-0.125.ga88f5ee +- Automated weekly rawhide release + * Mon Apr 15 2013 Lukas Berk - 2.2-0.125.ga88f5ee - Automated weekly rawhide release - Applied spec changes from upstream git From 9437bfcc2812b87be181fd353229bfb25e3ab214 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 22 Apr 2013 09:41:38 -0400 Subject: [PATCH 09/29] Automated weekly systemtap rawhide release: 0.125.ga88f5ee --- systemtap.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/systemtap.spec b/systemtap.spec index 54e9ba9..9d70508 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -696,6 +696,9 @@ exit 0 # ------------------------------------------------------------------------ %changelog +* Mon Apr 22 2013 Lukas Berk - 2.2-0.125.ga88f5ee +- Automated weekly rawhide release + * Mon Apr 15 2013 Lukas Berk - 2.2-0.125.ga88f5ee - Automated weekly rawhide release From 011f7367dca642d8750a5344d6293c3465be452d Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 22 Apr 2013 09:55:12 -0400 Subject: [PATCH 10/29] Automated weekly systemtap rawhide release: 0.125.ga88f5ee, disable publican --- systemtap.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/systemtap.spec b/systemtap.spec index 9d70508..12790c8 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -14,7 +14,7 @@ %ifarch ppc ppc64 %{sparc} %{!?with_publican: %global with_publican 0} %else -%{!?with_publican: %global with_publican 1} +%{!?with_publican: %global with_publican 0} %endif %if 0%{?rhel} %{!?publican_brand: %global publican_brand RedHat} @@ -699,6 +699,9 @@ exit 0 * Mon Apr 22 2013 Lukas Berk - 2.2-0.125.ga88f5ee - Automated weekly rawhide release +* Mon Apr 22 2013 Lukas Berk - 2.2-0.125.ga88f5ee +- Automated weekly rawhide release + * Mon Apr 15 2013 Lukas Berk - 2.2-0.125.ga88f5ee - Automated weekly rawhide release From c023b46c706014fc1dd1c37a74c3680bdc062794 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 29 Apr 2013 10:12:00 -0400 Subject: [PATCH 11/29] Automated weekly systemtap rawhide release: 0.127.g8ca891c --- .gitignore | 1 + sources | 2 +- systemtap.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c58662e..90cdbd8 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ systemtap-1.3.tar.gz /systemtap-2.2-0.112.g3d0dc3b.tar.gz /systemtap-2.2-0.119.g1e447aa.tar.gz /systemtap-2.2-0.125.ga88f5ee.tar.gz +/systemtap-2.2-0.127.g8ca891c.tar.gz diff --git a/sources b/sources index 4b7973b..7b0a1dd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0be7dcc482eb2c3c920c3dfc0d340a04 systemtap-2.2-0.125.ga88f5ee.tar.gz +a6abab89c7ad97e33d09618f5837f38c systemtap-2.2-0.127.g8ca891c.tar.gz diff --git a/systemtap.spec b/systemtap.spec index 12790c8..c7c9109 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -31,7 +31,7 @@ Name: systemtap Version: 2.2 -Release: 0.125.ga88f5ee%{?dist} +Release: 0.127.g8ca891c%{?dist} # for version, see also configure.ac @@ -61,7 +61,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.125.ga88f5ee.tar.gz +Source: %{name}-%{version}-0.127.g8ca891c.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -696,6 +696,9 @@ exit 0 # ------------------------------------------------------------------------ %changelog +* Mon Apr 29 2013 Lukas Berk - 2.2-0.127.g8ca891c +- Automated weekly rawhide release + * Mon Apr 22 2013 Lukas Berk - 2.2-0.125.ga88f5ee - Automated weekly rawhide release From a60dd6d4bd2d653d55fe8eada2e4a677fcd805ac Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Thu, 16 May 2013 10:36:35 -0400 Subject: [PATCH 12/29] 2.2.1 mini-release --- .gitignore | 1 + sources | 2 +- systemtap.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f43b257..7dda0bf 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ systemtap-1.3.tar.gz /systemtap-2.2-0.104.gd142b86.1.tar.gz /systemtap-2.2-0.125.ga88f5ee.tar.gz /systemtap-2.2.tar.gz +/systemtap-2.2.1.tar.gz diff --git a/sources b/sources index 610df7e..fe0e2f4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e52c71d1736a1ccc2fe6367305d83d44 systemtap-2.2.tar.gz +5be8b55864c5b1b50fc361991bb9a4dd systemtap-2.2.1.tar.gz diff --git a/systemtap.spec b/systemtap.spec index 3b6a1a5..a561009 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -31,7 +31,7 @@ %{!?with_java: %global with_java 1} Name: systemtap -Version: 2.2 +Version: 2.2.1 Release: 1%{?dist} # for version, see also configure.ac @@ -771,6 +771,9 @@ done # ------------------------------------------------------------------------ %changelog +* Thu May 16 2013 Frank Ch. Eigler - 2.2.1-1 +- Upstream release. + * Tue May 14 2013 Frank Ch. Eigler - 2.2-1 - Upstream release. From ef46aad55427718c959d5c8f12f80abed5a6ff47 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 27 May 2013 09:07:20 -0400 Subject: [PATCH 13/29] Automated weekly systemtap rawhide release: 0.44.g2c10863 --- sources | 2 +- systemtap.spec | 12 ++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/sources b/sources index fe0e2f4..e37b450 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5be8b55864c5b1b50fc361991bb9a4dd systemtap-2.2.1.tar.gz +6943e1b6855c9b28420d9a31749330f1 systemtap-2.3-0.44.g2c10863.tar.gz diff --git a/systemtap.spec b/systemtap.spec index a561009..33c215b 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -1,5 +1,5 @@ %{!?with_sqlite: %global with_sqlite 1} -%{!?with_docs: %global with_docs 0} +%{!?with_docs: %global with_docs 1} # crash is not available %ifarch ppc ppc64 %{sparc} %{!?with_crash: %global with_crash 0} @@ -31,8 +31,8 @@ %{!?with_java: %global with_java 1} Name: systemtap -Version: 2.2.1 -Release: 1%{?dist} +Version: 2.3 +Release: 0.44.g2c10863%{?dist} # for version, see also configure.ac @@ -63,7 +63,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: ftp://sourceware.org/pub/systemtap/releases/systemtap-%{version}.tar.gz +Source: %{name}-%{version}-0.44.g2c10863.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -771,6 +771,10 @@ done # ------------------------------------------------------------------------ %changelog +* Mon May 27 2013 Lukas Berk - 2.3-0.44.g2c10863 +- Automated weekly rawhide release +- Applied spec changes from upstream git + * Thu May 16 2013 Frank Ch. Eigler - 2.2.1-1 - Upstream release. From 96f2755794901335d1c7f7d1218c271d5e4921b1 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 27 May 2013 09:08:57 -0400 Subject: [PATCH 14/29] Automated weekly systemtap rawhide release: 0.44.g2c10863 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d64e477..f810b73 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,4 @@ systemtap-1.3.tar.gz /systemtap-2.2-0.125.ga88f5ee.tar.gz /systemtap-2.2.tar.gz /systemtap-2.2.1.tar.gz +/systemtap-2.3-0.44.g2c10863.tar.gz From db679b146435bd1a1b9897e0edcf323702b2f529 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 27 May 2013 09:44:10 -0400 Subject: [PATCH 15/29] turn docs back off --- systemtap.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemtap.spec b/systemtap.spec index 33c215b..4a07a8d 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -1,5 +1,5 @@ %{!?with_sqlite: %global with_sqlite 1} -%{!?with_docs: %global with_docs 1} +%{!?with_docs: %global with_docs 0} # crash is not available %ifarch ppc ppc64 %{sparc} %{!?with_crash: %global with_crash 0} From 616e9e0df98d706b10419b609231d3c1dada6c01 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 27 May 2013 10:50:32 -0400 Subject: [PATCH 16/29] Added stap-report.1 to doc files, release: 0.45.ge2a412f --- .gitignore | 1 + sources | 2 +- systemtap.spec | 17 +++++++++-------- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index f810b73..e2e3899 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,4 @@ systemtap-1.3.tar.gz /systemtap-2.2.tar.gz /systemtap-2.2.1.tar.gz /systemtap-2.3-0.44.g2c10863.tar.gz +/systemtap-2.3-0.45.ge2a412f.tar.gz diff --git a/sources b/sources index e37b450..8a685ef 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6943e1b6855c9b28420d9a31749330f1 systemtap-2.3-0.44.g2c10863.tar.gz +5f5ee6080dde7dea43524207ef26f0f0 systemtap-2.3-0.45.ge2a412f.tar.gz diff --git a/systemtap.spec b/systemtap.spec index 4a07a8d..451109d 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -1,5 +1,5 @@ %{!?with_sqlite: %global with_sqlite 1} -%{!?with_docs: %global with_docs 0} +%{!?with_docs: %global with_docs 1} # crash is not available %ifarch ppc ppc64 %{sparc} %{!?with_crash: %global with_crash 0} @@ -14,7 +14,7 @@ %ifarch ppc ppc64 %{sparc} %{!?with_publican: %global with_publican 0} %else -%{!?with_publican: %global with_publican 0} +%{!?with_publican: %global with_publican 1} %endif %if 0%{?rhel} %{!?publican_brand: %global publican_brand RedHat} @@ -32,7 +32,7 @@ Name: systemtap Version: 2.3 -Release: 0.44.g2c10863%{?dist} +Release: 0.45.ge2a412f%{?dist} # for version, see also configure.ac @@ -63,7 +63,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.44.g2c10863.tar.gz +Source: %{name}-%{version}-0.45.ge2a412f.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -659,7 +659,7 @@ done %files devel -f systemtap.lang %{_bindir}/stap %{_bindir}/stap-prep -%{_bindir}/stap-report +%{_bindir}/stap-report.1* %dir %{_datadir}/systemtap %{_datadir}/systemtap/runtime %{_datadir}/systemtap/tapset @@ -689,7 +689,7 @@ done %attr(4110,root,stapusr) %{_bindir}/staprun %{_bindir}/stapsh %{_bindir}/stap-merge -%{_bindir}/stap-report +%{_bindir}/stap-report.1* %if %{with_dyninst} %{_bindir}/stapdyn %endif @@ -719,7 +719,7 @@ done %endif %{_bindir}/stap %{_bindir}/stap-prep -%{_bindir}/stap-report +%{_bindir}/stap-report.1* %{_mandir}/man1/stap.1* %{_mandir}/man1/stap-prep.1* %{_mandir}/man1/stap-merge.1* @@ -771,8 +771,9 @@ done # ------------------------------------------------------------------------ %changelog -* Mon May 27 2013 Lukas Berk - 2.3-0.44.g2c10863 +* Mon May 27 2013 Lukas Berk - 2.3-0.45.ge2a412f - Automated weekly rawhide release +- Added stap-report.1 to doc files - Applied spec changes from upstream git * Thu May 16 2013 Frank Ch. Eigler - 2.2.1-1 From 396e027850d7c747b98fcf9f3750ab632b74b271 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 27 May 2013 14:38:08 -0400 Subject: [PATCH 17/29] Automated weekly systemtap rawhide release: 0.48.g0d8d5d7 --- .gitignore | 1 + sources | 2 +- systemtap.spec | 17 ++++++++++------- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index e2e3899..33e4379 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,4 @@ systemtap-1.3.tar.gz /systemtap-2.2.1.tar.gz /systemtap-2.3-0.44.g2c10863.tar.gz /systemtap-2.3-0.45.ge2a412f.tar.gz +/systemtap-2.3-0.48.g0d8d5d7.tar.gz diff --git a/sources b/sources index 8a685ef..d1a067e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5f5ee6080dde7dea43524207ef26f0f0 systemtap-2.3-0.45.ge2a412f.tar.gz +26a4a2e4f235ab92adeff8fb308126e8 systemtap-2.3-0.48.g0d8d5d7.tar.gz diff --git a/systemtap.spec b/systemtap.spec index 451109d..8a218fc 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -32,7 +32,7 @@ Name: systemtap Version: 2.3 -Release: 0.45.ge2a412f%{?dist} +Release: 0.48.g0d8d5d7%{?dist} # for version, see also configure.ac @@ -63,7 +63,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.45.ge2a412f.tar.gz +Source: %{name}-%{version}-0.48.g0d8d5d7.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -115,6 +115,7 @@ BuildRequires: emacs %if %{with_java} BuildRequires: jpackage-utils java-devel %endif +BuildRequires: /usr/bin/xvfb-run # Install requirements Requires: systemtap-client = %{version}-%{release} @@ -659,12 +660,13 @@ done %files devel -f systemtap.lang %{_bindir}/stap %{_bindir}/stap-prep -%{_bindir}/stap-report.1* +%{_bindir}/stap-report %dir %{_datadir}/systemtap %{_datadir}/systemtap/runtime %{_datadir}/systemtap/tapset %{_mandir}/man1/stap.1* %{_mandir}/man1/stap-prep.1* +%{_mandir}/man1/stap-report.1* %{_mandir}/man7/error* %{_mandir}/man7/stappaths.7* %{_mandir}/man7/warning* @@ -689,7 +691,7 @@ done %attr(4110,root,stapusr) %{_bindir}/staprun %{_bindir}/stapsh %{_bindir}/stap-merge -%{_bindir}/stap-report.1* +%{_bindir}/stap-report %if %{with_dyninst} %{_bindir}/stapdyn %endif @@ -700,6 +702,7 @@ done %dir %{_libdir}/systemtap %{_libdir}/systemtap/staplog.so* %endif +%{_mandir}/man1/stap-report.1* %{_mandir}/man7/error* %{_mandir}/man7/stappaths.7* %{_mandir}/man7/warning* @@ -719,10 +722,11 @@ done %endif %{_bindir}/stap %{_bindir}/stap-prep -%{_bindir}/stap-report.1* +%{_bindir}/stap-report %{_mandir}/man1/stap.1* %{_mandir}/man1/stap-prep.1* %{_mandir}/man1/stap-merge.1* +%{_mandir}/man1/stap-report.1* %{_mandir}/man3/* %{_mandir}/man7/error* %{_mandir}/man7/stappaths.7* @@ -771,9 +775,8 @@ done # ------------------------------------------------------------------------ %changelog -* Mon May 27 2013 Lukas Berk - 2.3-0.45.ge2a412f +* Mon May 27 2013 Lukas Berk - 2.3-0.48.g0d8d5d7 - Automated weekly rawhide release -- Added stap-report.1 to doc files - Applied spec changes from upstream git * Thu May 16 2013 Frank Ch. Eigler - 2.2.1-1 From 933a48909109e883a0fb6c7c180da9ffbd06c12c Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 27 May 2013 15:26:45 -0400 Subject: [PATCH 18/29] Automated weekly systemtap rawhide release: 0.51.ge15a40c --- .gitignore | 1 + sources | 2 +- systemtap.spec | 7 ++++--- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 33e4379..b70587e 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,4 @@ systemtap-1.3.tar.gz /systemtap-2.3-0.44.g2c10863.tar.gz /systemtap-2.3-0.45.ge2a412f.tar.gz /systemtap-2.3-0.48.g0d8d5d7.tar.gz +/systemtap-2.3-0.51.ge15a40c.tar.gz diff --git a/sources b/sources index d1a067e..747450e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -26a4a2e4f235ab92adeff8fb308126e8 systemtap-2.3-0.48.g0d8d5d7.tar.gz +024e702e8db0f2ad9e8aa9ca630eaccd systemtap-2.3-0.51.ge15a40c.tar.gz diff --git a/systemtap.spec b/systemtap.spec index 8a218fc..e91fb5e 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -32,7 +32,7 @@ Name: systemtap Version: 2.3 -Release: 0.48.g0d8d5d7%{?dist} +Release: 0.51.ge15a40c%{?dist} # for version, see also configure.ac @@ -63,7 +63,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.48.g0d8d5d7.tar.gz +Source: %{name}-%{version}-0.51.ge15a40c.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -115,6 +115,7 @@ BuildRequires: emacs %if %{with_java} BuildRequires: jpackage-utils java-devel %endif +# A workaround for BZ920216 which requires an X server to build docs BuildRequires: /usr/bin/xvfb-run # Install requirements @@ -775,7 +776,7 @@ done # ------------------------------------------------------------------------ %changelog -* Mon May 27 2013 Lukas Berk - 2.3-0.48.g0d8d5d7 +* Mon May 27 2013 Lukas Berk - 2.3-0.51.ge15a40c - Automated weekly rawhide release - Applied spec changes from upstream git From 57f868e5335b498eaf5ec5d285067b4d4dc13915 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 3 Jun 2013 09:41:37 -0400 Subject: [PATCH 19/29] Automated weekly systemtap rawhide release: 0.89.g8571631 --- .gitignore | 1 + sources | 2 +- systemtap.spec | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b70587e..a22b7dd 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,4 @@ systemtap-1.3.tar.gz /systemtap-2.3-0.45.ge2a412f.tar.gz /systemtap-2.3-0.48.g0d8d5d7.tar.gz /systemtap-2.3-0.51.ge15a40c.tar.gz +/systemtap-2.3-0.89.g8571631.tar.gz diff --git a/sources b/sources index 747450e..4a54dbc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -024e702e8db0f2ad9e8aa9ca630eaccd systemtap-2.3-0.51.ge15a40c.tar.gz +46ef036807f1124fda5aa43ea2a144e8 systemtap-2.3-0.89.g8571631.tar.gz diff --git a/systemtap.spec b/systemtap.spec index e91fb5e..1b296e6 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -32,7 +32,7 @@ Name: systemtap Version: 2.3 -Release: 0.51.ge15a40c%{?dist} +Release: 0.89.g8571631%{?dist} # for version, see also configure.ac @@ -63,7 +63,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.51.ge15a40c.tar.gz +Source: %{name}-%{version}-0.89.g8571631.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -776,7 +776,7 @@ done # ------------------------------------------------------------------------ %changelog -* Mon May 27 2013 Lukas Berk - 2.3-0.51.ge15a40c +* Mon Jun 03 2013 Lukas Berk - 2.3-0.89.g8571631 - Automated weekly rawhide release - Applied spec changes from upstream git From 2629aa567952cad4b5ce91464d4bc68b3264d007 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Sun, 9 Jun 2013 14:23:38 -0400 Subject: [PATCH 20/29] Automated weekly systemtap rawhide release: 0.118.ge1c85da --- .gitignore | 1 + sources | 2 +- systemtap.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a22b7dd..723a8dc 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,4 @@ systemtap-1.3.tar.gz /systemtap-2.3-0.48.g0d8d5d7.tar.gz /systemtap-2.3-0.51.ge15a40c.tar.gz /systemtap-2.3-0.89.g8571631.tar.gz +/systemtap-2.3-0.118.ge1c85da.tar.gz diff --git a/sources b/sources index 4a54dbc..178caa2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -46ef036807f1124fda5aa43ea2a144e8 systemtap-2.3-0.89.g8571631.tar.gz +f46c763b1b0f5702d1b224ffd6bb6c40 systemtap-2.3-0.118.ge1c85da.tar.gz diff --git a/systemtap.spec b/systemtap.spec index 1b296e6..4ac5b28 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -32,7 +32,7 @@ Name: systemtap Version: 2.3 -Release: 0.89.g8571631%{?dist} +Release: 0.118.ge1c85da%{?dist} # for version, see also configure.ac @@ -63,7 +63,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.89.g8571631.tar.gz +Source: %{name}-%{version}-0.118.ge1c85da.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -776,6 +776,9 @@ done # ------------------------------------------------------------------------ %changelog +* Sun Jun 09 2013 Lukas Berk - 2.3-0.118.ge1c85da +- Automated weekly rawhide release + * Mon Jun 03 2013 Lukas Berk - 2.3-0.89.g8571631 - Automated weekly rawhide release - Applied spec changes from upstream git From ceccc32b16d95c4203ed5dfc7526eb40743cc270 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 17 Jun 2013 09:34:41 -0400 Subject: [PATCH 21/29] Automated weekly systemtap rawhide release: 0.152.g60c493c --- .gitignore | 1 + sources | 2 +- systemtap.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 723a8dc..768e84f 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,4 @@ systemtap-1.3.tar.gz /systemtap-2.3-0.51.ge15a40c.tar.gz /systemtap-2.3-0.89.g8571631.tar.gz /systemtap-2.3-0.118.ge1c85da.tar.gz +/systemtap-2.3-0.152.g60c493c.tar.gz diff --git a/sources b/sources index 178caa2..141e4b0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f46c763b1b0f5702d1b224ffd6bb6c40 systemtap-2.3-0.118.ge1c85da.tar.gz +fa6b6c4fd6cfc3a52b3399afef3f397c systemtap-2.3-0.152.g60c493c.tar.gz diff --git a/systemtap.spec b/systemtap.spec index 4ac5b28..6fa3a6d 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -32,7 +32,7 @@ Name: systemtap Version: 2.3 -Release: 0.118.ge1c85da%{?dist} +Release: 0.152.g60c493c%{?dist} # for version, see also configure.ac @@ -63,7 +63,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.118.ge1c85da.tar.gz +Source: %{name}-%{version}-0.152.g60c493c.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -776,6 +776,9 @@ done # ------------------------------------------------------------------------ %changelog +* Mon Jun 17 2013 Lukas Berk - 2.3-0.152.g60c493c +- Automated weekly rawhide release + * Sun Jun 09 2013 Lukas Berk - 2.3-0.118.ge1c85da - Automated weekly rawhide release From 6a8eae6cdf3d842120ffe31ec38ffa65ff8a4399 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 24 Jun 2013 08:59:48 -0400 Subject: [PATCH 22/29] Automated weekly systemtap rawhide release: 0.170.g091f73b --- .gitignore | 1 + sources | 2 +- systemtap.spec | 16 +++++++--------- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 768e84f..30e40f5 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,4 @@ systemtap-1.3.tar.gz /systemtap-2.3-0.89.g8571631.tar.gz /systemtap-2.3-0.118.ge1c85da.tar.gz /systemtap-2.3-0.152.g60c493c.tar.gz +/systemtap-2.3-0.170.g091f73b.tar.gz diff --git a/sources b/sources index 141e4b0..49560b9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fa6b6c4fd6cfc3a52b3399afef3f397c systemtap-2.3-0.152.g60c493c.tar.gz +2317494cb71d157179fb3146db861795 systemtap-2.3-0.170.g091f73b.tar.gz diff --git a/systemtap.spec b/systemtap.spec index 6fa3a6d..50aa27a 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -32,7 +32,7 @@ Name: systemtap Version: 2.3 -Release: 0.152.g60c493c%{?dist} +Release: 0.170.g091f73b%{?dist} # for version, see also configure.ac @@ -63,7 +63,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.152.g60c493c.tar.gz +Source: %{name}-%{version}-0.170.g091f73b.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -707,7 +707,11 @@ done %{_mandir}/man7/error* %{_mandir}/man7/stappaths.7* %{_mandir}/man7/warning* +%{_mandir}/man8/stapsh.8* %{_mandir}/man8/staprun.8* +%if %{with_dyninst} +%{_mandir}/man8/stapdyn.8* +%endif %doc README README.security AUTHORS NEWS COPYING @@ -776,13 +780,7 @@ done # ------------------------------------------------------------------------ %changelog -* Mon Jun 17 2013 Lukas Berk - 2.3-0.152.g60c493c -- Automated weekly rawhide release - -* Sun Jun 09 2013 Lukas Berk - 2.3-0.118.ge1c85da -- Automated weekly rawhide release - -* Mon Jun 03 2013 Lukas Berk - 2.3-0.89.g8571631 +* Mon Jun 24 2013 Lukas Berk - 2.3-0.170.g091f73b - Automated weekly rawhide release - Applied spec changes from upstream git From a71f27aff56ecff3f6d2745f347dd063a4f33010 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Tue, 2 Jul 2013 10:08:42 -0400 Subject: [PATCH 23/29] Automated weekly systemtap rawhide release: 0.204.g2759d5b --- .gitignore | 1 + sources | 2 +- systemtap.spec | 15 +++++++++------ 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 30e40f5..b6875f5 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,4 @@ systemtap-1.3.tar.gz /systemtap-2.3-0.118.ge1c85da.tar.gz /systemtap-2.3-0.152.g60c493c.tar.gz /systemtap-2.3-0.170.g091f73b.tar.gz +/systemtap-2.3-0.204.g2759d5b.tar.gz diff --git a/sources b/sources index 49560b9..f2e1333 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2317494cb71d157179fb3146db861795 systemtap-2.3-0.170.g091f73b.tar.gz +d4bc8aef5a204e14b746302d70a612fb systemtap-2.3-0.204.g2759d5b.tar.gz diff --git a/systemtap.spec b/systemtap.spec index 50aa27a..df1a93f 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -32,7 +32,7 @@ Name: systemtap Version: 2.3 -Release: 0.170.g091f73b%{?dist} +Release: 0.204.g2759d5b%{?dist} # for version, see also configure.ac @@ -63,7 +63,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.170.g091f73b.tar.gz +Source: %{name}-%{version}-0.204.g2759d5b.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -255,6 +255,9 @@ Requires: avahi # testsuite/systemtap.base/crash.exp needs crash Requires: crash %endif +%if %{with_java} +Requires: systemtap-runtime-java = %{version}-%{release} +%endif %ifarch x86_64 Requires: /usr/lib/libc.so # ... and /usr/lib/libgcc_s.so.* @@ -436,8 +439,8 @@ install -m 644 initscript/config.systemtap $RPM_BUILD_ROOT%{_sysconfdir}/systemt mkdir -p $RPM_BUILD_ROOT%{_unitdir} touch $RPM_BUILD_ROOT%{_unitdir}/stap-server.service install -m 644 stap-server.service $RPM_BUILD_ROOT%{_unitdir}/stap-server.service -mkdir -p $RPM_BUILD_ROOT/usr/lib/tmpfiles.d -install -m 644 stap-server.conf $RPM_BUILD_ROOT/usr/lib/tmpfiles.d/stap-server.conf +mkdir -p $RPM_BUILD_ROOT%{_tmpfilesdir} +install -m 644 stap-server.conf $RPM_BUILD_ROOT%{_tmpfilesdir}/stap-server.conf %else install -m 755 initscript/stap-server $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/ mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/stap-server/conf.d @@ -641,7 +644,7 @@ done %{_mandir}/man8/stap-server.8* %if %{with_systemd} %{_unitdir}/stap-server.service -/usr/lib/tmpfiles.d/stap-server.conf +%{_tmpfilesdir}/stap-server.conf %else %{_sysconfdir}/rc.d/init.d/stap-server %dir %{_sysconfdir}/stap-server/conf.d @@ -780,7 +783,7 @@ done # ------------------------------------------------------------------------ %changelog -* Mon Jun 24 2013 Lukas Berk - 2.3-0.170.g091f73b +* Tue Jul 02 2013 Lukas Berk - 2.3-0.204.g2759d5b - Automated weekly rawhide release - Applied spec changes from upstream git From 380b7381019bfff540c91592e8fb1e4af6270f43 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 8 Jul 2013 08:59:49 -0400 Subject: [PATCH 24/29] Automated weekly systemtap rawhide release: 0.212.gaeb08b1 --- .gitignore | 1 + sources | 2 +- systemtap.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b6875f5..d7681ee 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,4 @@ systemtap-1.3.tar.gz /systemtap-2.3-0.152.g60c493c.tar.gz /systemtap-2.3-0.170.g091f73b.tar.gz /systemtap-2.3-0.204.g2759d5b.tar.gz +/systemtap-2.3-0.212.gaeb08b1.tar.gz diff --git a/sources b/sources index f2e1333..6ba5046 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d4bc8aef5a204e14b746302d70a612fb systemtap-2.3-0.204.g2759d5b.tar.gz +b3b2b416bc3f709b138bdac262a18fcb systemtap-2.3-0.212.gaeb08b1.tar.gz diff --git a/systemtap.spec b/systemtap.spec index df1a93f..808f381 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -32,7 +32,7 @@ Name: systemtap Version: 2.3 -Release: 0.204.g2759d5b%{?dist} +Release: 0.212.gaeb08b1%{?dist} # for version, see also configure.ac @@ -63,7 +63,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.204.g2759d5b.tar.gz +Source: %{name}-%{version}-0.212.gaeb08b1.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -783,6 +783,9 @@ done # ------------------------------------------------------------------------ %changelog +* Mon Jul 08 2013 Lukas Berk - 2.3-0.212.gaeb08b1 +- Automated weekly rawhide release + * Tue Jul 02 2013 Lukas Berk - 2.3-0.204.g2759d5b - Automated weekly rawhide release - Applied spec changes from upstream git From 9c728689d178df53df38c207dd723bd24d7427d5 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 15 Jul 2013 09:16:34 -0400 Subject: [PATCH 25/29] Automated weekly systemtap rawhide release: 0.234.g54cbada --- .gitignore | 1 + sources | 2 +- systemtap.spec | 9 +++------ 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index d7681ee..fad9d57 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,4 @@ systemtap-1.3.tar.gz /systemtap-2.3-0.170.g091f73b.tar.gz /systemtap-2.3-0.204.g2759d5b.tar.gz /systemtap-2.3-0.212.gaeb08b1.tar.gz +/systemtap-2.3-0.234.g54cbada.tar.gz diff --git a/sources b/sources index 6ba5046..cd68aea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b3b2b416bc3f709b138bdac262a18fcb systemtap-2.3-0.212.gaeb08b1.tar.gz +2bd033687c7295fae2ebcbdc98f0bf79 systemtap-2.3-0.234.g54cbada.tar.gz diff --git a/systemtap.spec b/systemtap.spec index 808f381..4ddd7d3 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -32,7 +32,7 @@ Name: systemtap Version: 2.3 -Release: 0.212.gaeb08b1%{?dist} +Release: 0.234.g54cbada%{?dist} # for version, see also configure.ac @@ -63,7 +63,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.212.gaeb08b1.tar.gz +Source: %{name}-%{version}-0.234.g54cbada.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -783,10 +783,7 @@ done # ------------------------------------------------------------------------ %changelog -* Mon Jul 08 2013 Lukas Berk - 2.3-0.212.gaeb08b1 -- Automated weekly rawhide release - -* Tue Jul 02 2013 Lukas Berk - 2.3-0.204.g2759d5b +* Mon Jul 15 2013 Lukas Berk - 2.3-0.234.g54cbada - Automated weekly rawhide release - Applied spec changes from upstream git From 94ef606f10775a16ef9813fe71b105899db7b581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 17 Jul 2013 19:23:47 +0200 Subject: [PATCH 26/29] Perl 5.18 rebuild --- systemtap.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/systemtap.spec b/systemtap.spec index 4ddd7d3..4f51088 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -32,7 +32,7 @@ Name: systemtap Version: 2.3 -Release: 0.234.g54cbada%{?dist} +Release: 0.235.g54cbada%{?dist} # for version, see also configure.ac @@ -783,6 +783,9 @@ done # ------------------------------------------------------------------------ %changelog +* Wed Jul 17 2013 Petr Pisar - 2.3-0.235.g54cbada +- Perl 5.18 rebuild + * Mon Jul 15 2013 Lukas Berk - 2.3-0.234.g54cbada - Automated weekly rawhide release - Applied spec changes from upstream git From be03cf40aaf15436b123f0edbc3e1b9694d7b70c Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 22 Jul 2013 10:02:26 -0400 Subject: [PATCH 27/29] Automated weekly systemtap rawhide release: 0.244.gca49ae2 --- .gitignore | 1 + sources | 2 +- systemtap.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fad9d57..589b0e1 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,4 @@ systemtap-1.3.tar.gz /systemtap-2.3-0.204.g2759d5b.tar.gz /systemtap-2.3-0.212.gaeb08b1.tar.gz /systemtap-2.3-0.234.g54cbada.tar.gz +/systemtap-2.3-0.244.gca49ae2.tar.gz diff --git a/sources b/sources index cd68aea..0bd5d14 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2bd033687c7295fae2ebcbdc98f0bf79 systemtap-2.3-0.234.g54cbada.tar.gz +9511b583dd1794b35b22df0f8c277b2c systemtap-2.3-0.244.gca49ae2.tar.gz diff --git a/systemtap.spec b/systemtap.spec index 4f51088..7801d19 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -32,7 +32,7 @@ Name: systemtap Version: 2.3 -Release: 0.235.g54cbada%{?dist} +Release: 0.244.gca49ae2%{?dist} # for version, see also configure.ac @@ -63,7 +63,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.234.g54cbada.tar.gz +Source: %{name}-%{version}-0.244.gca49ae2.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -783,6 +783,9 @@ done # ------------------------------------------------------------------------ %changelog +* Mon Jul 22 2013 Lukas Berk - 2.3-0.244.gca49ae2 +- Automated weekly rawhide release + * Wed Jul 17 2013 Petr Pisar - 2.3-0.235.g54cbada - Perl 5.18 rebuild From 014b0a2660a4c99920a8beaf236a70ae1f9b6513 Mon Sep 17 00:00:00 2001 From: David Smith Date: Thu, 25 Jul 2013 16:39:21 -0500 Subject: [PATCH 28/29] systemtap 2.3 release --- .gitignore | 1 + sources | 2 +- systemtap.spec | 15 ++++----------- 3 files changed, 6 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 589b0e1..164312c 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,4 @@ systemtap-1.3.tar.gz /systemtap-2.3-0.212.gaeb08b1.tar.gz /systemtap-2.3-0.234.g54cbada.tar.gz /systemtap-2.3-0.244.gca49ae2.tar.gz +/systemtap-2.3.tar.gz diff --git a/sources b/sources index 0bd5d14..a340146 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9511b583dd1794b35b22df0f8c277b2c systemtap-2.3-0.244.gca49ae2.tar.gz +127acecbbad3d45d338f9020673a5c96 systemtap-2.3.tar.gz diff --git a/systemtap.spec b/systemtap.spec index 7801d19..46ab382 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -32,7 +32,7 @@ Name: systemtap Version: 2.3 -Release: 0.244.gca49ae2%{?dist} +Release: 1%{?dist} # for version, see also configure.ac @@ -63,7 +63,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.244.gca49ae2.tar.gz +Source: ftp://sourceware.org/pub/systemtap/releases/systemtap-%{version}.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -783,15 +783,8 @@ done # ------------------------------------------------------------------------ %changelog -* Mon Jul 22 2013 Lukas Berk - 2.3-0.244.gca49ae2 -- Automated weekly rawhide release - -* Wed Jul 17 2013 Petr Pisar - 2.3-0.235.g54cbada -- Perl 5.18 rebuild - -* Mon Jul 15 2013 Lukas Berk - 2.3-0.234.g54cbada -- Automated weekly rawhide release -- Applied spec changes from upstream git +* Thu Jul 25 2013 David Smith - 2.3 +- Upstream release. * Thu May 16 2013 Frank Ch. Eigler - 2.2.1-1 - Upstream release. From 7d5a474d2c2cfd104f621b07c676245a03eb0c82 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Thu, 25 Jul 2013 17:56:22 -0400 Subject: [PATCH 29/29] switching sources to official tarball --- sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources b/sources index a340146..306a562 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -127acecbbad3d45d338f9020673a5c96 systemtap-2.3.tar.gz +73ba7a181e8d1d91b065f9ffca02acdd systemtap-2.3.tar.gz