forked from pool/cmpi-provider-register
Accepting request 104130 from systemsmanagement:wbem
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/104130 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmpi-provider-register?expand=0&rev=9
This commit is contained in:
parent
d92b529a63
commit
ab8b540445
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 17 23:15:07 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Remove redundant tags/sections from specfile
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 23 10:27:17 MST 2008 - bwhiteley@suse.de
|
Tue Dec 23 10:27:17 MST 2008 - bwhiteley@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cmpi-provider-register (Version 1.0)
|
# spec file for package cmpi-provider-register
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2011 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
|
||||||
@ -33,12 +33,6 @@ Source0: %{name}.py
|
|||||||
A utility allowing CMPI provider packages to register with whatever
|
A utility allowing CMPI provider packages to register with whatever
|
||||||
CIMOM(s) happens to be present on the system.
|
CIMOM(s) happens to be present on the system.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Bart Whiteley
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -47,19 +41,8 @@ Authors:
|
|||||||
%{__mkdir} -p $RPM_BUILD_ROOT/usr/sbin
|
%{__mkdir} -p $RPM_BUILD_ROOT/usr/sbin
|
||||||
install -m 744 %{S:0} $RPM_BUILD_ROOT/usr/sbin/%{name}
|
install -m 744 %{S:0} $RPM_BUILD_ROOT/usr/sbin/%{name}
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf "$RPM_BUILD_ROOT"
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
/usr/sbin/*
|
/usr/sbin/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Dec 23 2008 bwhiteley@suse.de
|
|
||||||
- Properly handle registration with Microsoft SCX cim server,
|
|
||||||
so scx upgrades don't break us.
|
|
||||||
* 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
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user