Accepting request 128732 from home:dmdiss:bnc732763_pcp_spec
- Spec file cleanups following feedback from Sascha. + Do not remove the buildroot as part of %install + Use %suse_version rather than %_vendor + Add pcp-rpmlintrc script for devel-file-in-non-devel-package errors + Remove runlevel 4 references from init scripts + Add explicit perl version Requires OBS-URL: https://build.opensuse.org/request/show/128732 OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=19
This commit is contained in:
committed by
Git OBS Bridge
parent
313b31030e
commit
611ba5df6c
65
rm_init_script_runlevel_4.patch
Normal file
65
rm_init_script_runlevel_4.patch
Normal file
@@ -0,0 +1,65 @@
|
||||
Index: pcp-3.6.4/src/pmcd/rc_pcp
|
||||
===================================================================
|
||||
--- pcp-3.6.4.orig/src/pmcd/rc_pcp
|
||||
+++ pcp-3.6.4/src/pmcd/rc_pcp
|
||||
@@ -35,7 +35,7 @@
|
||||
# Should-Start: $network $remote_fs $syslog $time
|
||||
# Required-Stop: $local_fs
|
||||
# Should-Stop: $network $remote_fs $syslog
|
||||
-# Default-Start: 2 3 4 5
|
||||
+# Default-Start: 2 3 5
|
||||
# Default-Stop: 0 1 6
|
||||
# Short-Description: Legacy control for PCP daemons
|
||||
# Description: Legacy init script wrapper for the Performance Co-Pilot (PCP) daemons
|
||||
Index: pcp-3.6.4/src/pmcd/rc_pmcd
|
||||
===================================================================
|
||||
--- pcp-3.6.4.orig/src/pmcd/rc_pmcd
|
||||
+++ pcp-3.6.4/src/pmcd/rc_pmcd
|
||||
@@ -30,7 +30,7 @@
|
||||
# Should-Start: $network $remote_fs $syslog $time
|
||||
# Required-Stop: $local_fs
|
||||
# Should-Stop: $network $remote_fs $syslog
|
||||
-# Default-Start: 2 3 4 5
|
||||
+# Default-Start: 2 3 5
|
||||
# Default-Stop: 0 1 6
|
||||
# Short-Description: Control pmcd (the collection daemon for PCP)
|
||||
# Description: Configure and control pmcd (the collection daemon for the Performance Co-Pilot)
|
||||
Index: pcp-3.6.4/src/pmie/rc_pmie
|
||||
===================================================================
|
||||
--- pcp-3.6.4.orig/src/pmie/rc_pmie
|
||||
+++ pcp-3.6.4/src/pmie/rc_pmie
|
||||
@@ -24,7 +24,7 @@
|
||||
# Should-Start: $local_fs $network $syslog $time $pmcd
|
||||
# Required-Stop: $remote_fs
|
||||
# Should-Stop: $local_fs $network $syslog $pmcd
|
||||
-# Default-Start: 2 3 4 5
|
||||
+# Default-Start: 2 3 5
|
||||
# Default-Stop: 0 1 6
|
||||
# Short-Description: Control pmie (performance inference engine for PCP)
|
||||
# Description: Configure and control pmie (the performance inference engine for the Performance Co-Pilot)
|
||||
Index: pcp-3.6.4/src/pmlogger/rc_pmlogger
|
||||
===================================================================
|
||||
--- pcp-3.6.4.orig/src/pmlogger/rc_pmlogger
|
||||
+++ pcp-3.6.4/src/pmlogger/rc_pmlogger
|
||||
@@ -30,7 +30,7 @@
|
||||
# Should-Start: $network $remote_fs $syslog $time $pmcd
|
||||
# Required-Stop: $local_fs
|
||||
# Should-Stop: $network $remote_fs $syslog $pmcd
|
||||
-# Default-Start: 2 3 4 5
|
||||
+# Default-Start: 2 3 5
|
||||
# Default-Stop: 0 1 6
|
||||
# Short-Description: Control pmlogger (the performance metrics logger for PCP)
|
||||
# Description: Configure and control pmlogger (the performance metrics logger for the Performance Co-Pilot)
|
||||
Index: pcp-3.6.4/src/pmproxy/rc_pmproxy
|
||||
===================================================================
|
||||
--- pcp-3.6.4.orig/src/pmproxy/rc_pmproxy
|
||||
+++ pcp-3.6.4/src/pmproxy/rc_pmproxy
|
||||
@@ -30,7 +30,7 @@
|
||||
# Should-Start: $local_fs $network $syslog $time $pmcd
|
||||
# Required-Stop: $remote_fs
|
||||
# Should-Stop: $local_fs $network $syslog $pmcd
|
||||
-# Default-Start: 2 3 4 5
|
||||
+# Default-Start: 2 3 5
|
||||
# Default-Stop: 0 1 6
|
||||
# Short-Description: Control pmproxy (the pmcd proxy daemon for PCP)
|
||||
# Description: Configure and control pmproxy (the pmcd proxy daemon for the Performance Co-Pilot)
|
Reference in New Issue
Block a user