Github push to performancecopilot:pcp #github
| Newsgroups | gmane.comp.sysutils.pcp |
|---|---|
| Message-ID | <[email protected]> |
15 New Commits: [pcp:master] By Lukas Berk <[email protected]>: 480665ee8612 ( https://github.com/performancecopilot/pcp/commit/480665ee86125b380943bfcafe64466c32ccd79b ) : packaging: selinux fix fedora.spec install Correct sed statement to place selinux files Modified: build/rpm/fedora.spec ( https://github.com/performancecopilot/pcp/blob/master/build/rpm/fedora.spec ) [pcp:master] By Lukas Berk <[email protected]>: b32a887c52ba ( https://github.com/performancecopilot/pcp/commit/b32a887c52ba5ef4046c429be99203f6faa3b832 ) : selinux: tweak build and add conditional context class fedora.spec: add setoolsconsole builddep pcp.spec.in: add setoolsconsole builddep qa/917: add logic for conditional docker_var_lib_t type src/selinux/GNUlocaldefs: add logic for conditional docker_var_lib_t type src/selinux/GNUlocaldefs: add logic for conditional docker_var_lib_t type src/selinux/GNUlocaldefs: add logic for conditional docker_var_lib_t type Modified: build/rpm/fedora.spec ( https://github.com/performancecopilot/pcp/blob/master/build/rpm/fedora.spec ) Modified: build/rpm/pcp.spec.in ( https://github.com/performancecopilot/pcp/blob/master/build/rpm/pcp.spec.in ) Modified: qa/917 ( https://github.com/performancecopilot/pcp/blob/master/qa/917 ) Modified: src/selinux/GNUlocaldefs ( https://github.com/performancecopilot/pcp/blob/master/src/selinux/GNUlocaldefs ) Modified: src/selinux/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/master/src/selinux/GNUmakefile ) Modified: src/selinux/pcpupstream.te.in ( https://github.com/performancecopilot/pcp/blob/master/src/selinux/pcpupstream.te.in ) [pcp:master] By Lukas Berk <[email protected]>: d22aa6077f7c ( https://github.com/performancecopilot/pcp/commit/d22aa6077f7c926df0152afd69158a5ed3a2f188 ) : build: tweak el5 buildrequires for selinux Modified: build/rpm/fedora.spec ( https://github.com/performancecopilot/pcp/blob/master/build/rpm/fedora.spec ) Modified: build/rpm/pcp.spec.in ( https://github.com/performancecopilot/pcp/blob/master/build/rpm/pcp.spec.in ) [pcp:master] By Ken McDonell <[email protected]>: f664cb1ee583 ( https://github.com/performancecopilot/pcp/commit/f664cb1ee583816bdbac3e9d6afab93f5870641f ) : qa/1087: bind2 PMDA also needs the List::MoreUtils perl module Modified: qa/1087 ( https://github.com/performancecopilot/pcp/blob/master/qa/1087 ) Modified: qa/admin/check-vm ( https://github.com/performancecopilot/pcp/blob/master/qa/admin/check-vm ) [pcp:master] By Lukas Berk <[email protected]>: b8b5ceee7802 ( https://github.com/performancecopilot/pcp/commit/b8b5ceee7802cc52ab16fdc8d8692204796dc1cb ) : selinux build/rpm packaging fedora.spec/pcp.spec.in - have the selinux rpm preun hook only execute the semodule -r command if the pcpupstream policy packge if it's installed configure/configure.ac - have enable_selinux also depend on finding seinfo, this is important because the selinux GNUlocaldefs uses seinfo the check the existance of various class definitions Modified: build/rpm/fedora.spec ( https://github.com/performancecopilot/pcp/blob/master/build/rpm/fedora.spec ) Modified: build/rpm/pcp.spec.in ( https://github.com/performancecopilot/pcp/blob/master/build/rpm/pcp.spec.in ) Modified: configure ( https://github.com/performancecopilot/pcp/blob/master/configure ) Modified: configure.ac ( https://github.com/performancecopilot/pcp/blob/master/configure.ac ) [pcp:master] By Ken McDonell <[email protected]>: 9da88329ccbc ( https://github.com/performancecopilot/pcp/commit/9da88329ccbce6fa3d644a2b9e8343193700d945 ) : Merge branch 'master' of git://git.pcp.io/lberk/pcp Modified: build/rpm/fedora.spec ( https://github.com/performancecopilot/pcp/blob/master/build/rpm/fedora.spec ) Modified: build/rpm/pcp.spec.in ( https://github.com/performancecopilot/pcp/blob/master/build/rpm/pcp.spec.in ) Modified: configure ( https://github.com/performancecopilot/pcp/blob/master/configure ) Modified: configure.ac ( https://github.com/performancecopilot/pcp/blob/master/configure.ac ) Modified: qa/917 ( https://github.com/performancecopilot/pcp/blob/master/qa/917 ) Modified: src/selinux/GNUlocaldefs ( https://github.com/performancecopilot/pcp/blob/master/src/selinux/GNUlocaldefs ) Modified: src/selinux/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/master/src/selinux/GNUmakefile ) Modified: src/selinux/pcpupstream.te.in ( https://github.com/performancecopilot/pcp/blob/master/src/selinux/pcpupstream.te.in ) [pcp:master] By Ken McDonell <[email protected]>: 8ce25deac2a5 ( https://github.com/performancecopilot/pcp/commit/8ce25deac2a5e7c51357c1467a8aafb159e8799c ) : configure.ac: tweak seinfo check to avoid double "no" Modified: configure ( https://github.com/performancecopilot/pcp/blob/master/configure ) Modified: configure.ac ( https://github.com/performancecopilot/pcp/blob/master/configure.ac ) [pcp:master] By Ken McDonell <[email protected]>: 3083ea254e3d ( https://github.com/performancecopilot/pcp/commit/3083ea254e3dcd02355d566ecd0a54b4f8e90aff ) : src/selinux/GNUmakefile: guard GNUlocaldefs inclusion Only makes sense to do this if we're going to really make selinux bits. Otherwise we risk messages like: /bin/sh: seinfo: command not found being output. Modified: src/selinux/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/master/src/selinux/GNUmakefile ) [pcp:master] By Ken McDonell <[email protected]>: 0284dfa2b496 ( https://github.com/performancecopilot/pcp/commit/0284dfa2b496e856a7b18e9e312dc7a5a75457b9 ) : linux_proc PMDA: fix flex warning Modified: src/pmdas/linux_proc/lex.l ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux_proc/lex.l ) [pcp:master] By Ken McDonell <[email protected]>: 95bd908a919e ( https://github.com/performancecopilot/pcp/commit/95bd908a919e2a57cfd72b2d9df253e627e22f2e ) : src/libpcp/src/logmeta.c: fix compilation warning in ihash[] initializer Modified: src/libpcp/src/logmeta.c ( https://github.com/performancecopilot/pcp/blob/master/src/libpcp/src/logmeta.c ) [pcp:master] By Ken McDonell <[email protected]>: bf9e4063a5f3 ( https://github.com/performancecopilot/pcp/commit/bf9e4063a5f346665f8025e7abca91f274591ba4 ) : qa/1087: bind2 PMDA also needs the autodie module Modified: qa/1087 ( https://github.com/performancecopilot/pcp/blob/master/qa/1087 ) Modified: qa/admin/check-vm ( https://github.com/performancecopilot/pcp/blob/master/qa/admin/check-vm ) [pcp:master] By Ken McDonell <[email protected]>: fb595b537c85 ( https://github.com/performancecopilot/pcp/commit/fb595b537c854d3a27178bf5bbde674a4fe1bfb2 ) : qa/216: deal with wording differences in netstat output This time from vm03 (Fedora 24). Modified: qa/216 ( https://github.com/performancecopilot/pcp/blob/master/qa/216 ) [pcp:master] By Ken McDonell <[email protected]>: 3a20b616928f ( https://github.com/performancecopilot/pcp/commit/3a20b616928fab338327c8ca837ab1fd846eb219 ) : build/rpm/pcp.spec.in: CentOS 5 does not set the rhel rpm macro Need different logic in the conditional for the BuildRequires: rule for pcp-selinux on CentOS 5 (vm04 and vm25). Modified: build/rpm/pcp.spec.in ( https://github.com/performancecopilot/pcp/blob/master/build/rpm/pcp.spec.in ) [pcp:master] By Nathan Scott <[email protected]>: 97374c316245 ( https://github.com/performancecopilot/pcp/commit/97374c316245c9f27b6d6f344f2509a7c81bffee ) : qa: add nutcracker test and some pmda groups Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/master/qa/group ) [pcp:master] By Nathan Scott <[email protected]>: 42173a93f5a0 ( https://github.com/performancecopilot/pcp/commit/42173a93f5a0b8cb87c018a9184950905d0c7eaa ) : Merge branch 'master' of git://git.pcp.io/kenj/pcp into kenj-merge Modified: build/rpm/pcp.spec.in ( https://github.com/performancecopilot/pcp/blob/master/build/rpm/pcp.spec.in )