Skip to content

Commit

Permalink
fixed rnc file
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Feb 19, 2018
1 parent 63bbaa1 commit 63c7877
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions package/yast2-firewall.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Feb 19 13:36:05 CET 2018 - schubi@suse.de

- Fixed "default_zone" in rnc file. (bnc#1013047)
- 4.0.15

-------------------------------------------------------------------
Thu Feb 15 10:58:14 UTC 2018 - mfilka@suse.com

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-firewall.spec
Expand Up @@ -17,7 +17,7 @@


Name: yast2-firewall
Version: 4.0.14
Version: 4.0.15
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
2 changes: 2 additions & 0 deletions src/autoyast-rnc/firewall.rnc
Expand Up @@ -24,6 +24,7 @@ y2_firewall =
| FW_SERVICES_EXT_IP
| start_firewall
| enable_firewall
| default_zone
| FW_ALLOW_FW_BROADCAST_DMZ
| FW_ALLOW_FW_BROADCAST_INT
| FW_ALLOW_FW_BROADCAST_EXT
Expand Down Expand Up @@ -84,6 +85,7 @@ FW_SERVICES_EXT_TCP = element FW_SERVICES_EXT_TCP { text }
FW_SERVICES_EXT_IP = element FW_SERVICES_EXT_IP { text }
start_firewall = element start_firewall { BOOLEAN }
enable_firewall = element enable_firewall { BOOLEAN }
default_zone = element default_zone { text }
FW_ALLOW_FW_BROADCAST_DMZ = element FW_ALLOW_FW_BROADCAST_DMZ { text }
FW_ALLOW_FW_BROADCAST_EXT = element FW_ALLOW_FW_BROADCAST_EXT { text }
FW_ALLOW_FW_BROADCAST_INT = element FW_ALLOW_FW_BROADCAST_INT { text }
Expand Down

0 comments on commit 63c7877

Please sign in to comment.