- Fixed zone_options widget test mocking (fate#324662)
- 4.0.32 - Small improvements to the widget for modifying the assignation of interfaces to zones (fate##324662): - Permits to split the input field entry by any combination of spaces or commas. - Initialize the zone selector with the default zone. - 4.0.31 - Alert the user about unsaved changes when leaving the zone services configuration without applying changes (fate#324662) - 4.0.30 - AutoYaST configuration: Added support to editing and resetting the current configuration. Improved the writing process (fate324662). - 4.0.29 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-firewall?expand=0&rev=215
This commit is contained in:
parent
05831d7578
commit
7b6fb77156
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cd23fea10c51d7998702f9c83f8a32908da83acd1a8e30e328fe679933aa1def
|
|
||||||
size 68173
|
|
3
yast2-firewall-4.0.32.tar.bz2
Normal file
3
yast2-firewall-4.0.32.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:97b2fad41ee77cd22cc81f92a872b9dfc8fd25d2654081212f49038945ea02e0
|
||||||
|
size 70853
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 16 20:34:32 UTC 2018 - knut.anderssen@suse.com
|
||||||
|
|
||||||
|
- Fixed zone_options widget test mocking (fate#324662)
|
||||||
|
- 4.0.32
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 10 08:17:09 UTC 2018 - knut.anderssen@suse.com
|
||||||
|
|
||||||
|
- Small improvements to the widget for modifying the assignation
|
||||||
|
of interfaces to zones (fate##324662):
|
||||||
|
- Permits to split the input field entry by any combination of
|
||||||
|
spaces or commas.
|
||||||
|
- Initialize the zone selector with the default zone.
|
||||||
|
- 4.0.31
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 9 08:55:56 UTC 2018 - knut.anderssen@suse.com
|
||||||
|
|
||||||
|
- Alert the user about unsaved changes when leaving the zone
|
||||||
|
services configuration without applying changes (fate#324662)
|
||||||
|
- 4.0.30
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 5 06:49:03 UTC 2018 - knut.anderssen@suse.com
|
||||||
|
|
||||||
|
- AutoYaST configuration: Added support to editing and resetting
|
||||||
|
the current configuration. Improved the writing process
|
||||||
|
(fate324662).
|
||||||
|
- 4.0.29
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 2 11:52:27 UTC 2018 - knut.anderssen@suse.com
|
Tue Oct 2 11:52:27 UTC 2018 - knut.anderssen@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-firewall
|
Name: yast2-firewall
|
||||||
Version: 4.0.28
|
Version: 4.0.32
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -28,13 +28,13 @@ BuildRequires: update-desktop-files
|
|||||||
BuildRequires: yast2-devtools >= 3.1.10
|
BuildRequires: yast2-devtools >= 3.1.10
|
||||||
BuildRequires: yast2-testsuite
|
BuildRequires: yast2-testsuite
|
||||||
|
|
||||||
# Y2Firewall::Firewalld::Interface
|
# Y2Firewall::Firewalld#reset
|
||||||
BuildRequires: yast2 >= 4.1.17
|
BuildRequires: yast2 >= 4.1.21
|
||||||
BuildRequires: rubygem(%rb_default_ruby_abi:rspec)
|
BuildRequires: rubygem(%rb_default_ruby_abi:rspec)
|
||||||
BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake)
|
BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake)
|
||||||
|
|
||||||
# Y2Firewall::Firewalld::Interface
|
# Y2Firewall::Firewalld#reset
|
||||||
Requires: yast2 >= 4.1.17
|
Requires: yast2 >= 4.1.21
|
||||||
|
|
||||||
# ButtonBox widget
|
# ButtonBox widget
|
||||||
Conflicts: yast2-ycp-ui-bindings < 2.17.3
|
Conflicts: yast2-ycp-ui-bindings < 2.17.3
|
||||||
|
Loading…
Reference in New Issue
Block a user