[openlmi-networking] Add requires to sblim-cmpi-base, needed for Linux_ComputerSystem

Radek Novacek rnovacek at fedoraproject.org
Fri Nov 23 12:59:32 UTC 2012


commit cfbf23747d0429ffdc0ae2203aaa11297cad1cce
Author: Radek Novacek <rnovacek at redhat.com>
Date:   Fri Nov 23 13:59:27 2012 +0100

    Add requires to sblim-cmpi-base, needed for Linux_ComputerSystem

 openlmi-networking.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/openlmi-networking.spec b/openlmi-networking.spec
index 3128f1f..6220a09 100644
--- a/openlmi-networking.spec
+++ b/openlmi-networking.spec
@@ -1,6 +1,6 @@
 Name:           openlmi-networking
 Version:        0.0.6
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        CIM providers for network management
 
 License:        LGPLv2+
@@ -27,6 +27,8 @@ Requires:       python2
 Requires:       cim-server
 # Require openlmi-providers because of registration scripts
 Requires:       openlmi-providers >= 0.0.10
+# For Linux_ComputerSystem class
+Requires:       sblim-cmpi-base
 
 %description
 %{name} is set of CMPI providers for network management using
@@ -89,6 +91,9 @@ fi
 
 
 %changelog
+* Fri Nov 23 2012 Radek Novacek <rnovacek at redhat.com> 0.0.6-2
+- Add requires to sblim-cmpi-base, needed for Linux_ComputerSystem
+
 * Tue Nov 13 2012 Radek Novacek <rnovacek at redhat.com> 0.0.6-1
 - Version 0.0.6
 - Upstream changed license from GPLv2+ to LGPLv2+


More information about the scm-commits mailing list