summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2017-08-11 14:08:05 +0200
committerNicolas Iooss2017-08-11 14:08:05 +0200
commit43d289f93ede80b9c5414fd2d2564ecee422233c (patch)
treecb59ef1dfaa0b50630e9089210258d4ebdd93b43
parenta0e2eccfbc00142e460e229bde8594ad37667397 (diff)
downloadaur-43d289f93ede80b9c5414fd2d2564ecee422233c.tar.gz
selinux-refpolicy-git RELEASE_2_20170805.r8.g0ba1970b7cd4-1 update
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22947d3cdf7f..092b74ff9aa9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = selinux-refpolicy-git
pkgdesc = Modular SELinux reference policy including headers and docs
- pkgver = RELEASE_2_20170204.r202.g95ab6e9524de
+ pkgver = RELEASE_2_20170805.r8.g0ba1970b7cd4
pkgrel = 1
url = https://github.com/TresysTechnology/refpolicy/wiki
install = selinux-refpolicy-git.install
@@ -9,10 +9,9 @@ pkgbase = selinux-refpolicy-git
license = GPL2
makedepends = git
makedepends = python
- makedepends = checkpolicy>=2.6
- makedepends = libsepol>=2.6
- makedepends = libsemanage>=2.6
- depends = policycoreutils>=2.6
+ makedepends = checkpolicy>=2.7
+ makedepends = semodule-utils
+ depends = policycoreutils>=2.7
optdepends = linux-hardened: Linux kernel with SELinux support
optdepends = linux-selinux: Linux kernel with SELinux support
source = git+https://github.com/TresysTechnology/refpolicy
diff --git a/PKGBUILD b/PKGBUILD
index 16873a3e748a..6177991e1833 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=selinux-refpolicy-git
_policyname=refpolicy-git
-pkgver=RELEASE_2_20170204.r202.g95ab6e9524de
+pkgver=RELEASE_2_20170805.r8.g0ba1970b7cd4
pkgrel=1
pkgdesc="Modular SELinux reference policy including headers and docs"
arch=('any')
url="https://github.com/TresysTechnology/refpolicy/wiki"
license=('GPL2')
groups=('selinux')
-makedepends=('git' 'python' 'checkpolicy>=2.6' 'libsepol>=2.6' 'libsemanage>=2.6')
-depends=('policycoreutils>=2.6')
+makedepends=('git' 'python' 'checkpolicy>=2.7' 'semodule-utils')
+depends=('policycoreutils>=2.7')
optdepends=('linux-hardened: Linux kernel with SELinux support'
'linux-selinux: Linux kernel with SELinux support')
install="${pkgname}.install"