From 77a9f19573d9fc9e249940f126228a97b6a4ebb2e6724c2cf39b4289d6b4b5c9 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 9 Jul 2008 00:19:46 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-firewall?expand=0&rev=12 --- yast2-firewall-2.16.2.tar.bz2 | 3 --- yast2-firewall-2.17.0.tar.bz2 | 3 +++ yast2-firewall.changes | 19 +++++++++++++++++++ yast2-firewall.spec | 22 ++++++++++++++++------ 4 files changed, 38 insertions(+), 9 deletions(-) delete mode 100644 yast2-firewall-2.16.2.tar.bz2 create mode 100644 yast2-firewall-2.17.0.tar.bz2 diff --git a/yast2-firewall-2.16.2.tar.bz2 b/yast2-firewall-2.16.2.tar.bz2 deleted file mode 100644 index ce3afae..0000000 --- a/yast2-firewall-2.16.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5552228ef1f1aac6a2f815ff544eddc3de8bbb05ff30f7ca7a9f3d95b3d1b97c -size 115699 diff --git a/yast2-firewall-2.17.0.tar.bz2 b/yast2-firewall-2.17.0.tar.bz2 new file mode 100644 index 0000000..41318d5 --- /dev/null +++ b/yast2-firewall-2.17.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dd46b6cb593ec3acfef99ce97b9e67e68c05b0a20215359f8372c41cd596bdb +size 115857 diff --git a/yast2-firewall.changes b/yast2-firewall.changes index 50a2be4..71c7972 100644 --- a/yast2-firewall.changes +++ b/yast2-firewall.changes @@ -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 diff --git a/yast2-firewall.spec b/yast2-firewall.spec index f73ec3c..a69ec60 100644 --- a/yast2-firewall.spec +++ b/yast2-firewall.spec @@ -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. # This file and all modifications and additions to the pristine @@ -12,17 +12,17 @@ Name: yast2-firewall -Version: 2.16.2 +Version: 2.17.0 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-firewall-2.16.2.tar.bz2 +Source0: yast2-firewall-2.17.0.tar.bz2 Prefix: /usr BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools yast2-testsuite BuildRequires: yast2 >= 2.16.47 -# FW_SERVICES_ACCEPT_RELATED_* -Requires: yast2 >= 2.16.47 +# SuSEFirewall::SetInstallPackagesIfMissing, bnc #388773 +Requires: yast2 >= 2.17.6 Provides: yast2-config-firewall Obsoletes: yast2-config-firewall Provides: yast2-trans-firewall @@ -42,7 +42,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-firewall-2.16.2 +%setup -n yast2-firewall-2.17.0 %build %{prefix}/bin/y2tool y2autoconf @@ -75,6 +75,16 @@ rm -rf "$RPM_BUILD_ROOT" /usr/share/YaST2/schema/autoyast/rnc/firewall.rnc %doc %{prefix}/share/doc/packages/yast2-firewall %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 - Unified Button Labels: OK instead of Accept (fate #120373). - Fixed help (bnc #376702).