[arch-commits] Commit in kubernetes/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Wed Feb 17 22:56:42 UTC 2021


    Date: Wednesday, February 17, 2021 @ 22:56:42
  Author: dvzrv
Revision: 863022

upgpkg: kubernetes 1.20.2-2: Rebuild to switch to iptables-nft.

Replace the ebtables and iptables dependencies with iptables-nft.

Modified:
  kubernetes/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-17 22:56:28 UTC (rev 863021)
+++ PKGBUILD	2021-02-17 22:56:42 UTC (rev 863022)
@@ -3,14 +3,14 @@
 pkgbase=kubernetes
 pkgname=('kube-apiserver' 'kube-controller-manager' 'kube-proxy' 'kube-scheduler' 'kubectl' 'kubelet' 'kubeadm')
 pkgver=1.20.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Production-Grade Container Scheduling and Management"
 arch=('x86_64')
 url="https://kubernetes.io/"
 license=("Apache")
 depends=('glibc')
-makedepends=('cni-plugins' 'conntrack-tools' 'ebtables' 'ethtool' 'git' 'go'
-'go-bindata' 'go-md2man' 'iptables' 'socat' 'rsync')
+makedepends=('cni-plugins' 'conntrack-tools' 'ethtool' 'git' 'go' 'go-bindata'
+'go-md2man' 'iptables-nft' 'socat' 'rsync')
 source=("https://github.com/kubernetes/kubernetes/archive/v${pkgver}/kubernetes-${pkgver}.tar.gz"
         "${pkgbase}-1.20.0-gotags.patch"
         "10-kubeadm-kubelet.conf"
@@ -128,7 +128,7 @@
 package_kubelet() {
   pkgdesc='An agent that runs on each node in a Kubernetes cluster making sure that containers are running in a Pod'
   groups=('kubernetes-control-plane' 'kubernetes-node')
-  depends+=('cni-plugins' 'conntrack-tools' 'ebtables' 'ethtool' 'iptables' 'socat')
+  depends+=('cni-plugins' 'conntrack-tools' 'ethtool' 'iptables-nft' 'socat')
   optdepends=('containerd: for using the containerd container runtime'
               'cri-o: for using the cri-o container runtime'
               'docker: for using the docker container runtime')



More information about the arch-commits mailing list