| |
@@ -47,7 +47,7 @@
|
| |
|
| |
# Do not forget to bump pam_ssh_agent_auth release if you rewind the main package release to 1
|
| |
%global openssh_ver 9.0p1
|
| |
- %global openssh_rel 7
|
| |
+ %global openssh_rel 8
|
| |
%global pam_ssh_agent_ver 0.10.4
|
| |
%global pam_ssh_agent_rel 7
|
| |
|
| |
@@ -569,6 +569,7 @@
|
| |
install -m644 %{SOURCE6} $RPM_BUILD_ROOT/etc/pam.d/ssh-keycat
|
| |
install -m644 %{SOURCE7} $RPM_BUILD_ROOT/etc/sysconfig/sshd
|
| |
install -m644 ssh_config_redhat $RPM_BUILD_ROOT%{_sysconfdir}/ssh/ssh_config.d/50-redhat.conf
|
| |
+ install -m644 sshd_config_redhat_cp $RPM_BUILD_ROOT%{_sysconfdir}/ssh/sshd_config.d/40-redhat-crypto-policies.conf
|
| |
install -m644 sshd_config_redhat $RPM_BUILD_ROOT%{_sysconfdir}/ssh/sshd_config.d/50-redhat.conf
|
| |
install -d -m755 $RPM_BUILD_ROOT/%{_unitdir}
|
| |
install -m644 %{SOURCE9} $RPM_BUILD_ROOT/%{_unitdir}/sshd@.service
|
| |
@@ -692,6 +693,7 @@
|
| |
%attr(0644,root,root) %{_mandir}/man8/sftp-server.8*
|
| |
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/ssh/sshd_config
|
| |
%dir %attr(0700,root,root) %{_sysconfdir}/ssh/sshd_config.d/
|
| |
+ %attr(0600,root,root) %config(noreplace) %{_sysconfdir}/ssh/sshd_config.d/40-redhat-crypto-policies.conf
|
| |
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/ssh/sshd_config.d/50-redhat.conf
|
| |
%attr(0644,root,root) %config(noreplace) /etc/pam.d/sshd
|
| |
%attr(0640,root,root) %config(noreplace) /etc/sysconfig/sshd
|
| |
@@ -722,6 +724,9 @@
|
| |
%endif
|
| |
|
| |
%changelog
|
| |
+ * Fri Oct 21 2022 Dmitry Belyavskiy <dbelyavs@redhat.com> - 9.0p1-8
|
| |
+ - Split including crypto-policies to a separate config (rhbz#1970566)
|
| |
+
|
| |
* Fri Oct 21 2022 Dmitry Belyavskiy <dbelyavs@redhat.com> - 9.0p1-7
|
| |
- Check IP opts length (rhbz#1960015)
|
| |
|
| |
Related: rhbz#1970566