summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortqre2020-08-29 13:06:33 +0300
committertqre2020-08-29 13:14:13 +0300
commit0d49b54b9ab295783566b810d9d641326ebce1f5 (patch)
tree9680cca6d74924c3a272275324b3fa95ec4b8cdc
parente528609cf27cf1e59b61f621469c1b153e59589f (diff)
downloadaur-0d49b54b9ab295783566b810d9d641326ebce1f5.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 dd7dd4f0523c..1a488dfef1d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,6 @@ pkgbase = selinux-refpolicy-git
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/SELinuxProject/refpolicy
source = config
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 33e10e19fd27..634d6a73bf76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,8 +14,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"
# refpolicy 2.20180701 moved the repository to SELinuxProject Github organization
# When updating, if makepkg reports "refpolicy is not a clone of https://github.com/SELinuxProject/refpolicy",