summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortqre2020-08-29 13:06:33 +0300
committertqre2020-08-29 13:14:13 +0300
commit1a520232f7a966dfee2fb51072dc50c5979e2a14 (patch)
tree415b0b361a8c20ca63631da8961c839749560733
parent5d9f623cc16e51d0869b4ee0b6f2e61cb2c106d6 (diff)
downloadaur-1a520232f7a966dfee2fb51072dc50c5979e2a14.tar.gz
Remove linux-selinux package and all references to it
Two mentions remain, as I'm not using vagrant myself, the if clauses can probably be dropped, but I have no (easy and fast) means to test it. ./_vagrant/step1_install_and_configure.sh:88: # If using the deprecated linux-selinux kernel, replace the entries ./_vagrant/step1_install_and_configure.sh:89: if grep 'LINUX \.\./vmlinuz-linux-selinux' /boot/syslinux/syslinux.cfg > /dev/null
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c967be20df9c..60393079efee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,6 @@ pkgbase = selinux-refpolicy-arch
makedepends = semodule-utils
depends = policycoreutils>=2.8
optdepends = linux-hardened: Linux kernel with SELinux support
- optdepends = linux-selinux: Linux kernel with SELinux support
source = git+https://github.com/archlinuxhardened/selinux-policy-arch#commit=5e065c84fdf33bdba83675058a74d7e4c00c543a
source = config
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c3fd53c55342..b5bf827ff764 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,8 +17,7 @@ license=('GPL2')
groups=('selinux')
makedepends=('git' 'python' 'checkpolicy>=2.8' 'semodule-utils')
depends=('policycoreutils>=2.8')
-optdepends=('linux-hardened: Linux kernel with SELinux support'
- 'linux-selinux: Linux kernel with SELinux support')
+optdepends=('linux-hardened: Linux kernel with SELinux support')
install="${pkgname}.install"
_commit=5e065c84fdf33bdba83675058a74d7e4c00c543a
source=("git+https://github.com/archlinuxhardened/${_reponame}#commit=${_commit}"