d9ca4b8bcb
This commit uprevs the containernetworking-plugins to v1.2.0 and bond-cni v1.0 (with the latest commit changes) There was no upstream Debian package for the target version of containernetworking-plugins yet. Therefore, to create the package we build it from the source (tar.gz). Test Plan: - PASS: downloader - PASS: build pkgs - PASS: build image - PASS: the plugins are present at /var/opt/cni/bin/ - PASS: ensure installed packages are the correct version - PASS: plugins functionality test includes: - bandwidth, bonding, bridge, DHCP, hd, ipvlan, macvlan, portmap, ptp, sbr, tuning, vlan, and vrf. Story: 2010639 Task: 47614 Signed-off-by: Mohammad Issa <mohammad.issa@windriver.com> Change-Id: Ida715a62fee0dc10d8097e7b5f994655b3268007
The spec file used here was from the Centos 7 src rpm for containernetworking-plugins. The orig file is included to help show modifications made to that spec file, to help understand which changes were needed and to assist with future upversioning.