File tree Expand file tree Collapse file tree 5 files changed +13
-18
lines changed
Expand file tree Collapse file tree 5 files changed +13
-18
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,10 @@ rm -rf "$PKGDIR"/usr/share/doc
44install -m644 examples/gssproxy.conf "$PKGDIR"/etc/gssproxy/gssproxy.conf
55
66install -m644 examples/24-nfs-server.conf "$PKGDIR"/etc/gssproxy/24-nfs-server.conf
7- install -m644 examples/99-nfs-client .conf "$PKGDIR"/etc/gssproxy/99-nfs-client .conf
7+ install -m644 examples/99-network-fs-clients .conf "$PKGDIR"/etc/gssproxy/99-network-fs-clients .conf
88install -m644 examples/80-httpd.conf "$PKGDIR"/etc/gssproxy/80-httpd.conf
99sed -i -e "s:euid = apache:euid = http:" "$PKGDIR"/etc/gssproxy/80-httpd.conf
1010
11- install -Dm644 examples/mech "$PKGDIR"/etc/gss/mech.d/gssproxy.conf
12-
11+ install -m700 -d "$PKGDIR"/var/lib/gssproxy/rcache
1312install -m755 -d "$PKGDIR"/usr/share/licenses/$pkgname
1413install -m644 COPYING "$PKGDIR"/usr/share/licenses/$pkgname/
Original file line number Diff line number Diff line change 11/etc/gssproxy/gssproxy.conf
22/etc/gssproxy/24-nfs-server.conf
33/etc/gssproxy/80-httpd.conf
4- /etc/gssproxy/99-nfs-client.conf
5- /etc/gss/mech.d/gssproxy.conf
4+ /etc/gssproxy/99-network-fs-clients.conf
Original file line number Diff line number Diff line change @@ -2,9 +2,12 @@ PKGNAME=gssproxy
22PKGSEC=net
33PKGDEP="ding-libs krb5 popt systemd"
44BUILDDEP="docbook-xsl doxygen po4a"
5- PKGDES="A gss- proxy protocol to allow proxying of GSSAPI context establishment and channel handling "
5+ PKGDES="GSS-API proxy with standardizable protocol and a reference client and server implementation "
66
7- AUTOTOOLS_AFTER="--with-pubconf-path=/etc/gssproxy \
8- --without-selinux \
9- --with-initscript=systemd"
7+ ABTYPE=autotools
8+ AUTOTOOLS_AFTER=(
9+ '--with-pubconf-path=/etc/gssproxy'
10+ '--without-selinux'
11+ '--with-initscript=systemd'
12+ )
1013ABSHADOW=no
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- VER=0.8 .2
2- SRCS="tbl:: https://releases.pagure.org/gssproxy /gssproxy-$VER.tar.gz "
3- CHKSUMS="sha256::35b4039eb61399506e5e64e4d707dcfd79d4c0ca336c900bda3967b7a4ec5303 "
1+ VER=0.9 .2
2+ SRCS="git::commit=tags/v$VER:: https://github.com/gssapi /gssproxy"
3+ CHKSUMS="SKIP "
44CHKUPDATE="anitya::id=138133"
You can’t perform that action at this time.
0 commit comments