automatic version update by autodist [release 8.2p1-1mamba;Mon Feb 17 2020]

This commit is contained in:
Automatic Build System 2024-01-06 08:15:56 +01:00
parent e1f7caa79d
commit bf83004556

View File

@ -6,7 +6,7 @@
%define with_selinux 0 %define with_selinux 0
Name: openssh Name: openssh
Version: 8.1p1 Version: 8.2p1
Release: 1mamba Release: 1mamba
Summary: OpenSSH free Secure Shell (SSH) implementation Summary: OpenSSH free Secure Shell (SSH) implementation
Group: Network/Security Group: Network/Security
@ -117,6 +117,8 @@ Group: Graphical Desktop/Applications/Security
%description askpass %description askpass
A Gtk2 SSH passphrase requester. A Gtk2 SSH passphrase requester.
%debug_package
%prep %prep
%setup -q %setup -q
%patch0 -p1 %patch0 -p1
@ -249,11 +251,13 @@ exit 0
%{_bindir}/ssh-makecerts %{_bindir}/ssh-makecerts
%{_libexecdir}/openssh/ssh-keysign %{_libexecdir}/openssh/ssh-keysign
%{_libexecdir}/openssh/ssh-pkcs11-helper %{_libexecdir}/openssh/ssh-pkcs11-helper
%{_libexecdir}/openssh/ssh-sk-helper
%{_mandir}/man1/ssh-copy-id.1* %{_mandir}/man1/ssh-copy-id.1*
%{_mandir}/man1/ssh-keygen.1* %{_mandir}/man1/ssh-keygen.1*
%{_mandir}/man1/ssh-keyscan.1* %{_mandir}/man1/ssh-keyscan.1*
%{_mandir}/man8/ssh-keysign.8* %{_mandir}/man8/ssh-keysign.8*
%{_mandir}/man8/ssh-pkcs11-helper.8* %{_mandir}/man8/ssh-pkcs11-helper.8*
%{_mandir}/man8/ssh-sk-helper.8*
%files clients %files clients
%defattr(-,root,root) %defattr(-,root,root)
@ -294,6 +298,9 @@ exit 0
%{_libexecdir}/openssh/ssh-askpass %{_libexecdir}/openssh/ssh-askpass
%changelog %changelog
* Mon Feb 17 2020 Automatic Build System <autodist@mambasoft.it> 8.2p1-1mamba
- automatic version update by autodist
* Wed Oct 09 2019 Automatic Build System <autodist@mambasoft.it> 8.1p1-1mamba * Wed Oct 09 2019 Automatic Build System <autodist@mambasoft.it> 8.1p1-1mamba
- automatic version update by autodist - automatic version update by autodist
@ -506,7 +513,7 @@ exit 0
* Fri Feb 27 2004 Davide Madrisan <davide.madrisan@qilinux.it> 3.7.1p2-1qilnx * Fri Feb 27 2004 Davide Madrisan <davide.madrisan@qilinux.it> 3.7.1p2-1qilnx
- specfile updated to permit a non root user to build the package - specfile updated to permit a non root user to build the package
* Tue Oct 04 2003 Silvan Calarco <silvan.calarco@mambasoft.it> 3.7.1p2-2qilnx * Sat Oct 04 2003 Silvan Calarco <silvan.calarco@mambasoft.it> 3.7.1p2-2qilnx
- fixed a pam error which caused the password being asked twice - fixed a pam error which caused the password being asked twice
- sshd groupid and userid assignment as in QiLinux resources database - sshd groupid and userid assignment as in QiLinux resources database