summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2021-02-21 20:58:53 +0100
committerNicolas Iooss2021-02-21 20:58:53 +0100
commit0e9cbb87485e1964c1ddb4969d2c2dfececd8e27 (patch)
tree1dc4b2742521eaeb6d3f63ccd13c0772625096b2
parent0d49b54b9ab295783566b810d9d641326ebce1f5 (diff)
downloadaur-0e9cbb87485e1964c1ddb4969d2c2dfececd8e27.tar.gz
selinux-refpolicy-git RELEASE_2_20210203.r23.g1167739da188-1 update
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a488dfef1d6..b412b871b2f4 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_20190201.r0.g10e0106e825b
+ pkgver = RELEASE_2_20210203.r23.g1167739da188
pkgrel = 1
url = https://github.com/SELinuxProject/refpolicy/wiki
install = selinux-refpolicy-git.install
@@ -9,10 +9,9 @@ pkgbase = selinux-refpolicy-git
license = GPL2
makedepends = git
makedepends = python
- makedepends = checkpolicy>=2.8
+ makedepends = checkpolicy>=3.0
makedepends = semodule-utils
- depends = policycoreutils>=2.8
- optdepends = linux-hardened: Linux kernel with SELinux support
+ depends = policycoreutils>=3.0
source = git+https://github.com/SELinuxProject/refpolicy
source = config
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 634d6a73bf76..6888cec07fb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,16 +5,15 @@
pkgname=selinux-refpolicy-git
_policyname=refpolicy-git
-pkgver=RELEASE_2_20190201.r0.g10e0106e825b
+pkgver=RELEASE_2_20210203.r23.g1167739da188
pkgrel=1
pkgdesc="Modular SELinux reference policy including headers and docs"
arch=('any')
url="https://github.com/SELinuxProject/refpolicy/wiki"
license=('GPL2')
groups=('selinux')
-makedepends=('git' 'python' 'checkpolicy>=2.8' 'semodule-utils')
-depends=('policycoreutils>=2.8')
-optdepends=('linux-hardened: Linux kernel with SELinux support')
+makedepends=('git' 'python' 'checkpolicy>=3.0' 'semodule-utils')
+depends=('policycoreutils>=3.0')
install="${pkgname}.install"
# refpolicy 2.20180701 moved the repository to SELinuxProject Github organization
# When updating, if makepkg reports "refpolicy is not a clone of https://github.com/SELinuxProject/refpolicy",