2007-01-15 23:44:20 +00:00
|
|
|
#
|
2011-08-29 14:51:08 +00:00
|
|
|
# spec file for package yast2-firewall
|
2010-05-03 19:39:41 +00:00
|
|
|
#
|
2022-01-12 14:57:53 +00:00
|
|
|
# Copyright (c) 2022 SUSE LLC
|
2011-08-29 14:51:08 +00: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 15:13:59 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2011-08-29 14:51:08 +00:00
|
|
|
#
|
|
|
|
|
2011-08-29 11:16:09 +00:00
|
|
|
|
2011-08-29 14:51:08 +00:00
|
|
|
Name: yast2-firewall
|
2022-04-12 16:54:29 +00:00
|
|
|
Version: 4.5.0
|
2011-10-13 08:52:36 +00:00
|
|
|
Release: 0
|
2019-06-04 09:34:51 +00:00
|
|
|
Summary: YaST2 - Firewall Configuration
|
|
|
|
License: GPL-2.0-only
|
|
|
|
Group: System/YaST
|
2020-10-09 15:13:59 +00:00
|
|
|
URL: https://github.com/yast/yast-firewall
|
2011-08-29 11:16:09 +00:00
|
|
|
|
2013-10-08 12:21:50 +00:00
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
2011-08-29 11:16:09 +00:00
|
|
|
|
2013-01-22 10:19:36 +00:00
|
|
|
BuildRequires: perl-XML-Writer
|
|
|
|
BuildRequires: update-desktop-files
|
2019-06-04 09:34:51 +00:00
|
|
|
BuildRequires: yast2-devtools >= 4.2.2
|
2013-01-22 10:19:36 +00:00
|
|
|
BuildRequires: yast2-testsuite
|
2022-01-25 16:41:41 +00:00
|
|
|
# Replace PackageSystem with Package
|
|
|
|
BuildRequires: yast2 >= 4.4.38
|
2017-11-20 08:50:12 +00:00
|
|
|
BuildRequires: rubygem(%rb_default_ruby_abi:rspec)
|
|
|
|
BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake)
|
2008-03-28 16:15:37 +00:00
|
|
|
|
2022-01-25 16:41:41 +00:00
|
|
|
# Replace PackageSystem with Package
|
|
|
|
Requires: yast2 >= 4.4.38
|
2019-06-04 09:34:51 +00:00
|
|
|
Requires: yast2-ruby-bindings >= 1.0.0
|
2011-08-29 11:16:09 +00:00
|
|
|
|
2008-09-01 00:39:33 +00:00
|
|
|
# ButtonBox widget
|
2011-08-29 14:51:08 +00:00
|
|
|
Conflicts: yast2-ycp-ui-bindings < 2.17.3
|
2019-04-29 14:07:12 +00:00
|
|
|
# CpiMitigations
|
|
|
|
Conflicts: yast2-bootloader < 4.2.1
|
2011-08-29 11:16:09 +00:00
|
|
|
|
2011-08-29 14:51:08 +00:00
|
|
|
Provides: yast2-config-firewall
|
|
|
|
Provides: yast2-trans-firewall
|
2019-06-04 09:34:51 +00:00
|
|
|
|
|
|
|
Obsoletes: yast2-config-firewall
|
2011-08-29 14:51:08 +00:00
|
|
|
Obsoletes: yast2-trans-firewall
|
2011-08-29 11:16:09 +00:00
|
|
|
|
2020-08-12 11:15:41 +00:00
|
|
|
Supplements: autoyast(firewall)
|
|
|
|
|
2011-08-29 14:51:08 +00:00
|
|
|
BuildArch: noarch
|
2011-08-29 11:16:09 +00:00
|
|
|
|
2007-01-15 23:44:20 +00:00
|
|
|
%description
|
|
|
|
A YaST2 module to be used for configuring a firewall.
|
|
|
|
|
|
|
|
%prep
|
2019-06-04 09:34:51 +00:00
|
|
|
%setup -q
|
2007-01-15 23:44:20 +00:00
|
|
|
|
2017-11-03 14:44:09 +00:00
|
|
|
%check
|
2019-06-04 09:34:51 +00:00
|
|
|
%yast_check
|
2017-11-03 14:44:09 +00:00
|
|
|
|
2007-01-15 23:44:20 +00:00
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
2019-06-04 09:34:51 +00:00
|
|
|
%yast_install
|
|
|
|
%yast_metainfo
|
2018-08-22 08:24:21 +00:00
|
|
|
|
2007-01-15 23:44:20 +00:00
|
|
|
%files
|
2019-06-04 09:34:51 +00:00
|
|
|
%{yast_clientdir}
|
|
|
|
%{yast_libdir}
|
|
|
|
%{yast_desktopdir}
|
|
|
|
%{yast_metainfodir}
|
|
|
|
%{yast_schemadir}
|
2018-11-28 12:02:34 +00:00
|
|
|
%{yast_icondir}
|
2018-08-22 08:24:21 +00:00
|
|
|
%license COPYING
|
2017-11-03 14:44:09 +00:00
|
|
|
%doc README.md
|
2011-10-13 08:52:36 +00:00
|
|
|
|
2011-08-29 14:51:08 +00:00
|
|
|
%changelog
|