|
@@ -56,7 +56,7 @@
|
|
|
Summary: The OpenSSH implementation of SSH.
|
|
|
Summary(ja): OpenSSH - フリーの Secure Shell (SSH) の実装
|
|
|
Name: openssh
|
|
|
-Version: 9.7p1
|
|
|
+Version: 9.8p1
|
|
|
Release: 1%{_dist_release}%{?with_systemd:.systemd}
|
|
|
Group: network
|
|
|
Vendor: Project Vine
|
|
@@ -506,6 +506,7 @@ fi
|
|
|
%attr(0755,root,root) %{_bindir}/ssh-keyscan
|
|
|
%attr(0755,root,root) %{_bindir}/sftp
|
|
|
%attr(0755,root,root) %{_bindir}/ssh-copy-id
|
|
|
+%attr(0755,root,root) %dir %{_libexecdir}/openssh
|
|
|
%attr(0755,root,root) %{_libexecdir}/openssh/ssh-pkcs11-helper
|
|
|
%attr(0755,root,root) %{_libexecdir}/openssh/ssh-sk-helper
|
|
|
%attr(0644,root,root) %{_mandir}/man1/ssh-agent.1*
|
|
@@ -524,7 +525,9 @@ fi
|
|
|
%dir %attr(0755,root,root) %{_var}/empty/sshd/etc
|
|
|
%ghost %verify(not md5 size mtime) %{_var}/empty/sshd/etc/localtime
|
|
|
%attr(0755,root,root) %{_sbindir}/sshd
|
|
|
+%attr(0755,root,root) %dir %{_libexecdir}/openssh
|
|
|
%attr(0755,root,root) %{_libexecdir}/openssh/sftp-server
|
|
|
+%attr(0755,root,root) %{_libexecdir}/openssh/sshd-session
|
|
|
%attr(0644,root,root) %{_mandir}/man5/sshd_config.5*
|
|
|
%attr(0644,root,root) %{_mandir}/man8/sshd.8*
|
|
|
%attr(0644,root,root) %{_mandir}/man8/sftp-server.8*
|
|
@@ -554,6 +557,9 @@ fi
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Wed Jul 03 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.8p1-1
|
|
|
+- new upstream release.
|
|
|
+
|
|
|
* Thu Mar 28 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.7p1-1
|
|
|
- new upstream release.
|
|
|
|