
Richard Maciel wrote:
INTEROP_MOF variable misses some values when compared to the INTEROP_MOFS variable in Makefile.am. Follows the correct variable assignment:
%define INTEROP_MOF %{_datadir}/%{name}/{ComputerSystem,HostSystem,RegisteredProfile,DiskPool,MemoryPool,NetPool,ProcessorPool,VSMigrationService,ElementConformsToProfile,ReferencedProfile}.mof
Variable CIMV2_REG also has different values from the CIMV2_REGS from Makefile.am. This time, the .spec variable includes a value which is not included by the Makefile.am variable
.spec {HostedResourcePool,ElementCapabilities,HostedService,HostedDependency, ---->RegisteredProfile<------,ComputerSystem,ElementConformsToProfile,HostedAccessPoint}.registration
My mistake here - RegisteredProfile and ComputerSystem shouldn't be in the CIMV2_REG list. The list in Makefile.am is correct. -- Kaitlin Rupert IBM Linux Technology Center kaitlin@linux.vnet.ibm.com