sssd: update to 1.15.3.
This commit is contained in:
parent
245f74716d
commit
d1e65bc58d
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'sssd'
|
||||
pkgname=sssd
|
||||
version=1.15.2
|
||||
version=1.15.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-selinux --without-semanage
|
||||
|
@ -9,7 +9,7 @@ hostmakedepends="pkg-config nscd bind xmlcatmgr docbook-xsl"
|
|||
makedepends="pam-devel popt-devel talloc-devel tdb-devel tevent-devel ldb-devel
|
||||
ding-libs-devel libldap-devel mit-krb5-devel c-ares-devel glib-devel
|
||||
libxslt-devel python-devel nss-devel libnfsidmap-devel http-parser-devel
|
||||
jansson-devel python3-devel"
|
||||
jansson-devel python3-devel libcurl-devel"
|
||||
make_dirs="/var/lib/sss/db 0700 root root
|
||||
/var/lib/sss/secrets 0700 root root
|
||||
/var/lib/sss/pubconf/krb5.include.d 0700 root root
|
||||
|
@ -25,7 +25,7 @@ maintainer="Yuusha Spacewolf <xyuusha@paranoici.org>"
|
|||
license="GPL-3"
|
||||
homepage="https://pagure.io/SSSD/sssd/"
|
||||
distfiles="https://releases.pagure.org/SSSD/sssd/sssd-${version}.tar.gz"
|
||||
checksum=4cd5fcb314d77a58029a216b7e6001c6cb41c5b784cf570c5761c97d1c12d264
|
||||
checksum=6e508dc71c0e132b15db1db29d2e309d610027e89f7097ead5d7c9867f6d6634
|
||||
|
||||
post_install() {
|
||||
rm -rf /etc/rc.d
|
||||
|
|
Loading…
Reference in New Issue