summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7856a7014889..676635207710 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,8 @@ pkgbase = selinux-refpolicy-arch
makedepends = policycoreutils>=2.1.10
makedepends = libsepol>=2.1.4
makedepends = libsemanage>=2.0.29
- depends = linux-selinux
+ optdepends = linux-hardened: Linux kernel with SELinux support
+ optdepends = linux-selinux: Linux kernel with SELinux support
backup = etc/selinux/config
source = https://raw.githubusercontent.com/wiki/TresysTechnology/refpolicy/files/refpolicy-2.20151208.tar.bz2
source = config
diff --git a/PKGBUILD b/PKGBUILD
index 89157450b188..2deb7b8e086c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,9 +14,10 @@ arch=('any')
url="http://oss.tresys.com/projects/refpolicy"
license=('GPL')
groups=('selinux')
-depends=('linux-selinux')
makedepends=('checkpolicy>=2.1.8' 'policycoreutils>=2.1.10'
'libsepol>=2.1.4' 'libsemanage>=2.0.29')
+optdepends=('linux-hardened: Linux kernel with SELinux support'
+ 'linux-selinux: Linux kernel with SELinux support')
backup=(etc/selinux/config)
install=${pkgname}.install
source=("https://raw.githubusercontent.com/wiki/TresysTechnology/${_origname}/files/${_origname}-2.${_origver}.tar.bz2"