- Remove support for SuSEFirewall2 in firewall client supporting
only firewalld (fate#323460) - 4.0.0 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-firewall?expand=0&rev=183
This commit is contained in:
parent
ba1c9864db
commit
1f226146fa
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:840e134b0230f350fac27686459ffd9b8bc0ff047767ac7ea1dc72dc51dedafd
|
|
||||||
size 51782
|
|
3
yast2-firewall-4.0.0.tar.bz2
Normal file
3
yast2-firewall-4.0.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c71f0901167de1f4dd7efa8c35cbea9f882c3c5aa4f3e9242d17dec761c35197
|
||||||
|
size 53489
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 26 11:34:59 UTC 2017 - knut.anderssen@suse.com
|
||||||
|
|
||||||
|
- Remove support for SuSEFirewall2 in firewall client supporting
|
||||||
|
only firewalld (fate#323460)
|
||||||
|
- 4.0.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 14 07:37:51 UTC 2017 - mfilka@suse.com
|
Wed Jun 14 07:37:51 UTC 2017 - mfilka@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-firewall
|
Name: yast2-firewall
|
||||||
Version: 3.2.0
|
Version: 4.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -29,9 +29,11 @@ BuildRequires: yast2-devtools >= 3.1.10
|
|||||||
BuildRequires: yast2-testsuite
|
BuildRequires: yast2-testsuite
|
||||||
# IP::CheckNetwork
|
# IP::CheckNetwork
|
||||||
BuildRequires: yast2 >= 2.23.25
|
BuildRequires: yast2 >= 2.23.25
|
||||||
|
BuildRequires: rubygem(rspec)
|
||||||
|
BuildRequires: rubygem(yast-rake)
|
||||||
|
|
||||||
# FirewallD backend
|
# FirewallD API
|
||||||
Requires: yast2 >= 3.1.191
|
Requires: yast2 >= 4.0.12
|
||||||
|
|
||||||
# ButtonBox widget
|
# ButtonBox widget
|
||||||
Conflicts: yast2-ycp-ui-bindings < 2.17.3
|
Conflicts: yast2-ycp-ui-bindings < 2.17.3
|
||||||
@ -55,20 +57,25 @@ A YaST2 module to be used for configuring a firewall.
|
|||||||
%prep
|
%prep
|
||||||
%setup -n %{name}-%{version}
|
%setup -n %{name}-%{version}
|
||||||
|
|
||||||
|
%check
|
||||||
|
rake test:unit
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%yast_build
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%yast_install
|
rake install DESTDIR="%{buildroot}"
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{yast_yncludedir}/firewall
|
%{yast_dir}/clients/*.rb
|
||||||
%{yast_yncludedir}/firewall/*
|
%{yast_dir}/lib
|
||||||
%{yast_moduledir}/SuSEFirewall*
|
%{yast_dir}/include
|
||||||
%{yast_clientdir}/firewall*
|
%{yast_dir}/modules
|
||||||
%{yast_desktopdir}/firewall.desktop
|
%{yast_desktopdir}/*.desktop
|
||||||
%{yast_schemadir}/autoyast/rnc/firewall.rnc
|
%{yast_schemadir}/autoyast/rnc/firewall.rnc
|
||||||
%doc %{yast_docdir}
|
|
||||||
|
%doc COPYING
|
||||||
|
%doc README.md
|
||||||
|
%doc CONTRIBUTING.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user