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-02-11 21:20:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openssh (Old) and /work/SRC/openSUSE:Factory/.openssh.new.19470 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openssh" Tue Feb 11 21:20:54 2025 rev:189 rq:1244734 version:9.9p1 Changes: -------- --- /work/SRC/openSUSE:Factory/openssh/openssh.changes 2024-10-29 14:32:17.658417056 +0100 +++ /work/SRC/openSUSE:Factory/.openssh.new.19470/openssh.changes 2025-02-11 21:21:16.721954853 +0100 @@ -1,0 +2,5 @@ +Wed Jan 22 15:25:28 UTC 2025 - Dominique Leuenberger <dims...@opensuse.org> + +- Drop rcFOO symlinks for CODE16 (PED-266). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openssh.spec ++++++ --- /var/tmp/diff_new_pack.BYxPa0/_old 2025-02-11 21:21:18.578031419 +0100 +++ /var/tmp/diff_new_pack.BYxPa0/_new 2025-02-11 21:21:18.582031584 +0100 @@ -434,7 +434,9 @@ install -D -m 0644 %{SOURCE10} %{buildroot}%{_unitdir}/sshd.service install -D -m 0644 %{SOURCE16} %{buildroot}%{_unitdir}/sshd@.service install -D -m 0644 %{SOURCE17} %{buildroot}%{_unitdir}/sshd.socket +%if 0%{?suse_version} < 1600 ln -s service %{buildroot}%{_sbindir}/rcsshd +%endif install -d -m 755 %{buildroot}%{_fillupdir} install -m 644 %{SOURCE8} %{buildroot}%{_fillupdir} # install shell script to automate the process of adding your public key to a remote machine @@ -618,7 +620,9 @@ %files server %attr(0755,root,root) %{_sbindir}/sshd +%if 0%{?suse_version} < 1600 %attr(0755,root,root) %{_sbindir}/rcsshd +%endif %attr(0755,root,root) %{_sbindir}/sshd-gen-keys-start %dir %attr(0755,root,root) %{_localstatedir}/lib/sshd %dir %attr(0755,root,root) %{_sysconfdir}/ssh/sshd_config.d