File cmpi-provider-register.spec of Package cmpi-provider-register
#
# spec file for package cmpi-provider-register (Version 1.0)
#
# Copyright (c) 2008 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: cmpi-provider-register
Version: 1.0
Release: 1
License: BSD 3-Clause
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Group: System/Management
Summary: CIMOM neutral provider registration utility
Requires: python-pywbem cim-schema
BuildRequires: cim-schema python-pywbem
BuildArch: noarch
Source0: %{name}.py
%description
A utility allowing CMPI provider packages to register with whatever
CIMOM(s) happens to be present on the system.
Authors:
--------
Bart Whiteley
%prep
%build
%install
%{__mkdir} -p $RPM_BUILD_ROOT/usr/sbin
install -m 744 %{S:0} $RPM_BUILD_ROOT/usr/sbin/%{name}
%clean
rm -rf "$RPM_BUILD_ROOT"
%files
%defattr(-,root,root)
/usr/sbin/*
%changelog
* Tue Oct 14 2008 bwhiteley@suse.de
- Added license to script (bnc:434694)
- Don't fail if link destinations exist; only warn.
- Changes to make it work on python 2.4.
* Sat Sep 27 2008 bwhiteley@suse.de
- Initial checkin