Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openssh for openSUSE:Factory checked in at 2025-12-15 11:45:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openssh (Old) and /work/SRC/openSUSE:Factory/.openssh.new.1939 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openssh" Mon Dec 15 11:45:10 2025 rev:198 rq:1322252 version:10.2p1 Changes: -------- +++ only whitespace diff in changes, re-diffing --- /work/SRC/openSUSE:Factory/openssh/openssh.changes 2025-11-01 23:34:13.381485549 +0100 +++ /work/SRC/openSUSE:Factory/.openssh.new.1939/openssh.changes 2025-12-15 11:45:38.299334173 +0100 @@ -1,0 +2,6 @@ +Thu Dec 11 15:29:12 UTC 2025 - Hans Petter Jansson <[email protected]> + +- Install 50-suse.conf in distconfdir instead of sysconfdir if + possible (bsc#1254374). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openssh.spec ++++++ --- /var/tmp/diff_new_pack.kRLSFp/_old 2025-12-15 11:45:46.379674032 +0100 +++ /var/tmp/diff_new_pack.kRLSFp/_new 2025-12-15 11:45:46.383674199 +0100 @@ -452,10 +452,11 @@ %endif %if %{with crypto_policies} -install -m 644 ssh_config_suse %{buildroot}%{_sysconfdir}/ssh/ssh_config.d/50-suse.conf %if %{defined _distconfdir} +install -m 644 ssh_config_suse %{buildroot}%{_distconfdir}/ssh/ssh_config.d/50-suse.conf install -m 644 sshd_config_suse_cp %{buildroot}%{_distconfdir}/ssh/sshd_config.d/40-suse-crypto-policies.conf %else +install -m 644 ssh_config_suse %{buildroot}%{_sysconfdir}/ssh/ssh_config.d/50-suse.conf install -m 644 sshd_config_suse_cp %{buildroot}%{_sysconfdir}/ssh/sshd_config.d/40-suse-crypto-policies.conf %endif %endif @@ -671,9 +672,14 @@ %files clients %if %{with crypto_policies} +%if %{defined _distconfdir} +%dir %attr(0755,root,root) %{_distconfdir}/ssh/ssh_config.d +%attr(0644,root,root) %{_distconfdir}/ssh/ssh_config.d/50-suse.conf +%else %dir %attr(0755,root,root) %{_sysconfdir}/ssh/ssh_config.d %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/ssh/ssh_config.d/50-suse.conf %endif +%endif %if %{defined _distconfdir} %attr(0644,root,root) %{_distconfdir}/ssh/ssh_config %else
