From fa840d638aeefe2cb8f29793781ef14a50332507 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Feb 03 2021 01:51:54 +0000 Subject: Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/openssh.git#7347a743857953a9b79c93e166117fbe0173e6a3 --- diff --git a/openssh.spec b/openssh.spec index 13e4ed4..11c0725 100644 --- a/openssh.spec +++ b/openssh.spec @@ -58,7 +58,7 @@ Summary: An open source implementation of SSH protocol version 2 Name: openssh Version: %{openssh_ver} -Release: %{openssh_rel}%{?dist} +Release: %{openssh_rel}%{?dist}.1 URL: http://www.openssh.com/portable.html #URL1: https://github.com/jbeverly/pam_ssh_agent_auth/ Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz @@ -266,7 +266,7 @@ Requires: openssh = %{version}-%{release} %package -n pam_ssh_agent_auth Summary: PAM module for authentication with ssh-agent Version: %{pam_ssh_agent_ver} -Release: %{pam_ssh_agent_rel}.%{openssh_rel}%{?dist}.2 +Release: %{pam_ssh_agent_rel}.%{openssh_rel}%{?dist}.3 License: BSD %description @@ -648,6 +648,9 @@ test -f %{sysconfig_anaconda} && \ %endif %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 8.4p1-5.1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Fri Jan 22 2021 Jakub Jelen - 8.4p1-5 + 0.10.4-1 - Use /usr/share/empty.sshd instead of /var/empty/sshd - Allow emptu labels in PKCS#11 tokens (#1919007)