
On 18.02.2014 23:41, John Ferlan wrote:
As of tog-pegasus 2.12.1-5 we can no longer use "root/PG_InterOp" namespace for the CIM provider instead the use of "root/interop" is the preferred mechanism.
This patch will adjust where libvirt-cim installs its classes to use the "root/interop" namespace.
For more context, see:
http://www.redhat.com/archives/libvirt-cim/2013-November/msg00083.html
and
http://www.redhat.com/archives/libvirt-cim/2013-November/msg00008.html
This patch will be required for RHEL7 which fails to install with the base 0.6.3 release.
Signed-off-by: John Ferlan <jferlan@redhat.com> --- Makefile.am | 29 ++++++++++++++++++++++++----- libvirt-cim.spec.in | 27 ++++++++++++++++++++++----- provider-register.sh | 18 +++++++++++++++++- 3 files changed, 63 insertions(+), 11 deletions(-)
ACK Michal