[cmpi-bindings/f19] Fixed 'env' parameter value in 'get_providers()' function Resolves: #919082 Fixed embedded instance

Jan Šafránek jsafrane at fedoraproject.org
Thu Mar 28 15:10:44 UTC 2013


commit 9115eee36de456a6c936271d4b57242d5fcc2c86
Author: Jan Safranek <jsafrane at redhat.com>
Date:   Thu Mar 28 16:10:33 2013 +0100

    Fixed 'env' parameter value in 'get_providers()' function
    Resolves: #919082
    Fixed embedded instance properties
    Resolves: #919081

 cmpi-bindings.spec |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/cmpi-bindings.spec b/cmpi-bindings.spec
index fe4f58f..c0cfc5b 100644
--- a/cmpi-bindings.spec
+++ b/cmpi-bindings.spec
@@ -1,6 +1,6 @@
 Name:           cmpi-bindings
 Version:        0.5.2
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Adapter to write and run CMPI-type CIM providers
 
 Group:          Development/Libraries
@@ -25,6 +25,10 @@ Patch3:         cmpi-bindings-0.5.2-trace.patch
 Patch4:         cmpi-bindings-0.5.2-memory-leaks.patch
 #Patch5: bz#902809 (again), taken from upstream
 Patch5:         cmpi-bindings-0.5.2-null-array.patch
+#Patc6: bz#919082, taken from upstream
+Patch6:         cmpi-bindings-0.5.2-ctx.patch
+#Patch7: bz#919081, taken from upstream
+Patch7:         cmpi-bindings-0.5.2-embedded.patch
 
 BuildRequires:  cmake gcc-c++ swig >= 1.3.34
 BuildRequires:  curl-devel pkgconfig sed
@@ -52,6 +56,8 @@ CMPI-compliant provider interface for Python
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
+%patch7 -p1 -b .embedded
 
 # change hardcoded path from /usr/lib/pycim/ to something better
 sed -i 's@/usr/lib/pycim/@'`echo %{python_sitelib}/pycim/`'@' swig/python/cmpi_pywbem_bindings.py
@@ -102,8 +108,13 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/cmpi.py*
 %dir %{python_sitelib}/pycim/
 
-
 %changelog
+* Thu Mar 28 2013 Jan Safranek <jsafrane at redhat.com> - 0.5.2-6
+- Fixed 'env' parameter value in 'get_providers()' function
+  Resolves: #919082
+- Fixed embedded instance properties
+  Resolves: #919081
+
 * Fri Feb 15 2013 Jan Safranek <jsafrane at redhat.com> - 0.5.2-5
 - Fixed passing NULL array from get_instance
   Resolves: #883041


More information about the scm-commits mailing list