diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,2 @@ +libc.so.6 +libpthread.so.0 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,19 @@ +name : cni-plugins +version : 0.8.2 +release : 1 +source : + - https://github.com/containernetworking/plugins/archive/v0.8.2.tar.gz : 91994d305a86a2c5a70e9dd7add9e277074065678b605bf12983e6e43fdcd4d8 +license : Apache-2.0 +component : virt +summary : Some standard networking plugins, maintained by the CNI (containernetworking) team. +description: | + Main plugins - interface-creating: bridge, ipvlan, loopback, macvlan, ptp, vlan, host-device + IPAM plugins - IP address allocation: dhcp, host-local, static + Meta - other plugins: flannel, tuning, portmap, bandwidth sbr, firewall +builddeps : + - golang +build : | + ./build_linux.sh +install : | + pushd bin/ + install -Dm00755 -t $installdir/%libdir%/cni/ * diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,53 @@ + + + cni-plugins + + Mislav Čakarić + mcakaric@gmail.com + + Apache-2.0 + virt + Some standard networking plugins, maintained by the CNI (containernetworking) team. + Main plugins - interface-creating: bridge, ipvlan, loopback, macvlan, ptp, vlan, host-device +IPAM plugins - IP address allocation: dhcp, host-local, static +Meta - other plugins: flannel, tuning, portmap, bandwidth sbr, firewall + + https://getsol.us/sources/README.Solus + + + cni-plugins + Some standard networking plugins, maintained by the CNI (containernetworking) team. + Main plugins - interface-creating: bridge, ipvlan, loopback, macvlan, ptp, vlan, host-device +IPAM plugins - IP address allocation: dhcp, host-local, static +Meta - other plugins: flannel, tuning, portmap, bandwidth sbr, firewall + + virt + + /usr/lib64/cni/bandwidth + /usr/lib64/cni/bridge + /usr/lib64/cni/dhcp + /usr/lib64/cni/firewall + /usr/lib64/cni/flannel + /usr/lib64/cni/host-device + /usr/lib64/cni/host-local + /usr/lib64/cni/ipvlan + /usr/lib64/cni/loopback + /usr/lib64/cni/macvlan + /usr/lib64/cni/portmap + /usr/lib64/cni/ptp + /usr/lib64/cni/sbr + /usr/lib64/cni/static + /usr/lib64/cni/tuning + /usr/lib64/cni/vlan + + + + + 2019-08-20 + 0.8.2 + Packaging update + Mislav Čakarić + mcakaric@gmail.com + + + \ No newline at end of file