Fixed wrong instances from CIMOM callback

This commit is contained in:
Vitezslav Crhonek 2014-08-05 16:15:57 +02:00
parent 399e421272
commit 466e8d3175
2 changed files with 1396 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@
Name: tog-pegasus Name: tog-pegasus
Version: %{major_ver}.0 Version: %{major_ver}.0
Release: 14%{?dist} Release: 15%{?dist}
Epoch: 2 Epoch: 2
Summary: OpenPegasus WBEM Services for Linux Summary: OpenPegasus WBEM Services for Linux
@ -85,6 +85,9 @@ Patch29: pegasus-2.13.0-enable-subscriptions-for-nonprivileged-users.patc
Patch30: pegasus-2.13.0-SSLGeneration.patch Patch30: pegasus-2.13.0-SSLGeneration.patch
# 31: bz#1111571, backported from upstream # 31: bz#1111571, backported from upstream
Patch31: pegasus-2.13.0-CMGetKey-data-type-fix.patch Patch31: pegasus-2.13.0-CMGetKey-data-type-fix.patch
# 32: bz#1038013, fixes wrong EmbeddedInstances from CIMOM callback,
# backported from upstream
Patch32: pegasus-2.13.0-wrong-embedded-instances-from-cimom-callback.patch
BuildRequires: procps, libstdc++, pam-devel BuildRequires: procps, libstdc++, pam-devel
BuildRequires: openssl, openssl-devel BuildRequires: openssl, openssl-devel
@ -231,6 +234,7 @@ yes | mak/CreateDmtfSchema 238 %{SOURCE9} cim_schema_2.38.0
%patch29 -p1 -b .enable-subscriptions-for-nonprivileged-users %patch29 -p1 -b .enable-subscriptions-for-nonprivileged-users
%patch30 -p1 -b .genssl %patch30 -p1 -b .genssl
%patch31 -p0 -b .CMGetKey-data-type-fix %patch31 -p0 -b .CMGetKey-data-type-fix
%patch32 -p1 -b .wrong-embedded-instances-from-cimom-callback
%build %build
@ -507,6 +511,10 @@ fi
%changelog %changelog
* Tue Aug 05 2014 Michal Minar <miminar@redhat.com> - 2:2.13.0-15
- Fixed wrong instances from CIMOM callback
Resolves: #1038013
* Tue Jul 01 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 2:2.13.0-14 * Tue Jul 01 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 2:2.13.0-14
- Fix cmpi: CMGetKey() returns wrong data type for some data types - Fix cmpi: CMGetKey() returns wrong data type for some data types
Resolves: #1111571 Resolves: #1111571