diff --git a/cmpi-provider-register.changes b/cmpi-provider-register.changes index 00ad033..e10de7f 100644 --- a/cmpi-provider-register.changes +++ b/cmpi-provider-register.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 24 14:37:11 UTC 2014 - kkaempf@suse.com + +- Adapt sfcb_init_script to comply with systemd (bnc#874811) + ------------------------------------------------------------------- Mon Feb 13 10:45:00 UTC 2012 - coolo@suse.com diff --git a/cmpi-provider-register.py b/cmpi-provider-register.py index 41c66e1..1c1248d 100644 --- a/cmpi-provider-register.py +++ b/cmpi-provider-register.py @@ -39,7 +39,7 @@ from subprocess import call, PIPE, STDOUT, Popen from getpass import getpass import pywbem -sfcb_init_script = '/etc/init.d/sfcb' +sfcb_init_script = '/usr/sbin/rcsfcb' pegasus_init_script = '/etc/init.d/tog-pegasus' pegasus_cimserver_exe = '/usr/sbin/cimserver' diff --git a/cmpi-provider-register.spec b/cmpi-provider-register.spec index 606fa96..f96af0b 100644 --- a/cmpi-provider-register.spec +++ b/cmpi-provider-register.spec @@ -1,7 +1,7 @@ # # spec file for package cmpi-provider-register # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,14 @@ Name: cmpi-provider-register -Version: 1.0 +Version: 1.0.1 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: CIMOM neutral provider registration utility License: BSD-3-Clause Group: System/Management -Requires: python-pywbem cim-schema +Requires: cim-schema +Requires: python-pywbem BuildRequires: cim-schema BuildRequires: python-pywbem BuildArch: noarch