summaryrefslogtreecommitdiffstats
path: root/systemtap.spec
Commit message (Collapse)AuthorAgeFilesLines
* Version bumps for the 0.9.8 releaseJosh Stone2009-06-111-1/+4
|
* remove erroneous dependency (systemtap-sdt-devel -> systemtap)Frank Ch. Eigler2009-06-111-1/+0
|
* Suggest rpms to install using debuginfo-install.William Cohen2009-05-271-1/+12
| | | | | | | | | The patch makes use of the RPM libraries to determine which rpm supplied the executable and from that information suggest a command to install the appropriate debuginfo rpm. This is enabled using the "--with-rpm" option for configure. Can be explicitly disabled with "--without-rpm".
* PR10182: clean uprobes.ko during rpm upgradeFrank Ch. Eigler2009-05-211-0/+7
|
* some versions of bundled elfutils needs m4 for buildingFrank Ch. Eigler2009-05-211-0/+1
|
* Disable building grapher code in rpm.William Cohen2009-05-191-1/+8
|
* Add stap-server buildreqs: nss-tools and pkgconfig.David Smith2009-05-151-1/+1
|
* Revert "Include grapher in installed file list."William Cohen2009-05-141-5/+1
| | | | This reverts commit 845a65342cda663e665847087d969ee9554a88f1.
* Include grapher in installed file list.William Cohen2009-05-141-1/+5
|
* Revert "Remove latex2html from BuildRequires"Eugeniy Meshcheryakov2009-05-061-1/+1
| | | | This reverts commit 079e3163aec9bd146428ca930f7de9f78eec233b.
* Remove latex2html from BuildRequiresEugeniy Meshcheryakov2009-05-051-1/+1
|
* Module signing and verification using a separate file for the module signature.Dave Brolley2009-05-041-3/+11
|
* Version bumps for 0.9.7 releaseJosh Stone2009-04-231-2/+2
|
* Version bumps for 0.9.6 releaseJosh Stone2009-04-231-1/+4
|
* Version bumps for 0.9.5 releaseJosh Stone2009-03-271-2/+5
|
* PR 9922 fix, make --disable-pie the configure defaultRajan Arora2009-03-241-1/+8
| | | | | | | *configure.ac: Change the default to compiling without fPIE. *systemtap.spec: Add --enable-pie as the default option (set pie_supported to 1). *configure: Regenerated with autoconf 2.61.
* Move man pages from man5 to man3 (3stap).Will Cohen2009-03-241-2/+1
|
* Move tapset documentation manpages from man3stap to man3.William Cohen2009-03-241-1/+1
|
* BZ490802, remove bumpspec-unfriendly %{release} macro logicFrank Ch. Eigler2009-03-191-3/+2
|
* Only include man3stap pages if documentation built.William Cohen2009-03-191-1/+1
|
* Adjust systemtap.spec to include the relocated man pages (PR980).William Cohen2009-03-181-1/+5
|
* version bump to 0.9 throughoutFrank Ch. Eigler2009-02-171-1/+4
|
* PR6936: Add systemtap initscript and systemtap-initscript subpackage.Masami Hiramatsu2009-01-301-0/+40
|
* 2009-01-22 David Smith <dsmith@redhat.com>David Smith2009-01-221-1/+5
| | | | | | | | | * systemtap.spec: Added 'nss-devel' buildreq so that the 'client' subpackage could be built correctly. Added file-based buildreq for xmlto's pdf support, which works on f8, f9, f9, and rhel5. * configure.ac: Fixed typo. * configure: Regenerated.
* Revert previous change. Only call stap-add-server-cert from stap-serverd if ↵Dave Brolley2009-01-191-1/+0
| | | | it has been installed.
* Add stap-add-server-cert to the stap-server package.Dave Brolley2009-01-191-0/+1
|
* Create the rpm subpackage systemtap-sdt-develStan Cox2009-01-131-0/+15
|
* Add missing files to systemtap.specDave Brolley2009-01-061-0/+3
|
* Systemtap compile server phase 2 (ssl) -- first cut.Dave Brolley2008-12-241-2/+3
|
* Add generations of tapset reference manual material.William Cohen2008-12-221-0/+3
|
* Clean up .spec file typos, Requires nits.Roland McGrath2008-12-161-4/+4
|
* bump version to 0.8Frank Ch. Eigler2008-11-131-1/+4
|
* stap-report script packaging & tweaksFrank Ch. Eigler2008-10-171-3/+2
|
* fixes for stap-find-servers and systemtap.specDave Brolley2008-09-121-2/+2
|
* Move stap-find-* script to client sub rpm.Dave Brolley2008-09-101-2/+1
|
* Remove unnecessary dependencies.Dave Brolley2008-09-091-2/+2
|
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2008-09-081-1/+0
|\
| * remove capabilities logic, cont'dFrank Ch. Eigler2008-09-051-1/+0
| |
* | Correct man page specs in systemtap.specDave Brolley2008-09-051-3/+3
| |
* | Create systemtap-client and systemtap-server sub rpmsDave Brolley2008-09-051-10/+42
|/
* remove support for "make dist" since git-archive does as well;Frank Ch. Eigler2008-08-251-8/+8
| | | | "make rpm" remains for private testing
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2008-08-081-2/+8
|\ | | | | | | | | | | | | Conflicts: ChangeLog testsuite/ChangeLog
| * Disable chmodding of samples/kmalloc-top in spec file since it isn't installed.Mark Wielaard2008-08-081-1/+1
| |
| * Add comment about versioned vs unversioned docs to systemtap.spec.Mark Wielaard2008-08-071-1/+7
| |
* | Start/stop the systemtap server from systemtap.exp and not in the top level ↵Dave Brolley2008-08-081-4/+6
|/ | | | Makefile.
* Ensure that a systemtap server is available if 'server' is specifiedDave Brolley2008-07-291-0/+4
| | | | in EXTRA_TOOL_OPTS for 'make check' and 'make installcheck'
* Include stap-client, stap-server and stap-serverd in rpm packages.Masami Hiramatsu2008-07-171-0/+3
|
* Fixed "Version" line.David Smith2008-07-171-1/+2
| | | | | | | 2008-07-17 David Smith <dsmith@redhat.com> * systemtap.spec: Moved comment that was on the same line as "Version", which rpmbuild didn't like.
* version bump to 0.7.1Frank Ch. Eigler2008-07-161-0/+314