- fate#324662

- Drop SuSEFirewall2 code completely.
  - Permits to choose not only default firewalld zones but also
    custom ones.
  - Allow the user to select the "DEFAULT" zone or disable the
    interface zone mapping through ifcfg files per interface.
- 4.1.38

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=837
This commit is contained in:
YaST Team Bot 2019-02-12 13:20:26 +00:00 committed by Git OBS Bridge
parent 38bc402c89
commit a440ec8a92
4 changed files with 19 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ec13f8d55bbd3acdfb525cc0ff9bfd14ee28c29b8c71df07fa0ee386ab8c808f
size 392258

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:15ef09fdb9918afa72be71ab39043f329d5b8f945473054e40b9c601b309d3f2
size 391362

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Feb 7 13:13:21 UTC 2019 - knut.anderssen@suse.com
- fate#324662
- Drop SuSEFirewall2 code completely.
- Permits to choose not only default firewalld zones but also
custom ones.
- Allow the user to select the "DEFAULT" zone or disable the
interface zone mapping through ifcfg files per interface.
- 4.1.38
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 6 14:16:54 UTC 2019 - knut.anderssen@suse.com Wed Feb 6 14:16:54 UTC 2019 - knut.anderssen@suse.com

View File

@ -17,7 +17,7 @@
Name: yast2-network Name: yast2-network
Version: 4.1.37 Version: 4.1.38
Release: 0 Release: 0
BuildArch: noarch BuildArch: noarch
@ -31,9 +31,9 @@ Requires: yast2-proxy
#for install task #for install task
BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake) BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake)
# Yast::Execute.stdout.on_target! # Y2Firewall interface zone mapping methods
BuildRequires: yast2 >= 4.1.42 BuildRequires: yast2 >= 4.1.53
Requires: yast2 >= 4.1.42 Requires: yast2 >= 4.1.53
# Product control need xml agent # Product control need xml agent
BuildRequires: yast2-xml BuildRequires: yast2-xml
@ -100,6 +100,7 @@ rake install DESTDIR="%{buildroot}"
%{yast_schemadir}/autoyast/rnc/networking.rnc %{yast_schemadir}/autoyast/rnc/networking.rnc
%{yast_schemadir}/autoyast/rnc/host.rnc %{yast_schemadir}/autoyast/rnc/host.rnc
%{yast_libdir}/network %{yast_libdir}/network
%{yast_libdir}/y2network
%{yast_libdir}/y2remote %{yast_libdir}/y2remote
%{yast_libdir}/cfa/ %{yast_libdir}/cfa/
%{yast_ydatadir}/network %{yast_ydatadir}/network