Accepting request 80031 from YaST:Head

- Fixed Custom Rules dialog to handle additional flags (bnc#712670)
- 2.21.0

- fixed .desktop file (bnc #681249)

OBS-URL: https://build.opensuse.org/request/show/80031
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-firewall?expand=0&rev=29
This commit is contained in:
Sascha Peilicke 2011-08-29 14:50:52 +00:00 committed by Git OBS Bridge
commit 1bb07ed162
4 changed files with 35 additions and 38 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f5662bdec8cbbf47aa1d041b99be9a3d64e2e8bd1192afb274b19100bfbee25d
size 115392

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d2de09dc52df294d723d09a28c84308bebb9e924796e883d3463ee23fd4435cd
size 116296

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Aug 26 13:33:57 CEST 2011 - locilka@suse.cz
- Fixed Custom Rules dialog to handle additional flags (bnc#712670)
- 2.21.0
-------------------------------------------------------------------
Fri Aug 5 12:32:00 CEST 2011 - tgoettlicher@suse.de
- fixed .desktop file (bnc #681249)
-------------------------------------------------------------------
Fri Apr 2 15:24:40 CEST 2010 - locilka@suse.cz

View File

@ -1,57 +1,43 @@
#
# spec file for package yast2-firewall (Version 2.19.1)
# spec file for package yast2-firewall (Version 2.21.0)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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/
#
# norootforbuild
Name: yast2-firewall
Version: 2.21.0
Release: 0
Name: yast2-firewall
Version: 2.19.1
Release: 1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-firewall-2.19.1.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-firewall-2.21.0.tar.bz2
Prefix: /usr
prefix: /usr
Group: System/YaST
License: GPLv2+
BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools yast2-testsuite
BuildRequires: yast2 >= 2.16.47
Group: System/YaST
License: GPL v2 or later
BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools yast2-testsuite
BuildRequires: yast2 >= 2.16.47
# Netmask::CheckPrefix4
Requires: yast2 >= 2.18.26
Requires: yast2 >= 2.18.26
# ButtonBox widget
Conflicts: yast2-ycp-ui-bindings < 2.17.3
Conflicts: yast2-ycp-ui-bindings < 2.17.3
Provides: yast2-config-firewall
Obsoletes: yast2-config-firewall
Provides: yast2-trans-firewall
Obsoletes: yast2-trans-firewall
Provides: yast2-config-firewall
Obsoletes: yast2-config-firewall
Provides: yast2-trans-firewall
Obsoletes: yast2-trans-firewall
BuildArch: noarch
BuildArchitectures: noarch
Summary: YaST2 - Firewall Configuration
Summary: YaST2 - Firewall Configuration
%description
A YaST2 module to be used for configuring a firewall.
%prep
%setup -n yast2-firewall-2.19.1
%setup -n yast2-firewall-2.21.0
%build
%{prefix}/bin/y2tool y2autoconf
@ -75,6 +61,7 @@ for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name "*.desk
%suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
done
%clean
rm -rf "$RPM_BUILD_ROOT"
@ -87,4 +74,3 @@ rm -rf "$RPM_BUILD_ROOT"
%{prefix}/share/applications/YaST2/firewall.desktop
/usr/share/YaST2/schema/autoyast/rnc/firewall.rnc
%doc %{prefix}/share/doc/packages/yast2-firewall
%changelog