Hello community, here is the log from the commit of package openssh for openSUSE:Factory checked in at 2018-12-19 13:27:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openssh (Old) and /work/SRC/openSUSE:Factory/.openssh.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openssh" Wed Dec 19 13:27:48 2018 rev:124 rq:657268 version:7.9p1 Changes: -------- --- /work/SRC/openSUSE:Factory/openssh/openssh.changes 2018-11-28 11:12:35.750966326 +0100 +++ /work/SRC/openSUSE:Factory/.openssh.new.28833/openssh.changes 2018-12-19 13:27:48.837056913 +0100 @@ -1,0 +2,5 @@ +Tue Dec 11 11:56:43 UTC 2018 - Pedro Monreal Gonzalez <[email protected]> + +- Update the firewall rules in Tumbleweed + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openssh.spec ++++++ --- /var/tmp/diff_new_pack.WkiQ0i/_old 2018-12-19 13:27:50.157055187 +0100 +++ /var/tmp/diff_new_pack.WkiQ0i/_new 2018-12-19 13:27:50.157055187 +0100 @@ -20,13 +20,19 @@ %ifnarch ppc %define sandbox_seccomp 1 %endif -%if 0%{?suse_version} >= 1500 + +%if 0%{?suse_version} > 1500 %bcond_with susefirewall -%bcond_without tirpc %else %bcond_without susefirewall + +%endif +%if 0%{?suse_version} >= 1500 +%bcond_without tirpc +%else %bcond_with tirpc %endif + %define _fwdefdir %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services %define _appdefdir %( grep "configdirspec=" $( which xmkmf ) | sed -r 's,^[^=]+=.*-I(.*)/config.*$,\\1/app-defaults,' ) %define CHECKSUM_SUFFIX .hmac @@ -226,7 +232,7 @@ sed -i -e s@%{_prefix}/libexec@%{_libexecdir}@g %{buildroot}%{_sysconfdir}/ssh/sshd_config %if %{with susefirewall} -#install firewall definitions +# install firewall definitions mkdir -p %{buildroot}%{_fwdefdir} install -m 644 %{SOURCE7} %{buildroot}%{_fwdefdir}/sshd %endif
