Displaying 1 result from an estimated 1 matches for "devcma01".
2017 Mar 14
0
Strange behaviour of yum within %post in kickstart
...During the %post phase I install an RPM which has a
dependency to nodejs. That package with all of its dependencies can be
found in EPEL. On the other hand I have the Softwarecollections repository,
which also contains nodejs with the same version.
Now nodejs has a dependency on libuv:
| root at devcma01 ~ # yum deplist nodejs -q --disableexcludes=all
| [?]
| dependency: libuv.so.0.10()(64bit)
| provider: nodejs010-libuv.x86_64 1:0.10.30-1.el6
| provider: libuv.x86_64 1:0.10.34-1.el6
| provider: libuv.x86_64 1:0.10.34-1.el6
As you can see, there are two packages satisfying the dependenc...