- Autoyast: remove unused options, move export to own class,
add support for custom zones in autoyast profile (fate#324662) - 4.1.8 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-firewall?expand=0&rev=225
This commit is contained in:
parent
1726254a0f
commit
816605547d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:89b06325c186ae111da6070d984fbe334bd9075fd382d319fca90aff4956f5c5
|
|
||||||
size 51502
|
|
3
yast2-firewall-4.1.8.tar.bz2
Normal file
3
yast2-firewall-4.1.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:482d708481a8bc7daa5397b4ba376467987cf5304a6b3f0899aa7038e62fa424
|
||||||
|
size 51925
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 16 12:02:14 UTC 2019 - jreidinger@suse.com
|
||||||
|
|
||||||
|
- Autoyast: remove unused options, move export to own class,
|
||||||
|
add support for custom zones in autoyast profile (fate#324662)
|
||||||
|
- 4.1.8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 11 16:25:41 UTC 2019 - lslezak@suse.cz
|
Fri Jan 11 16:25:41 UTC 2019 - lslezak@suse.cz
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-firewall
|
Name: yast2-firewall
|
||||||
Version: 4.1.7
|
Version: 4.1.8
|
||||||
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#reset
|
# reduced relations
|
||||||
BuildRequires: yast2 >= 4.1.21
|
BuildRequires: yast2 >= 4.1.51
|
||||||
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#reset
|
# reduced relations
|
||||||
Requires: yast2 >= 4.1.21
|
Requires: yast2 >= 4.1.51
|
||||||
|
|
||||||
# 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