Accepting request 657258 from home:pmonrealgonzalez:branches:network

- Update the firewall rules in Tumbleweed

OBS-URL: https://build.opensuse.org/request/show/657258
OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=165
This commit is contained in:
Tomáš Chvátal 2018-12-11 16:01:09 +00:00 committed by Git OBS Bridge
parent c41fcd05a7
commit cf45c4e386
2 changed files with 14 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 11 11:56:43 UTC 2018 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
- Update the firewall rules in Tumbleweed
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 26 11:07:42 UTC 2018 - Vítězslav Čížek <vcizek@suse.com> Mon Nov 26 11:07:42 UTC 2018 - Vítězslav Čížek <vcizek@suse.com>

View File

@ -20,13 +20,19 @@
%ifnarch ppc %ifnarch ppc
%define sandbox_seccomp 1 %define sandbox_seccomp 1
%endif %endif
%if 0%{?suse_version} >= 1500
%if 0%{?suse_version} > 1500
%bcond_with susefirewall %bcond_with susefirewall
%bcond_without tirpc
%else %else
%bcond_without susefirewall %bcond_without susefirewall
%endif
%if 0%{?suse_version} >= 1500
%bcond_without tirpc
%else
%bcond_with tirpc %bcond_with tirpc
%endif %endif
%define _fwdefdir %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services %define _fwdefdir %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services
%define _appdefdir %( grep "configdirspec=" $( which xmkmf ) | sed -r 's,^[^=]+=.*-I(.*)/config.*$,\\1/app-defaults,' ) %define _appdefdir %( grep "configdirspec=" $( which xmkmf ) | sed -r 's,^[^=]+=.*-I(.*)/config.*$,\\1/app-defaults,' )
%define CHECKSUM_SUFFIX .hmac %define CHECKSUM_SUFFIX .hmac