summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorЛач2020-04-26 14:06:32 +0500
committerЛач2020-04-26 14:06:32 +0500
commitb187995b54a3072c052c5269a06ee9c15ab03c1d (patch)
tree6e6648a3d47fc4f81ff6f16611e52c68e6fc7883
parentd9d48a889cb9db1b568d4f9b19b9edeb59a48751 (diff)
downloadaur-b187995b54a3072c052c5269a06ee9c15ab03c1d.tar.gz
Remove selinux from default config (To make them run on standard archlinux setups)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfd22a5e41e1..265a7c37c7c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cri-o-git
pkgdesc = Open Container Initiative-based implementation of Kubernetes Container Runtime Interface
pkgver = 20200426
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/cri-o/cri-o
arch = x86_64
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index 54c9c41ef51e..831fe05afce2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
_pkgname=cri-o
pkgname=cri-o-git
pkgver=20200426
-pkgrel=3
+pkgrel=4
pkgdesc='Open Container Initiative-based implementation of Kubernetes Container Runtime Interface'
arch=(x86_64 aarch64)
url='https://github.com/cri-o/cri-o'
@@ -29,7 +29,7 @@ build() {
make
# Default config is based on paths in already published packages
- ./bin/crio --selinux=true \
+ ./bin/crio --selinux=false \
--storage-driver=overlay \
--conmon /usr/bin/conmon \
--cni-plugin-dir /usr/lib/cni \