forked from pool/cmpi-provider-register
Accepting request 232382 from systemsmanagement:wbem
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/232382 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmpi-provider-register?expand=0&rev=14
This commit is contained in:
commit
43aa93f8d8
@ -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
|
Mon Feb 13 10:45:00 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ from subprocess import call, PIPE, STDOUT, Popen
|
|||||||
from getpass import getpass
|
from getpass import getpass
|
||||||
import pywbem
|
import pywbem
|
||||||
|
|
||||||
sfcb_init_script = '/etc/init.d/sfcb'
|
sfcb_init_script = '/usr/sbin/rcsfcb'
|
||||||
|
|
||||||
pegasus_init_script = '/etc/init.d/tog-pegasus'
|
pegasus_init_script = '/etc/init.d/tog-pegasus'
|
||||||
pegasus_cimserver_exe = '/usr/sbin/cimserver'
|
pegasus_cimserver_exe = '/usr/sbin/cimserver'
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cmpi-provider-register
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,13 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: cmpi-provider-register
|
Name: cmpi-provider-register
|
||||||
Version: 1.0
|
Version: 1.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Summary: CIMOM neutral provider registration utility
|
Summary: CIMOM neutral provider registration utility
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
Requires: python-pywbem cim-schema
|
Requires: cim-schema
|
||||||
|
Requires: python-pywbem
|
||||||
BuildRequires: cim-schema
|
BuildRequires: cim-schema
|
||||||
BuildRequires: python-pywbem
|
BuildRequires: python-pywbem
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user