summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2015-04-13 19:57:50 +0800
committerNicolas Iooss2015-04-16 20:34:13 +0800
commit778afacf3a6e3a5bab058211556ddd243207a02d (patch)
treebe5bcc532db8a234081affcfb5107d3ac7d05b7d
parent8833b8d35a773e4d7731c4355a5a9dcfe0e744d0 (diff)
downloadaur-778afacf3a6e3a5bab058211556ddd243207a02d.tar.gz
checkpolicy: add libselinux minimum version in depends
checkpolicy needs at least version 2.4 of libselinux to compile. No pkgrel bump because if the package has already been successfully built, there is no need to build it again.
-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)