Red Hat Bugzilla – Bug 1474876
latest rebase has one dead link and two missing plugins links in /opt/cni/bin
Last modified: 2018-01-23 13:03:15 EST
Description of problem: plugins list in /opt/cni/bin and /usr/libexec/cni is different Version-Release number of selected component (if applicable): 0.5.2-2 and 0.5.2-3 testing updates How reproducible: Always Steps to Reproduce: 1. rpm -ql container-networking | grep bin 2. rpm -ql container-networking | grep libexec Actual results: /opt/cni /opt/cni/bin /opt/cni/bin/bridge /opt/cni/bin/dhcp /opt/cni/bin/flannel /opt/cni/bin/host-local /opt/cni/bin/ipvlan /opt/cni/bin/loopback /opt/cni/bin/macvlan /opt/cni/bin/noop /opt/cni/bin/ptp /opt/cni/bin/tuning /usr/libexec/cni/bridge /usr/libexec/cni/dhcp /usr/libexec/cni/flannel /usr/libexec/cni/host-local /usr/libexec/cni/ipvlan /usr/libexec/cni/loopback /usr/libexec/cni/macvlan /usr/libexec/cni/ptp /usr/libexec/cni/sample /usr/libexec/cni/tuning /usr/libexec/cni/vlan Expected results: /opt/cni /opt/cni/bin /opt/cni/bin/bridge /opt/cni/bin/dhcp /opt/cni/bin/flannel /opt/cni/bin/host-local /opt/cni/bin/ipvlan /opt/cni/bin/loopback /opt/cni/bin/macvlan /opt/cni/bin/noop /opt/cni/bin/ptp /opt/cni/bin/tuning /opt/cni/bin/sample /opt/bin/bin/vlan /usr/libexec/cni /usr/libexec/cni/bridge /usr/libexec/cni/dhcp /usr/libexec/cni/flannel /usr/libexec/cni/host-local /usr/libexec/cni/ipvlan /usr/libexec/cni/loopback /usr/libexec/cni/macvlan /usr/libexec/cni/ptp /usr/libexec/cni/sample /usr/libexec/cni/tuning /usr/libexec/cni/vlan Additional info: plugins list is not the same when rpm is build with %global with_bundled 1 %dir %{_libexecdir}/cni directory needs to be add in %files
The /opt thing should be fixed as of 0.5.2-7. The rest may not be yet.