Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libssh for openSUSE:Factory checked in at 2023-08-06 16:29:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libssh (Old) and /work/SRC/openSUSE:Factory/.libssh.new.22712 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libssh" Sun Aug 6 16:29:26 2023 rev:70 rq:1102457 version:0.10.5 Changes: -------- --- /work/SRC/openSUSE:Factory/libssh/libssh.changes 2023-05-08 17:23:45.960511505 +0200 +++ /work/SRC/openSUSE:Factory/.libssh.new.22712/libssh.changes 2023-08-06 16:29:32.791691849 +0200 @@ -1,0 +2,6 @@ +Fri Aug 4 13:12:05 UTC 2023 - malcolmle...@opensuse.org + +- Add fix to spec file for the incorrect include path as a result + of the default openSSH move to /usr/etc, (boo#1211718). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libssh.spec ++++++ --- /var/tmp/diff_new_pack.hZelI3/_old 2023-08-06 16:29:33.471696207 +0200 +++ /var/tmp/diff_new_pack.hZelI3/_new 2023-08-06 16:29:33.479696259 +0200 @@ -128,6 +128,13 @@ install -d -m755 %{buildroot}%{_sysconfdir}/libssh install -m644 %{SOURCE3} %{buildroot}%{_sysconfdir}/libssh/libssh_client.config install -m644 %{SOURCE4} %{buildroot}%{_sysconfdir}/libssh/libssh_server.config + +# Fix incorrect include path, (boo#1211718). +%if 0%{?suse_version} > 1600 +sed -i '/^Include/ s|/etc|/usr/etc|' %{buildroot}%{_sysconfdir}/libssh/libssh_client.config +sed -i '/^Include/ s|/etc|/usr/etc|' %{buildroot}%{_sysconfdir}/libssh/libssh_server.config +%endif + %endif %check