[arch-commits] Commit in gssproxy/trunk (PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Wed Mar 8 21:19:03 UTC 2017
Date: Wednesday, March 8, 2017 @ 21:19:02
Author: andyrtr
Revision: 290157
prepare next release
Modified:
gssproxy/trunk/PKGBUILD
----------+
PKGBUILD | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-03-08 21:18:15 UTC (rev 290156)
+++ PKGBUILD 2017-03-08 21:19:02 UTC (rev 290157)
@@ -3,7 +3,7 @@
# Contributor: Mantas Mikulėnas <grawity at gmail.com>
pkgname=gssproxy
-pkgver=0.6.2
+pkgver=0.7.0
pkgrel=1
pkgdesc="GSSAPI Proxy"
arch=(i686 x86_64)
@@ -11,11 +11,11 @@
license=('custom: MIT')
depends=('krb5' 'popt' 'ding-libs')
makedepends=('popt' 'libxslt' 'systemd' 'docbook-xsl' 'doxygen' 'po4a')
-options=('emptydirs')
+options=('emptydirs' 'makeflags')
backup=(etc/gssproxy/{gssproxy,24-nfs-server,80-httpd,99-nfs-client}.conf
etc/gss/mech.d/gssproxy.conf)
source=(https://releases.pagure.org/gssproxy/$pkgname-$pkgver.tar.gz)
-sha512sums=('3c19fbd6e6c8aa2946512f947e016642672a98559b0c47dfb2a4abe2c9dbf06f1bd4f028199cd4828edf00eb0f5d3eac55bda73dcfeb27095e8e9ab14fc88bcd')
+sha512sums=('00cd1d05e12f93f81c11062ccf4950e521960f752a6121f2055e47294a51894eda2415c558d3bc0d4c496146ab8f82a1162328acfb5eb3405c7b116774fa9f89')
prepare() {
cd "$srcdir/gssproxy-$pkgver"
@@ -28,6 +28,8 @@
sed -i "s/nfs-secure.service/rpc-gssd.service/" systemd/gssproxy.service.in
# rpc.svcgssd is nfs-secure-server.service
sed -i "s/nfs-secure-server.service/rpc-svcgssd.service/" systemd/gssproxy.service.in
+
+# autoreconf -vfi
}
build() {
@@ -41,7 +43,13 @@
--sbindir=/usr/bin \
--localstatedir=/var \
--without-selinux \
- --with-initscript=systemd
+ --with-initscript=systemd \
+ --with-gpp-default-behavior=REMOTE_FIRST
+
+#LOCAL_FIRST|LOCAL_ONLY|REMOTE_FIRST|REMOTE_ONLY
+# Which default behavior the gssproxy interposer
+# plugin should use [LOCAL_FIRST]
+#--help
make
}
More information about the arch-commits
mailing list