summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Iooss2021-10-31 10:03:56 +0100
committerNicolas Iooss2021-10-31 10:03:56 +0100
commitb676f6e248b74a39c881dcda446715fbde1283bb (patch)
treec6766fc84adef0a95f8cfcc6fa639ab3beec0931 /PKGBUILD
parentc5395a6d89d83ccbb9274280fac418984b13bdfe (diff)
downloadaur-b676f6e248b74a39c881dcda446715fbde1283bb.tar.gz
shadow-selinux 4.8.1-5: force rebuild after libsemanage update
libsemanage 3.2 now uses libsemanage.so.2 instead of libsemanage.so.1.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 59ad85264b92..1e904c9dd120 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
pkgname=shadow-selinux
pkgver=4.8.1
-pkgrel=4
+pkgrel=5
pkgdesc="Password and account management tool suite with support for shadow files and PAM - SELinux support"
arch=('x86_64' 'aarch64')
url='https://github.com/shadow-maint/shadow'
@@ -18,7 +18,7 @@ license=('BSD')
groups=('selinux')
# libcap-ng needed by install scriptlet for 'filecap'
depends=('bash' 'pam-selinux' 'acl' 'audit' 'libaudit.so' 'libcap-ng' 'libcap-ng.so'
- 'libxcrypt' 'libcrypt.so' 'libsemanage')
+ 'libxcrypt' 'libcrypt.so' 'libsemanage>=3.2')
conflicts=("${pkgname/-selinux}" "selinux-${pkgname/-selinux}")
provides=("${pkgname/-selinux}=${pkgver}-${pkgrel}"
"selinux-${pkgname/-selinux}=${pkgver}-${pkgrel}")