This commit is contained in:
parent
bebd807e62
commit
acf6468f9b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:59688077f9ecf92b6fec853177fe1d9369c4452de9a3b928083d2820b296d77a
|
|
||||||
size 116228
|
|
3
yast2-firewall-2.17.2.tar.bz2
Normal file
3
yast2-firewall-2.17.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d7145913cec729559b4aca84892102f5ddcda32fb2e57136050ea1ad29fe93fe
|
||||||
|
size 116287
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 28 14:06:47 CEST 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Pup-up dialogs adapted to new ButtonBox widget (FATE #303446).
|
||||||
|
- TextEntry -> InputField.
|
||||||
|
- Adapted RPM dependencies.
|
||||||
|
- 2.17.2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 16 18:50:14 CEST 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
- No more built-in YaST Firewall services...
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 15 18:37:56 CEST 2008 - locilka@suse.cz
|
Tue Jul 15 18:37:56 CEST 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
@ -1,10 +1,17 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-firewall (Version 2.17.1)
|
# spec file for package yast2-firewall (Version 2.17.2)
|
||||||
#
|
#
|
||||||
# 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
|
|
||||||
# package are under the same license as the package itself.
|
|
||||||
#
|
#
|
||||||
|
# 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/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
@ -12,17 +19,19 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-firewall
|
Name: yast2-firewall
|
||||||
Version: 2.17.1
|
Version: 2.17.2
|
||||||
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.17.1.tar.bz2
|
Source0: yast2-firewall-2.17.2.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
|
||||||
# SuSEFirewall::SetInstallPackagesIfMissing, bnc #388773
|
# SuSEFirewall::SetInstallPackagesIfMissing, bnc #388773
|
||||||
Requires: yast2 >= 2.17.6
|
Requires: yast2 >= 2.17.6
|
||||||
|
# ButtonBox widget
|
||||||
|
Conflicts: yast2-ycp-ui-bindings < 2.17.3
|
||||||
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 +51,7 @@ Authors:
|
|||||||
Lukas Ocilka <locilka@suse.de>
|
Lukas Ocilka <locilka@suse.de>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-firewall-2.17.1
|
%setup -n yast2-firewall-2.17.2
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -76,6 +85,13 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%doc %{prefix}/share/doc/packages/yast2-firewall
|
%doc %{prefix}/share/doc/packages/yast2-firewall
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 28 2008 locilka@suse.cz
|
||||||
|
- Pup-up dialogs adapted to new ButtonBox widget (FATE #303446).
|
||||||
|
- TextEntry -> InputField.
|
||||||
|
- Adapted RPM dependencies.
|
||||||
|
- 2.17.2
|
||||||
|
* Wed Jul 16 2008 locilka@suse.cz
|
||||||
|
- No more built-in YaST Firewall services...
|
||||||
* Tue Jul 15 2008 locilka@suse.cz
|
* Tue Jul 15 2008 locilka@suse.cz
|
||||||
- SuSEFirewallUI and SuSEFirewallCMDLine YCP modules marked as
|
- SuSEFirewallUI and SuSEFirewallCMDLine YCP modules marked as
|
||||||
internal.
|
internal.
|
||||||
|
Loading…
Reference in New Issue
Block a user