summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortqre2020-08-29 13:06:33 +0300
committertqre2020-08-29 13:14:13 +0300
commit46a5f7065fd6a7640c0adc596b09ee3ad42ea889 (patch)
tree014de9f02c77938f0f6814d86c64d21bcdd300b1
parent8c1c98526a73a014c32852cacb9e344ebcc07749 (diff)
downloadaur-46a5f7065fd6a7640c0adc596b09ee3ad42ea889.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 8cf2b7c18116..b5780dc64c64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,6 @@ pkgbase = selinux-refpolicy-src
makedepends = libsepol>=2.8
makedepends = libsemanage>=2.8
optdepends = linux-hardened: Linux kernel with SELinux support
- optdepends = linux-selinux: Linux kernel with SELinux support
source = https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20200229/refpolicy-2.20200229.tar.bz2
sha256sums = dec854512ed00cd057408f330c2cea4de7a4405f7a147458f59c994bf578e4b0
diff --git a/PKGBUILD b/PKGBUILD
index d2c9d3394b0d..3b39c871bb2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,8 +14,7 @@ arch=('any')
url="https://github.com/SELinuxProject/refpolicy/wiki"
license=('GPL')
groups=('selinux' 'selinux-policies')
-optdepends=('linux-hardened: Linux kernel with SELinux support'
- 'linux-selinux: Linux kernel with SELinux support')
+optdepends=('linux-hardened: Linux kernel with SELinux support')
makedepends=('python' 'checkpolicy>=2.8' 'policycoreutils>=2.8'
'libsepol>=2.8' 'libsemanage>=2.8')
source=("https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_${pkgver}/${_origname}-2.${pkgver}.tar.bz2")