summaryrefslogtreecommitdiffstats
path: root/systemtap.spec
Commit message (Collapse)AuthorAgeFilesLines
* releng: bump to version 1.2Frank Ch. Eigler2010-03-221-1/+4
|
* Make the stap-prep script available in the RPM.William Cohen2010-03-121-0/+4
|
* Revert "Make stap-prep script available in the RPM"William Cohen2010-03-121-4/+0
| | | | This reverts commit da3dfc346ff926f0f1bdd2872fe4f5f8e920953a.
* Make stap-prep script available in the RPMWilliam Cohen2010-03-121-0/+4
|
* Fix PR 11363 by using logrotate to ensure logfile doesn't grow too large.David Smith2010-03-091-4/+9
| | | | | | | | * initscript/logrotate.stap-server: Add logrotate config file to make sure stap-server logfile doesn't grow too large. * systemtap.spec: Install logrotate config file. Also follow <https://fedoraproject.org/wiki/PackagingDrafts/Logfiles> to correctly create the logfile.
* Improved PR 11309 by fixing directory and file permissions.David Smith2010-03-091-2/+3
| | | | | * systemtap.spec: Fixed directory and file permissions on /usr/share/systemtap/runtime/uprobes and /var/log/stap-server.
* typo 7754 -> 775Dave Brolley2010-03-081-1/+1
|
* PRs 11205, 11309: Specfile problems for stap-server:Dave Brolley2010-03-081-20/+26
| | | | | | | | - Use assigned gid/uid of 155/155 for stap-server. - Create stap-server group in main systemtap rpm. - Make uprobes runtime directory read/write/search by members of stap-server group in main systemtap rpm. - Keep stap-server log in %{_localstatedir}/log/stap-server/log
* Refer to the home directory of the 'stap-server' user as ~stap-server.Dave Brolley2010-02-051-4/+4
|
* PR11105: forget about packaging stap-server-requestFrank Ch. Eigler2010-01-151-1/+0
|
* %define -> %global in .spec fileRoland McGrath2010-01-051-32/+32
| | | | | * systemtap.spec: Use %global in place of %define throughout, it's the recommended syntax.
* Add SystemTap_Beginners_Guide to build.Mark Wielaard2010-01-021-1/+19
| | | | | | | | | | | | | | | | | | | | | | | | * configure.ac: Add --enable-publican and --with-publican-brand. Setup "shadow" directory doc/beginners. * Makefile.in: Regenerated. * configure: Regenerated. * doc/Makefile.am (SUBDIRS): Add beginners. * doc/Makefile.in: Regenerated. * doc/SystemTap_Beginners_Guide/en-US/Book_Info.xml (productname): Set to Systemtap. (productnumber): Set to 1.0. * SystemTap_Beginners_Guide/en-US/*.xml: Replace includes from extras/testsuite to ../testsuite, * doc/SystemTap_Beginners_Guide/publican.cfg: Moved to ... * doc/SystemTap_Beginners_Guide/publican.cfg.in: ... here. * doc/SystemTap_Beginners_Guide/Makefile: Removed. * doc/SystemTap_Beginners_Guide/old-syncandbuild.sh: Removed. * doc/SystemTap_Beginners_Guide/syncandbuild.sh: Removed. * doc/SystemTap_Tapset_Reference/Makefile.in: Regenerated. * doc/beginners/Makefile.am: New makefile. * doc/beginners/Makefile.in: New generated file. * grapher/Makefile.in: Regenerated. * systemtap.spec: Add with_publican and publican_brand.
* Incremented version number for release 1.1.David Smith2009-12-211-1/+4
| | | | | | | | | | | | | | | | * NEWS: Set version number. * configure.ac: Incremented version number. * systemtap.spec: Incremented version number and added changelog entry. * testsuite/configure.ac: Ditto. * Makefile.in: Regenerated. * aclocal.m4: Ditto. * configure: Ditto. * doc/Makefile.in: Ditto. * doc/SystemTap_Tapset_Reference/Makefile.in: Ditto. * grapher/Makefile.in: Ditto. * testsuite/Makefile.in: Ditto. * testsuite/aclocal.m4: Ditto. * testsuite/configure: Ditto.
* PR 10905: initscript improvements.Dave Brolley2009-12-211-1/+2
| | | | | | Make the stap-server initscript available as $bindir/stap-server Reimplement the stap-server initscript as a thin wrapper around $bindir/stap-server.
* Typos in install and rpm spec.Dave Brolley2009-12-211-1/+1
| | | | | o add / suffix to stap_pkglibexecdir o typo: %{name%} -> %{name}
* Install %{libexecdir}/%{name}/stapio explicitely.Dave Brolley2009-12-211-0/+1
|
* Don't install the entire %{libexecdir}/%{name} directory.Dave Brolley2009-12-211-1/+0
|
* PR 10247, 10276, 10905: Move remaining client/server tools to libexec.Dave Brolley2009-12-211-16/+13
|
* PR 10247 10276 10905: Infrastructure for moving underlying client/server ↵Dave Brolley2009-12-181-1/+1
| | | | tools to libexec.
* PR 10889: Reorganize client/server man pages. Document --unprivileged.Dave Brolley2009-12-171-9/+9
|
* Suppress output from stap-gen-cert when installing the systemtap-server package.Dave Brolley2009-12-141-1/+1
|
* PR 10905: Initscript improvements: Automatically authorize the initscript ↵Dave Brolley2009-12-141-0/+7
| | | | servers as trusted servers and signers.
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2009-11-231-1/+1
|\ | | | | | | | | | | Conflicts: configure
| * build: disable make-silent mode in rpm buildsFrank Ch. Eigler2009-11-201-1/+1
| |
* | Fix typo on command to create /usr/share/systemtap/runtime/uprobes.Dave Brolley2009-11-201-1/+1
| |
* | PR 10905 - Ensure that /usr/share/systemtap/runtime/uprobes is writeable by theDave Brolley2009-11-201-0/+5
|/ | | | stap-server group.
* Revert previous change re: home directory og stap-server. Ensure it has 755 ↵Dave Brolley2009-11-051-2/+1
| | | | privileges.
* PR 9973: Sign uprobes.ko when it is created and load it using insert_module.Dave Brolley2009-11-051-1/+4
| | | | Create home directory manually for stap-server.
* Rework for bugs found during testing.Dave Brolley2009-10-291-0/+8
|
* init.d/rc.d -> rc.d/init.dDave Brolley2009-10-291-1/+1
|
* Create /etc/sysconfig in %install.Dave Brolley2009-10-291-1/+2
|
* stap-server initscript cleanup and follow fedora initscript requirements.Dave Brolley2009-10-291-14/+42
|
* Change permissions and ownership of /var/log/systemtap.log after installation.Dave Brolley2009-10-281-4/+4
|
* Add stap-server userid to the stap-server group when it is created.Dave Brolley2009-10-271-1/+1
|
* Add /var/log/stap-server.log to the files for the systemtap-server sub rpm.Dave Brolley2009-10-271-0/+1
|
* In systemtap.spec create $RPM_BUILD_ROOT%{_localstatedir}/log before working ↵Dave Brolley2009-10-271-0/+1
| | | | in it.
* Specialized user to run stap-server and improved logging.Dave Brolley2009-10-271-0/+9
|
* stap-server initscript is now part of the systemtap-server package.Dave Brolley2009-10-201-7/+15
|
* No stap-server/config file yet.Dave Brolley2009-10-201-1/+0
|
* Infrastructure for new stap-server initscript.Dave Brolley2009-10-201-2/+11
|
* Add boost-devel build requirement for the grapher.David Smith2009-10-151-0/+5
|
* Fixed grapher build.David Smith2009-10-011-0/+2
| | | | * systemtap.spec: Updated grapher's buildreqs and file list.
* build fix: use boost shared_ptr if libstdc++ to old to have <tr1/memory>Frank Ch. Eigler2009-09-291-0/+5
| | | | | | * configure.ac: Look for tr1/memory and boost/shared_ptr.hpp * setupdwfl.h (shared_ptr): Define conditionally based on above. * systemtap.spec (with_boost): New parameter, default-off.
* Version bumps for the 1.0 releaseJosh Stone2009-09-221-1/+4
|
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2009-09-141-7/+10
|\ | | | | | | | | | | | | | | | | | | Conflicts: aclocal.m4 configure doc/SystemTap_Tapset_Reference/Makefile.in testsuite/aclocal.m4 testsuite/configure
| * documentation: tweak package description strings for -client / -server pkgsFrank Ch. Eigler2009-09-081-6/+7
| |
| * packaging: make -client and -system prereq zip & unzipFrank Ch. Eigler2009-09-081-0/+2
| |
| * packaging: make -testsuite prereq /usr/bin/whichFrank Ch. Eigler2009-09-071-1/+1
| |
* | 2009-09-14 Dave Brolley <brolley@redhat.com>Dave Brolley2009-09-141-0/+1
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * modsign.cxx (init_cert_db_path): Use 'system' call. (sign_module): Renamed to 'main'. This is now an independant program. Check for arguments. Return 1 on error. * buildrun.cxx (modsign.h): Don't #include it. (compile_pass): Don't sign the module. * main.cxx (main): Don't copy the module signature. * cache.cxx (add_to_cache): Don't cache the module signature. * Makefile.am (bin_PROGRAMS): Add stap-sign-module. (stap_SOURCES): Remove modsign.cxx and nsscommon.c. (stap_sign_module_SOURCES): New variable. (stap_sign_module_CPPFLAGS): New variable. (stap_sign_module_LDFLAGS): New variable. (stap_sign_module_LDADD): New variable. * stap-server (initialization): Initialize unprivileged. (parse_options): Handle --unprivileged. (create_response): Call stap-sign-module if --unprivileged was specified. * systemtap.spec: Add stap-sign-module to stap-server. * Makefile.in: Regenerated. * doc/Makefile.in: Regenerated. * doc/SystemTap_Tapset_Reference/Makefile.in: Regenerated. * grapher/Makefile.in: Regenerated. * testsuite/Makefile.in: Regenerated. * aclocal.m4: Likewise. * testsuite/aclocal.m4: Likewise. * configure: Likewise. * testsuite/configure: Likewise.
* RH515870 Error message about missing module uprobes when updating.Mark Wielaard2009-08-061-4/+4
| | | | | | Fix 3>&1 typo. * systemtap.spec: Use 2>&1 to redirect error messages.