Change root/PG_InterOp to root/interop
This commit is contained in:
parent
576202d055
commit
1306eb6a6c
11
pegasus-2.12.1-interop.patch
Normal file
11
pegasus-2.12.1-interop.patch
Normal file
@ -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
|
@ -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 <vcrhonek@redhat.com> - 2:2.12.1-5
|
||||
- Change root/PG_InterOp to root/interop
|
||||
|
||||
* Mon Jun 03 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 2:2.12.1-4
|
||||
- Workaround for Python reinitializion issue
|
||||
Resolves: #958273
|
||||
|
Loading…
Reference in New Issue
Block a user