Accepting request 642637 from YaST:Head
submit new version 4.0.33 OBS-URL: https://build.opensuse.org/request/show/642637 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-firewall?expand=0&rev=69
This commit is contained in:
commit
49434f9ae1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef4a3c6a2c4d5bfd621cd7a9f0af90115e0a0d013bb760edf9f5c0f259624467
|
||||
size 58277
|
3
yast2-firewall-4.0.33.tar.bz2
Normal file
3
yast2-firewall-4.0.33.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd1bbfb98490c23d2499c36912c93beb2d5f1aeb95107992794ccdc7e2669a57
|
||||
size 70534
|
@ -1,3 +1,67 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 17 10:48:42 UTC 2018 - knut.anderssen@suse.com
|
||||
|
||||
- Added missing interfaces helpers requirement (fate#324662)
|
||||
- 4.0.33
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- AutoYast schema:
|
||||
- Allowed the new 'description', 'short' and 'target' elements in
|
||||
zone entries (bsc#1108199)
|
||||
- 4.0.28
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 21 13:26:02 UTC 2018 - igonzalezsosa@suse.com
|
||||
|
||||
- Add a new user interface to manage firewalld configuration
|
||||
(fate#324662).
|
||||
- Supported featues:
|
||||
- Manage the firewalld service.
|
||||
- Browse interfaces and assign them to firewall zones.
|
||||
- List zones and design one of them as the default.
|
||||
- Assign services to zones.
|
||||
- Open ports.
|
||||
- 4.0.27
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 20 16:21:38 CEST 2018 - schubi@suse.de
|
||||
|
||||
- Switched license in spec file from SPDX2 to SPDX3 format.
|
||||
- Changed dir of COPYING file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 28 15:43:21 CEST 2018 - schubi@suse.de
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: yast2-firewall
|
||||
Version: 4.0.26
|
||||
Version: 4.0.33
|
||||
Release: 0
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -28,13 +28,13 @@ BuildRequires: update-desktop-files
|
||||
BuildRequires: yast2-devtools >= 3.1.10
|
||||
BuildRequires: yast2-testsuite
|
||||
|
||||
# Firewalld read?
|
||||
BuildRequires: yast2 >= 4.0.45
|
||||
# Y2Firewall::Firewalld#reset
|
||||
BuildRequires: yast2 >= 4.1.21
|
||||
BuildRequires: rubygem(%rb_default_ruby_abi:rspec)
|
||||
BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake)
|
||||
|
||||
# Firewalld - extended API
|
||||
Requires: yast2 >= 4.0.49
|
||||
# Y2Firewall::Firewalld#reset
|
||||
Requires: yast2 >= 4.1.21
|
||||
|
||||
# ButtonBox widget
|
||||
Conflicts: yast2-ycp-ui-bindings < 2.17.3
|
||||
@ -49,7 +49,7 @@ BuildArch: noarch
|
||||
Requires: yast2-ruby-bindings >= 1.0.0
|
||||
|
||||
Summary: YaST2 - Firewall Configuration
|
||||
License: GPL-2.0
|
||||
License: GPL-2.0-only
|
||||
Group: System/YaST
|
||||
|
||||
%description
|
||||
@ -66,6 +66,11 @@ rake test:unit
|
||||
%install
|
||||
rake install DESTDIR="%{buildroot}"
|
||||
|
||||
# Remove the license from the /usr/share/doc/packages directory,
|
||||
# it is also included in the /usr/share/licenses directory by using
|
||||
# the %license tag.
|
||||
rm -f $RPM_BUILD_ROOT/%{yast_docdir}/COPYING
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{yast_dir}/clients/*.rb
|
||||
@ -75,7 +80,7 @@ rake install DESTDIR="%{buildroot}"
|
||||
%{yast_desktopdir}/*.desktop
|
||||
%{yast_schemadir}/autoyast/rnc/firewall.rnc
|
||||
|
||||
%doc COPYING
|
||||
%license COPYING
|
||||
%doc README.md
|
||||
%doc CONTRIBUTING.md
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user