This commit is contained in:
parent
5d8b1bcee4
commit
b097a60321
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3188df317663d09234f106cfb2c0203133e33afcf78d21497916a2df71dcbff8
|
|
||||||
size 106657
|
|
3
yast2-firewall-2.15.3.tar.bz2
Normal file
3
yast2-firewall-2.15.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d76efdb67a3d45b4b3832b23d76274622c2e59feb2ae8cbac74d5d4aac384fa1
|
||||||
|
size 108934
|
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 2 13:37:56 CET 2007 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Adding forgotten handling of `cancel in the Summary dialog
|
||||||
|
(bugzilla #249777).
|
||||||
|
- 2.15.3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 28 15:31:25 CET 2007 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Check and install SuSEfirewall2 package when reading the
|
||||||
|
configuration. Supported in yast2-2.15.15 and later (#245506).
|
||||||
|
- Disabling possibility to configure firewall in Installation in
|
||||||
|
Network proposal when SuSEfirewall2 package is not installed.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 27 14:28:21 CET 2007 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Added support for Firewall Custom Rules (FATE #120042,
|
||||||
|
FATE #100068). Supported settings are: Source Network, Source
|
||||||
|
Port, Protocol, and Destination Port.
|
||||||
|
- Added new testsuite.
|
||||||
|
- 2.15.2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 22 17:26:21 CET 2007 - locilka@suse.cz
|
Thu Feb 22 17:26:21 CET 2007 - locilka@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-firewall (Version 2.15.1)
|
# spec file for package yast2-firewall (Version 2.15.3)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -11,15 +11,17 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: yast2-firewall
|
Name: yast2-firewall
|
||||||
Version: 2.15.1
|
Version: 2.15.3
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GNU General Public License (GPL)
|
License: GNU General Public License (GPL)
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: yast2-firewall-2.15.1.tar.bz2
|
Source0: yast2-firewall-2.15.3.tar.bz2
|
||||||
prefix: /usr
|
prefix: /usr
|
||||||
BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools yast2-testsuite
|
BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools yast2-testsuite
|
||||||
Requires: yast2 >= 2.13.70
|
# SuSEFirewallExpertRules::DeleteRuleID()
|
||||||
|
# SuSEFirewall::SuSEFirewallIsInstalled()
|
||||||
|
Requires: yast2 >= 2.15.15
|
||||||
Provides: yast2-config-firewall
|
Provides: yast2-config-firewall
|
||||||
Obsoletes: yast2-config-firewall
|
Obsoletes: yast2-config-firewall
|
||||||
Provides: yast2-trans-firewall
|
Provides: yast2-trans-firewall
|
||||||
@ -39,7 +41,7 @@ Authors:
|
|||||||
Lukas Ocilka <locilka@suse.de>
|
Lukas Ocilka <locilka@suse.de>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-firewall-2.15.1
|
%setup -n yast2-firewall-2.15.3
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -73,6 +75,21 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%doc %{prefix}/share/doc/packages/yast2-firewall
|
%doc %{prefix}/share/doc/packages/yast2-firewall
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 02 2007 - locilka@suse.cz
|
||||||
|
- Adding forgotten handling of `cancel in the Summary dialog
|
||||||
|
(bugzilla #249777).
|
||||||
|
- 2.15.3
|
||||||
|
* Wed Feb 28 2007 - locilka@suse.cz
|
||||||
|
- Check and install SuSEfirewall2 package when reading the
|
||||||
|
configuration. Supported in yast2-2.15.15 and later (#245506).
|
||||||
|
- Disabling possibility to configure firewall in Installation in
|
||||||
|
Network proposal when SuSEfirewall2 package is not installed.
|
||||||
|
* Tue Feb 27 2007 - locilka@suse.cz
|
||||||
|
- Added support for Firewall Custom Rules (FATE #120042,
|
||||||
|
FATE #100068). Supported settings are: Source Network, Source
|
||||||
|
Port, Protocol, and Destination Port.
|
||||||
|
- Added new testsuite.
|
||||||
|
- 2.15.2
|
||||||
* Thu Feb 22 2007 - locilka@suse.cz
|
* Thu Feb 22 2007 - locilka@suse.cz
|
||||||
- Fixed and unified icons in dialogs.
|
- Fixed and unified icons in dialogs.
|
||||||
- 2.15.1
|
- 2.15.1
|
||||||
|
Loading…
Reference in New Issue
Block a user