Description of problem: json-glib-1.0 is not mentioned in Build Dependencies section of README, but building (with jobmanager, which is default) fails without it. Version-Release number of selected component (if applicable): openlmi-providers, 50c4ce0 How reproducible: Always Steps to Reproduce: 1. Install build-deps mentioned in README 2. As described in README: mkdir -p build && cd build cmake .. -DCMAKE_INSTALL_PREFIX=/usr \ -DWITH-FAN=0 \ -DWITH-POWER=0 \ -DWITH-SSSD=0 Actual results: -- Generated profile mof /root/openlmi-providers/build/mof/90_LMI_Realmd_Profile.mof -- checking for module 'json-glib-1.0' -- package 'json-glib-1.0' not found CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:279 (message): A required package was not found Call Stack (most recent call first): /usr/share/cmake/Modules/FindPkgConfig.cmake:333 (_pkg_check_modules_internal) src/libs/jobmanager/CMakeLists.txt:7 (pkg_check_modules) Expected results: Success Additional info: Note that current version of this library in fc20 and rhel7 is 0.16.2 and 0.16.0, so requirement of 1.0 quite limits usability of current tree in these distributions. This requirement can be avoided by providing `-DWITH-JOBMANAGER=0` argument to `cmake`; hard to say how much a sacrifice is that.
Fixed in upstream git and it will be part of the next release.
Oops, wrong bug, reopening. JobManager is required by selinux and (future) software providers. I'll add some note to README
Now it's really fixed. https://git.fedorahosted.org/cgit/openlmi-providers.git/commit/?id=055032d2cc193dbac02851cc00d904c942415045