diff --git a/gssproxy-0.8.4.tar.gz b/gssproxy-0.8.4.tar.gz deleted file mode 100644 index 191b0d8374b24d008f341e10427ad3b82d69a3c8..0000000000000000000000000000000000000000 Binary files a/gssproxy-0.8.4.tar.gz and /dev/null differ diff --git a/gssproxy-0.9.1.tar.gz b/gssproxy-0.9.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d9767b6100198a6f2cae0967c8598ef232885c38 Binary files /dev/null and b/gssproxy-0.9.1.tar.gz differ diff --git a/gssproxy.spec b/gssproxy.spec index 162ab0524d8235d4ef98a14b196d18cb4e16afe1..e8a940b88aaf21d14fc62828690bcc80fdc97476 100644 --- a/gssproxy.spec +++ b/gssproxy.spec @@ -3,8 +3,8 @@ %global gpstatedir %{_localstatedir}/lib/gssproxy Name: gssproxy -Version: 0.8.4 -Release: 2 +Version: 0.9.1 +Release: 1 Summary: GSSAPI Proxy License: MIT URL: https://github.com/gssapi/gssproxy @@ -52,8 +52,8 @@ rm -rf %{buildroot} rm -f %{buildroot}%{_libdir}/gssproxy/proxymech.la install -d -m755 %{buildroot}%{_sysconfdir}/gssproxy 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 -D -m644 examples/mech %{buildroot}%{_sysconfdir}/gss/mech.d/gssproxy.conf +install -m644 examples/99-network-fs-clients.conf %{buildroot}%{_sysconfdir}/gssproxy/99-network-fs-clients.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 mkdir -p %{buildroot}%{gpstatedir}/rcache @@ -69,14 +69,16 @@ mkdir -p %{buildroot}%{gpstatedir}/rcache %files %license COPYING %{_unitdir}/gssproxy.service +%{_userunitdir}/gssuserproxy.service +%{_userunitdir}/gssuserproxy.socket %{_sbindir}/gssproxy %attr(755,root,root) %dir %{pubconfpath} %attr(755,root,root) %dir %{gpstatedir} %attr(700,root,root) %dir %{gpstatedir}/clients %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/99-nfs-client.conf -%attr(0644,root,root) %config(noreplace) /%{_sysconfdir}/gss/mech.d/gssproxy.conf +%attr(0600,root,root) %config(noreplace) /%{_sysconfdir}/gssproxy/99-network-fs-clients.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 %dir %{_libdir}/gssproxy %{_libdir}/gssproxy/proxymech.so @@ -87,6 +89,9 @@ mkdir -p %{buildroot}%{gpstatedir}/rcache %{_mandir}/man8/gssproxy-mech.8* %changelog +* Mon Oct 24 2022 yixiangzhike - 0.9.1-1 +- update to 0.9.1 + * Tue Oct 18 2022 yixiangzhike - 0.8.4-2 - typo doc fix