- 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:
parent
38bc402c89
commit
a440ec8a92
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ec13f8d55bbd3acdfb525cc0ff9bfd14ee28c29b8c71df07fa0ee386ab8c808f
|
||||
size 392258
|
3
yast2-network-4.1.38.tar.bz2
Normal file
3
yast2-network-4.1.38.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:15ef09fdb9918afa72be71ab39043f329d5b8f945473054e40b9c601b309d3f2
|
||||
size 391362
|
@ -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
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: yast2-network
|
||||
Version: 4.1.37
|
||||
Version: 4.1.38
|
||||
Release: 0
|
||||
BuildArch: noarch
|
||||
|
||||
@ -31,9 +31,9 @@ Requires: yast2-proxy
|
||||
#for install task
|
||||
BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake)
|
||||
|
||||
# Yast::Execute.stdout.on_target!
|
||||
BuildRequires: yast2 >= 4.1.42
|
||||
Requires: yast2 >= 4.1.42
|
||||
# Y2Firewall interface zone mapping methods
|
||||
BuildRequires: yast2 >= 4.1.53
|
||||
Requires: yast2 >= 4.1.53
|
||||
|
||||
# Product control need xml agent
|
||||
BuildRequires: yast2-xml
|
||||
@ -100,6 +100,7 @@ rake install DESTDIR="%{buildroot}"
|
||||
%{yast_schemadir}/autoyast/rnc/networking.rnc
|
||||
%{yast_schemadir}/autoyast/rnc/host.rnc
|
||||
%{yast_libdir}/network
|
||||
%{yast_libdir}/y2network
|
||||
%{yast_libdir}/y2remote
|
||||
%{yast_libdir}/cfa/
|
||||
%{yast_ydatadir}/network
|
||||
|
Loading…
Reference in New Issue
Block a user