summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb5247a6d9e1..83429bd2a153 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = checkpolicy
groups = selinux
license = GPL
depends = libsepol
- depends = libselinux
+ depends = libselinux>=2.4
provides = selinux-usr-checkpolicy=2.4-1
conflicts = selinux-usr-checkpolicy
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index ad89f19f21f6..c78744e742d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=('i686' 'x86_64')
url='http://userspace.selinuxproject.org'
license=('GPL')
groups=('selinux')
-depends=('libsepol' 'libselinux')
+depends=('libsepol' 'libselinux>=2.4')
conflicts=("selinux-usr-${pkgname}")
provides=("selinux-usr-${pkgname}=${pkgver}-${pkgrel}")
options=(!emptydirs)