Description of problem: Right now libvirt-cim specifically Requires: tog-pegasus But it should probably require something more generic like "cim-server" In order for this to happen, we'd also need sblim-sfcb and tog-pegasus to add Provides: cim-server to their spec files.
Note: tog-pegasus and sblim-sfcb already list Provides: cim-server in their spec files, so looks like just a change to libvirt-cim is all that is needed
"just" yes :-) Except the libvirt-cim rpm won't rebuild if sblim-sfcb is installed so there is certainly some tuning, but I made the change, pushed 0.6.1 update and fixed the package to restart either server would be running using systemctl instead of init.d At least that issue should be fixed. Daniel
For the record I kept BuildRequires: tog-pegasus-devel to make sure that tog-pegasus was installed in the tree and hoping the build environment would not try to pick sblim-fscb as if it is installed its schemas registration scripts goof at install time and build fail (at least on F16) Daniel