From 1306eb6a6cd1d17a9442d8566d42dbd95296aa58 Mon Sep 17 00:00:00 2001 From: Vitezslav Crhonek Date: Thu, 18 Jul 2013 13:49:51 +0200 Subject: [PATCH] Change root/PG_InterOp to root/interop --- pegasus-2.12.1-interop.patch | 11 +++++++++++ tog-pegasus.spec | 10 ++++++++-- 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 pegasus-2.12.1-interop.patch diff --git a/pegasus-2.12.1-interop.patch b/pegasus-2.12.1-interop.patch new file mode 100644 index 0000000..d561fa5 --- /dev/null +++ b/pegasus-2.12.1-interop.patch @@ -0,0 +1,11 @@ +diff -up pegasus/env_var_Linux.status.orig pegasus/env_var_Linux.status +--- pegasus/env_var_Linux.status.orig 2013-07-18 13:24:46.839705853 +0200 ++++ pegasus/env_var_Linux.status 2013-07-18 13:25:18.638865967 +0200 +@@ -33,6 +33,7 @@ PEGASUS_USE_SYSLOGS=true + PEGASUS_CIM_SCHEMA=CIM233 + PEGASUS_USE_NET_SNMP=true + PEGASUS_ENABLE_PRIVILEGE_SEPARATION=false ++PEGASUS_INTEROP_NAMESPACE=root/interop + + PEGASUS_ENABLE_INTEROP_PROVIDER=true + PEGASUS_ENABLE_PROTOCOL_WSMAN=false diff --git a/tog-pegasus.spec b/tog-pegasus.spec index e083cdc..20e406b 100644 --- a/tog-pegasus.spec +++ b/tog-pegasus.spec @@ -8,7 +8,7 @@ Name: tog-pegasus Version: %{major_ver}.1 -Release: 4%{?dist} +Release: 5%{?dist} Epoch: 2 Summary: OpenPegasus WBEM Services for Linux @@ -83,6 +83,8 @@ Patch27: pegasus-2.12.1-atomic-operations-on-arm.patch # 28: patch by J. Safranek, bz#958273, upstream bug: # http://bugzilla.openpegasus.org/show_bug.cgi?id=9669 Patch28: pegasus-2.12.1-python-reinit-workaround.patch +# 29: change root/PG_InterOp to root/interop +Patch29: pegasus-2.12.1-interop.patch BuildRequires: bash, sed, grep, coreutils, procps, gcc, gcc-c++ BuildRequires: libstdc++, make, pam-devel @@ -215,7 +217,8 @@ yes | mak/CreateDmtfSchema 233 %{SOURCE9} cim_schema_2.33.0 %patch25 -p1 -b .cimmofl-allow-experimental %patch26 -p1 -b .schema-version-and-includes %patch27 -p0 -b .atomic-operations-on-arm -%patch28 -p1 -b .test +%patch28 -p1 -b .python-reinit +%patch29 -p1 -b .interop %build @@ -482,6 +485,9 @@ fi %changelog +* Thu Jul 18 2013 Vitezslav Crhonek - 2:2.12.1-5 +- Change root/PG_InterOp to root/interop + * Mon Jun 03 2013 Vitezslav Crhonek - 2:2.12.1-4 - Workaround for Python reinitializion issue Resolves: #958273