This commit is contained in:
parent
70211c6ecd
commit
77a9f19573
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5552228ef1f1aac6a2f815ff544eddc3de8bbb05ff30f7ca7a9f3d95b3d1b97c
|
|
||||||
size 115699
|
|
3
yast2-firewall-2.17.0.tar.bz2
Normal file
3
yast2-firewall-2.17.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4dd46b6cb593ec3acfef99ce97b9e67e68c05b0a20215359f8372c41cd596bdb
|
||||||
|
size 115857
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 8 11:30:47 CEST 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Explicitely enabling functionality that offers to install
|
||||||
|
firewall packages if missing (bnc #388773).
|
||||||
|
- Adjusted firewall proposal to new API (fallback ports to open).
|
||||||
|
- 2.17.0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 16 16:40:22 CEST 2008 - jsrain@suse.cz
|
||||||
|
|
||||||
|
- added categories Settings and System into desktop file
|
||||||
|
(bnc #382778)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 22 17:28:58 CEST 2008 - ug@suse.de
|
||||||
|
|
||||||
|
- rnc file fixed
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 14 12:01:44 CEST 2008 - locilka@suse.cz
|
Mon Apr 14 12:01:44 CEST 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-firewall (Version 2.16.2)
|
# spec file for package yast2-firewall (Version 2.17.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 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
|
||||||
@ -12,17 +12,17 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-firewall
|
Name: yast2-firewall
|
||||||
Version: 2.16.2
|
Version: 2.17.0
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: yast2-firewall-2.16.2.tar.bz2
|
Source0: yast2-firewall-2.17.0.tar.bz2
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools yast2-testsuite
|
BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools yast2-testsuite
|
||||||
BuildRequires: yast2 >= 2.16.47
|
BuildRequires: yast2 >= 2.16.47
|
||||||
# FW_SERVICES_ACCEPT_RELATED_*
|
# SuSEFirewall::SetInstallPackagesIfMissing, bnc #388773
|
||||||
Requires: yast2 >= 2.16.47
|
Requires: yast2 >= 2.17.6
|
||||||
Provides: yast2-config-firewall
|
Provides: yast2-config-firewall
|
||||||
Obsoletes: yast2-config-firewall
|
Obsoletes: yast2-config-firewall
|
||||||
Provides: yast2-trans-firewall
|
Provides: yast2-trans-firewall
|
||||||
@ -42,7 +42,7 @@ Authors:
|
|||||||
Lukas Ocilka <locilka@suse.de>
|
Lukas Ocilka <locilka@suse.de>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-firewall-2.16.2
|
%setup -n yast2-firewall-2.17.0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -75,6 +75,16 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
/usr/share/YaST2/schema/autoyast/rnc/firewall.rnc
|
/usr/share/YaST2/schema/autoyast/rnc/firewall.rnc
|
||||||
%doc %{prefix}/share/doc/packages/yast2-firewall
|
%doc %{prefix}/share/doc/packages/yast2-firewall
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 08 2008 locilka@suse.cz
|
||||||
|
- Explicitely enabling functionality that offers to install
|
||||||
|
firewall packages if missing (bnc #388773).
|
||||||
|
- Adjusted firewall proposal to new API (fallback ports to open).
|
||||||
|
- 2.17.0
|
||||||
|
* Fri May 16 2008 jsrain@suse.cz
|
||||||
|
- added categories Settings and System into desktop file
|
||||||
|
(bnc #382778)
|
||||||
|
* Tue Apr 22 2008 ug@suse.de
|
||||||
|
- rnc file fixed
|
||||||
* Mon Apr 14 2008 locilka@suse.cz
|
* Mon Apr 14 2008 locilka@suse.cz
|
||||||
- Unified Button Labels: OK instead of Accept (fate #120373).
|
- Unified Button Labels: OK instead of Accept (fate #120373).
|
||||||
- Fixed help (bnc #376702).
|
- Fixed help (bnc #376702).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user