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
|
|
|
#
|
2017-01-16 13:38:36 +01:00
|
|
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
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.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2011-08-29 13:16:09 +02:00
|
|
|
|
2011-08-29 16:51:08 +02:00
|
|
|
Name: yast2-firewall
|
2017-04-10 14:25:45 +02:00
|
|
|
Version: 3.1.7
|
2011-10-13 10:52:36 +02:00
|
|
|
Release: 0
|
2011-08-29 13:16:09 +02:00
|
|
|
|
2011-08-29 16:51:08 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
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
|
2013-12-11 13:55:45 +01:00
|
|
|
BuildRequires: yast2-devtools >= 3.1.10
|
2013-01-22 11:19:36 +01:00
|
|
|
BuildRequires: yast2-testsuite
|
2013-05-07 11:26:54 +02:00
|
|
|
# IP::CheckNetwork
|
|
|
|
BuildRequires: yast2 >= 2.23.25
|
2008-03-28 17:15:37 +01:00
|
|
|
|
2016-05-25 15:18:33 +02:00
|
|
|
# FirewallD backend
|
|
|
|
Requires: yast2 >= 3.1.191
|
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
|
2011-08-29 13:16:09 +02:00
|
|
|
|
2011-08-29 16:51:08 +02:00
|
|
|
Provides: yast2-config-firewall
|
|
|
|
Obsoletes: yast2-config-firewall
|
|
|
|
Provides: yast2-trans-firewall
|
|
|
|
Obsoletes: yast2-trans-firewall
|
2011-08-29 13:16:09 +02:00
|
|
|
|
2011-08-29 16:51:08 +02:00
|
|
|
BuildArch: noarch
|
2011-08-29 13:16:09 +02:00
|
|
|
|
2013-07-30 13:34:04 +02:00
|
|
|
Requires: yast2-ruby-bindings >= 1.0.0
|
|
|
|
|
2011-08-29 16:51:08 +02:00
|
|
|
Summary: YaST2 - Firewall Configuration
|
2013-01-22 11:19:36 +01:00
|
|
|
License: GPL-2.0
|
|
|
|
Group: System/YaST
|
2007-01-16 00:44:20 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
A YaST2 module to be used for configuring a firewall.
|
|
|
|
|
|
|
|
%prep
|
2013-10-08 14:21:50 +02:00
|
|
|
%setup -n %{name}-%{version}
|
2007-01-16 00:44:20 +01:00
|
|
|
|
|
|
|
%build
|
2013-10-08 14:21:50 +02:00
|
|
|
%yast_build
|
2007-01-16 00:44:20 +01:00
|
|
|
|
|
|
|
%install
|
2013-10-08 14:21:50 +02:00
|
|
|
%yast_install
|
2007-01-16 00:44:20 +01:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2013-10-08 14:21:50 +02:00
|
|
|
%dir %{yast_yncludedir}/firewall
|
|
|
|
%{yast_yncludedir}/firewall/*
|
|
|
|
%{yast_moduledir}/SuSEFirewall*
|
|
|
|
%{yast_clientdir}/firewall*
|
|
|
|
%{yast_desktopdir}/firewall.desktop
|
|
|
|
%{yast_schemadir}/autoyast/rnc/firewall.rnc
|
|
|
|
%doc %{yast_docdir}
|
2011-10-13 10:52:36 +02:00
|
|
|
|
2011-08-29 16:51:08 +02:00
|
|
|
%changelog
|