!15 [sync] PR-14: 【openEuler-22.03-LTS-Next】update to 0.9.1
From: @openeuler-sync-bot Reviewed-by: @HuaxinLuGitee Signed-off-by: @HuaxinLuGitee
This commit is contained in:
commit
8d672b545e
Binary file not shown.
BIN
gssproxy-0.9.1.tar.gz
Normal file
BIN
gssproxy-0.9.1.tar.gz
Normal file
Binary file not shown.
@ -3,8 +3,8 @@
|
|||||||
%global gpstatedir %{_localstatedir}/lib/gssproxy
|
%global gpstatedir %{_localstatedir}/lib/gssproxy
|
||||||
|
|
||||||
Name: gssproxy
|
Name: gssproxy
|
||||||
Version: 0.8.4
|
Version: 0.9.1
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: GSSAPI Proxy
|
Summary: GSSAPI Proxy
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/gssapi/gssproxy
|
URL: https://github.com/gssapi/gssproxy
|
||||||
@ -52,8 +52,8 @@ rm -rf %{buildroot}
|
|||||||
rm -f %{buildroot}%{_libdir}/gssproxy/proxymech.la
|
rm -f %{buildroot}%{_libdir}/gssproxy/proxymech.la
|
||||||
install -d -m755 %{buildroot}%{_sysconfdir}/gssproxy
|
install -d -m755 %{buildroot}%{_sysconfdir}/gssproxy
|
||||||
install -m644 examples/gssproxy.conf %{buildroot}%{_sysconfdir}/gssproxy/gssproxy.conf
|
install -m644 examples/gssproxy.conf %{buildroot}%{_sysconfdir}/gssproxy/gssproxy.conf
|
||||||
install -m644 examples/99-nfs-client.conf %{buildroot}%{_sysconfdir}/gssproxy/99-nfs-client.conf
|
install -m644 examples/99-network-fs-clients.conf %{buildroot}%{_sysconfdir}/gssproxy/99-network-fs-clients.conf
|
||||||
install -D -m644 examples/mech %{buildroot}%{_sysconfdir}/gss/mech.d/gssproxy.conf
|
install -D -m644 examples/proxymech.conf %{buildroot}%{_sysconfdir}/gss/mech.d/proxymech.conf
|
||||||
install -m644 examples/24-nfs-server.conf %{buildroot}%{_sysconfdir}/gssproxy/24-nfs-server.conf
|
install -m644 examples/24-nfs-server.conf %{buildroot}%{_sysconfdir}/gssproxy/24-nfs-server.conf
|
||||||
mkdir -p %{buildroot}%{gpstatedir}/rcache
|
mkdir -p %{buildroot}%{gpstatedir}/rcache
|
||||||
|
|
||||||
@ -69,14 +69,16 @@ mkdir -p %{buildroot}%{gpstatedir}/rcache
|
|||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_unitdir}/gssproxy.service
|
%{_unitdir}/gssproxy.service
|
||||||
|
%{_userunitdir}/gssuserproxy.service
|
||||||
|
%{_userunitdir}/gssuserproxy.socket
|
||||||
%{_sbindir}/gssproxy
|
%{_sbindir}/gssproxy
|
||||||
%attr(755,root,root) %dir %{pubconfpath}
|
%attr(755,root,root) %dir %{pubconfpath}
|
||||||
%attr(755,root,root) %dir %{gpstatedir}
|
%attr(755,root,root) %dir %{gpstatedir}
|
||||||
%attr(700,root,root) %dir %{gpstatedir}/clients
|
%attr(700,root,root) %dir %{gpstatedir}/clients
|
||||||
%attr(700,root,root) %dir %{gpstatedir}/rcache
|
%attr(700,root,root) %dir %{gpstatedir}/rcache
|
||||||
%attr(0600,root,root) %config(noreplace) /%{_sysconfdir}/gssproxy/gssproxy.conf
|
%attr(0600,root,root) %config(noreplace) /%{_sysconfdir}/gssproxy/gssproxy.conf
|
||||||
%attr(0600,root,root) %config(noreplace) /%{_sysconfdir}/gssproxy/99-nfs-client.conf
|
%attr(0600,root,root) %config(noreplace) /%{_sysconfdir}/gssproxy/99-network-fs-clients.conf
|
||||||
%attr(0644,root,root) %config(noreplace) /%{_sysconfdir}/gss/mech.d/gssproxy.conf
|
%attr(0644,root,root) %config(noreplace) /%{_sysconfdir}/gss/mech.d/proxymech.conf
|
||||||
%attr(0600,root,root) %config(noreplace) /%{_sysconfdir}/gssproxy/24-nfs-server.conf
|
%attr(0600,root,root) %config(noreplace) /%{_sysconfdir}/gssproxy/24-nfs-server.conf
|
||||||
%dir %{_libdir}/gssproxy
|
%dir %{_libdir}/gssproxy
|
||||||
%{_libdir}/gssproxy/proxymech.so
|
%{_libdir}/gssproxy/proxymech.so
|
||||||
@ -87,6 +89,9 @@ mkdir -p %{buildroot}%{gpstatedir}/rcache
|
|||||||
%{_mandir}/man8/gssproxy-mech.8*
|
%{_mandir}/man8/gssproxy-mech.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 24 2022 yixiangzhike <yixiangzhike007@163.com> - 0.9.1-1
|
||||||
|
- update to 0.9.1
|
||||||
|
|
||||||
* Tue Oct 18 2022 yixiangzhike <yixiangzhike007@163.com> - 0.8.4-2
|
* Tue Oct 18 2022 yixiangzhike <yixiangzhike007@163.com> - 0.8.4-2
|
||||||
- typo doc fix
|
- typo doc fix
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user