2007-01-16 00:44:20 +01:00
|
|
|
#
|
2011-08-29 16:51:08 +02:00
|
|
|
# spec file for package yast2-firewall
|
2010-05-03 21:39:41 +02:00
|
|
|
#
|
2020-10-09 17:13:59 +02:00
|
|
|
# Copyright (c) 2020 SUSE LLC
|
2011-08-29 16:51:08 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2020-10-09 17:13:59 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2011-08-29 16:51:08 +02:00
|
|
|
#
|
|
|
|
|
2011-08-29 13:16:09 +02:00
|
|
|
|
2011-08-29 16:51:08 +02:00
|
|
|
Name: yast2-firewall
|
2020-10-19 10:33:33 +02:00
|
|
|
Version: 4.3.7
|
2011-10-13 10:52:36 +02:00
|
|
|
Release: 0
|
2019-06-04 11:34:51 +02:00
|
|
|
Summary: YaST2 - Firewall Configuration
|
|
|
|
License: GPL-2.0-only
|
|
|
|
Group: System/YaST
|
2020-10-09 17:13:59 +02:00
|
|
|
URL: https://github.com/yast/yast-firewall
|
2011-08-29 13:16:09 +02:00
|
|
|
|
2013-10-08 14:21:50 +02:00
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
2011-08-29 13:16:09 +02:00
|
|
|
|
2013-01-22 11:19:36 +01:00
|
|
|
BuildRequires: perl-XML-Writer
|
|
|
|
BuildRequires: update-desktop-files
|
2019-06-04 11:34:51 +02:00
|
|
|
BuildRequires: yast2-devtools >= 4.2.2
|
2013-01-22 11:19:36 +01:00
|
|
|
BuildRequires: yast2-testsuite
|
2020-07-24 13:37:40 +02:00
|
|
|
# Y2Firewall::Firewalld#modified_from_default
|
|
|
|
BuildRequires: yast2 >= 4.3.17
|
2017-11-20 09:50:12 +01:00
|
|
|
BuildRequires: rubygem(%rb_default_ruby_abi:rspec)
|
|
|
|
BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake)
|
2008-03-28 17:15:37 +01:00
|
|
|
|
2020-07-24 13:37:40 +02:00
|
|
|
# Y2Firewall::Firewalld#modified_from_default
|
|
|
|
Requires: yast2 >= 4.3.17
|
2019-06-04 11:34:51 +02:00
|
|
|
Requires: yast2-ruby-bindings >= 1.0.0
|
2011-08-29 13:16:09 +02:00
|
|
|
|
2008-09-01 02:39:33 +02:00
|
|
|
# ButtonBox widget
|
2011-08-29 16:51:08 +02:00
|
|
|
Conflicts: yast2-ycp-ui-bindings < 2.17.3
|
2019-04-29 16:07:12 +02:00
|
|
|
# CpiMitigations
|
|
|
|
Conflicts: yast2-bootloader < 4.2.1
|
2011-08-29 13:16:09 +02:00
|
|
|
|
2011-08-29 16:51:08 +02:00
|
|
|
Provides: yast2-config-firewall
|
|
|
|
Provides: yast2-trans-firewall
|
2019-06-04 11:34:51 +02:00
|
|
|
|
|
|
|
Obsoletes: yast2-config-firewall
|
2011-08-29 16:51:08 +02:00
|
|
|
Obsoletes: yast2-trans-firewall
|
2011-08-29 13:16:09 +02:00
|
|
|
|
2020-08-12 13:15:41 +02:00
|
|
|
Supplements: autoyast(firewall)
|
|
|
|
|
2011-08-29 16:51:08 +02:00
|
|
|
BuildArch: noarch
|
2011-08-29 13:16:09 +02:00
|
|
|
|
2007-01-16 00:44:20 +01:00
|
|
|
%description
|
|
|
|
A YaST2 module to be used for configuring a firewall.
|
|
|
|
|
|
|
|
%prep
|
2019-06-04 11:34:51 +02:00
|
|
|
%setup -q
|
2007-01-16 00:44:20 +01:00
|
|
|
|
2017-11-03 15:44:09 +01:00
|
|
|
%check
|
2019-06-04 11:34:51 +02:00
|
|
|
%yast_check
|
2017-11-03 15:44:09 +01:00
|
|
|
|
2007-01-16 00:44:20 +01:00
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
2019-06-04 11:34:51 +02:00
|
|
|
%yast_install
|
|
|
|
%yast_metainfo
|
2018-08-22 10:24:21 +02:00
|
|
|
|
2007-01-16 00:44:20 +01:00
|
|
|
%files
|
2019-06-04 11:34:51 +02:00
|
|
|
%{yast_clientdir}
|
|
|
|
%{yast_libdir}
|
|
|
|
%{yast_desktopdir}
|
|
|
|
%{yast_metainfodir}
|
|
|
|
%{yast_schemadir}
|
2018-11-28 13:02:34 +01:00
|
|
|
%{yast_icondir}
|
2018-08-22 10:24:21 +02:00
|
|
|
%license COPYING
|
2017-11-03 15:44:09 +01:00
|
|
|
%doc README.md
|
2011-10-13 10:52:36 +02:00
|
|
|
|
2011-08-29 16:51:08 +02:00
|
|
|
%changelog
|