Hello community, here is the log from the commit of package yast2-firewall for openSUSE:Factory checked in at 2018-01-17 21:43:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-firewall (Old) and /work/SRC/openSUSE:Factory/.yast2-firewall.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-firewall" Wed Jan 17 21:43:05 2018 rev:55 rq:563226 version:4.0.8 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-firewall/yast2-firewall.changes 2017-06-16 14:20:57.379821532 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-firewall.new/yast2-firewall.changes 2018-01-17 21:43:06.905880900 +0100 @@ -1,0 +2,65 @@ +Mon Jan 8 22:40:27 UTC 2018 - knut.anders...@suse.com + +- AutoYaST: Added support to set the default zone and export the + configuration. (fate#323460) +- 4.0.8 + +------------------------------------------------------------------- +Thu Jan 4 13:25:49 CET 2018 - sch...@suse.de + +- AutoYaST: Reading settings only if the firewalld is installed. + (fate#323460) +- 4.0.7 + +------------------------------------------------------------------- +Fri Dec 22 08:52:21 UTC 2017 - knut.anders...@suse.com + +- AutoYaST: Firewalld schema is now the default but SuSEFirewall2 + based profiles will still work although not all the properties + are supported (#fate#323460) +- 4.0.6 + +------------------------------------------------------------------- +Tue Nov 21 00:15:55 UTC 2017 - knut.anders...@suse.com + +- Proposal: When the Firewall is disabled, open/close port links + are not shown in the proposal and are disabled in the specific + proposal dialog (bsc#1068354). +- 4.0.5 + +------------------------------------------------------------------- +Wed Nov 15 14:11:40 UTC 2017 - knut.anders...@suse.com + +- Do not touch firewalld services if it is not enabled in the + proposal (bsc#1067915) +- Fixed a SuSEFirewallCmdLine firewalld api call. +- 4.0.4 + +------------------------------------------------------------------- +Thu Nov 9 22:22:15 UTC 2017 - knut.anders...@suse.com + +- ProposalSettings: fixed an attribute name error when trying to + block vnc port (bsc#1067320) +- 4.0.3 + +------------------------------------------------------------------- +Thu Nov 9 09:16:14 UTC 2017 - knut.anders...@suse.com + +- ProposalSettings: fixed method name when vnc is enable by Linuxrc + (bsc#1067320) +- 4.0.2 + +------------------------------------------------------------------- +Wed Nov 8 13:55:31 UTC 2017 - knut.anders...@suse.com + +- Added missing require (bsc#1067180) +- 4.0.1 + +------------------------------------------------------------------- +Thu Oct 26 11:34:59 UTC 2017 - knut.anders...@suse.com + +- Remove support for SuSEFirewall2 in firewall client supporting + only firewalld (fate#323460) +- 4.0.0 + +------------------------------------------------------------------- Old: ---- yast2-firewall-3.2.0.tar.bz2 New: ---- yast2-firewall-4.0.8.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-firewall.spec ++++++ --- /var/tmp/diff_new_pack.ZO6N90/_old 2018-01-17 21:43:07.413857123 +0100 +++ /var/tmp/diff_new_pack.ZO6N90/_new 2018-01-17 21:43:07.417856935 +0100 @@ -1,7 +1,7 @@ # # spec file for package yast2-firewall # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: yast2-firewall -Version: 3.2.0 +Version: 4.0.8 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -28,10 +28,12 @@ BuildRequires: yast2-devtools >= 3.1.10 BuildRequires: yast2-testsuite # IP::CheckNetwork -BuildRequires: yast2 >= 2.23.25 +BuildRequires: yast2 >= 4.0.12 +BuildRequires: rubygem(%rb_default_ruby_abi:rspec) +BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake) -# FirewallD backend -Requires: yast2 >= 3.1.191 +# FirewallD default zone & export support +Requires: yast2 >= 4.0.32 # ButtonBox widget Conflicts: yast2-ycp-ui-bindings < 2.17.3 @@ -55,20 +57,25 @@ %prep %setup -n %{name}-%{version} +%check +rake test:unit + %build -%yast_build %install -%yast_install +rake install DESTDIR="%{buildroot}" %files %defattr(-,root,root) -%dir %{yast_yncludedir}/firewall -%{yast_yncludedir}/firewall/* -%{yast_moduledir}/SuSEFirewall* -%{yast_clientdir}/firewall* -%{yast_desktopdir}/firewall.desktop +%{yast_dir}/clients/*.rb +%{yast_dir}/lib +%{yast_dir}/include +%{yast_dir}/modules +%{yast_desktopdir}/*.desktop %{yast_schemadir}/autoyast/rnc/firewall.rnc -%doc %{yast_docdir} + +%doc COPYING +%doc README.md +%doc CONTRIBUTING.md %changelog ++++++ yast2-firewall-3.2.0.tar.bz2 -> yast2-firewall-4.0.8.tar.bz2 ++++++ ++++ 3693 lines of diff (skipped)