summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2018-05-26 18:42:00 +0200
committerNicolas Iooss2018-05-26 18:42:00 +0200
commitea97efa4242324c055b60030a2dab727003f8cab (patch)
treed01bd198ffe323b0bfb47a7e9872defb1bad6547
parent91fbde44c600394071525596b10ca7a2e80b7c44 (diff)
downloadaur-ea97efa4242324c055b60030a2dab727003f8cab.tar.gz
selinux-refpolicy-git RELEASE_2_20180114.r30.g6b0abaf88089-1 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c54a8619fb15..0d2d741cea1a 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_20170805.r150.g94f1a1b3f30f
+ pkgver = RELEASE_2_20180114.r30.g6b0abaf88089
pkgrel = 1
url = https://github.com/TresysTechnology/refpolicy/wiki
install = selinux-refpolicy-git.install
@@ -9,9 +9,9 @@ pkgbase = selinux-refpolicy-git
license = GPL2
makedepends = git
makedepends = python
- makedepends = checkpolicy>=2.7
+ makedepends = checkpolicy>=2.8
makedepends = semodule-utils
- depends = policycoreutils>=2.7
+ depends = policycoreutils>=2.8
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 74e3ebee5b17..edfeccbcfe41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=selinux-refpolicy-git
_policyname=refpolicy-git
-pkgver=RELEASE_2_20170805.r150.g94f1a1b3f30f
+pkgver=RELEASE_2_20180114.r30.g6b0abaf88089
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.7' 'semodule-utils')
-depends=('policycoreutils>=2.7')
+makedepends=('git' 'python' 'checkpolicy>=2.8' 'semodule-utils')
+depends=('policycoreutils>=2.8')
optdepends=('linux-hardened: Linux kernel with SELinux support'
'linux-selinux: Linux kernel with SELinux support')
install="${pkgname}.install"