summaryrefslogtreecommitdiffstats
path: root/openlmi-providers.spec
diff options
context:
space:
mode:
Diffstat (limited to 'openlmi-providers.spec')
-rw-r--r--openlmi-providers.spec10
1 files changed, 8 insertions, 2 deletions
diff --git a/openlmi-providers.spec b/openlmi-providers.spec
index 4b75f13..91491f7 100644
--- a/openlmi-providers.spec
+++ b/openlmi-providers.spec
@@ -1,6 +1,6 @@
Name: openlmi-providers
Version: 0.0.22
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Set of basic CIM providers
License: LGPLv2+
@@ -32,6 +32,10 @@ Requires: cim-server
Requires(pre): cim-server
Requires(preun): cim-server
Requires(post): cim-server
+Requires: pywbem
+Requires(pre): pywbem
+Requires(preun): pywbem
+Requires(pos): pywbem
# XXX
# Just because we have wired python's scripts
@@ -200,7 +204,6 @@ cp mof/LMI_Software.reg $RPM_BUILD_ROOT/%{_datadir}/%{name}/
%{_libdir}/libopenlmicommon.so.*
%attr(755, root, root) %{_bindir}/openlmi-mof-register
%attr(755, root, root) %{_libexecdir}/openlmi-register-pegasus
-%attr(755, root, root) %{_libexecdir}/openlmi-cimmof
%files devel
%{_bindir}/openlmi-doc-class2rst
@@ -502,6 +505,9 @@ if [ "$1" -gt 1 ]; then
fi
%changelog
+* Wed May 22 2013 Jan Safranek <jsafrane@redhat.com> 0.0.22-2
+- Removed openlmi-cimmof tool, added dependency on pywbem instead.
+
* Fri May 10 2013 Jan Safranek <jsafrane@redhat.com> 0.0.22-1
- Create the spec file.