[openlmi-providers] Fix wrong provider name in metapackage (power -> powermanagement)

Radek Novacek rnovacek at fedoraproject.org
Wed Oct 16 13:54:11 UTC 2013


commit 1c9c7ebf4eb2ae88c22d28c9f172b5cb0466d121
Author: Radek Novacek <rnovacek at redhat.com>
Date:   Wed Oct 16 15:54:09 2013 +0200

    Fix wrong provider name in metapackage (power -> powermanagement)

 openlmi-providers.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/openlmi-providers.spec b/openlmi-providers.spec
index f3d250f..856a2ec 100644
--- a/openlmi-providers.spec
+++ b/openlmi-providers.spec
@@ -3,7 +3,7 @@
 
 Name:           openlmi-providers
 Version:        0.4.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Set of basic CIM providers
 
 License:        LGPLv2+
@@ -266,7 +266,7 @@ Requires:       openlmi-storage
 Requires:       openlmi-networking
 Requires:       openlmi-hardware
 Requires:       openlmi-software
-Requires:       openlmi-power
+Requires:       openlmi-powermanagement
 Requires:       openlmi-account
 Requires:       openlmi-service
 
@@ -869,6 +869,9 @@ if [ "$1" -eq 0 ]; then
 fi >> %logfile 2>&1
 
 %changelog
+* Wed Oct 16 2013 Radek Novacek <rnovacek at redhat.com> 0.4.0-2
+- Fix wrong provider name in metapackage (power -> powermanagement)
+
 * Tue Oct 15 2013 Tomas Bzatek <tbzatek at redhat.com> 0.4.0-1
 - Version 0.4.0
 - New journald provider


More information about the scm-commits mailing list