1
0

Accepting request 509182 from home:adamm:branches:systemsmanagement:wbem

This is a merge from SLES.

- Adapt sfcb_init_script to SLE12SP1 (bnc#1041885)

OBS-URL: https://build.opensuse.org/request/show/509182
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/cmpi-provider-register?expand=0&rev=21
This commit is contained in:
Klaus Kämpf 2017-07-10 13:38:05 +00:00 committed by Git OBS Bridge
parent 8587efb3ee
commit 233eee6067
3 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,10 @@
-------------------------------------------------------------------
Wed Apr 29 13:04:38 UTC 2015 - pwieczorkiewicz@suse.com
Fri Jun 9 13:10:02 UTC 2017 - adam.majer@suse.de
- Adapt sfcb_init_script to SLE12SP1 (bnc#1041885)
-------------------------------------------------------------------
Wed Apr 29 13:14:11 UTC 2015 - pwieczorkiewicz@suse.com
- Do not put empty element (ie the current dir) in LD_LIBRARY_PATH
if LD_LIBRARY_PATH is set but empty (bsc#642831)

View File

@ -39,7 +39,7 @@ from subprocess import call, PIPE, STDOUT, Popen
from getpass import getpass
import pywbem
sfcb_init_script = '/usr/sbin/rcsfcb'
sfcb_init_script = '/usr/sbin/rcsblim-sfcb'
pegasus_init_script = '/etc/init.d/tog-pegasus'
pegasus_cimserver_exe = '/usr/sbin/cimserver'

View File

@ -1,7 +1,7 @@
#
# spec file for package cmpi-provider-register
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed