From adb752a235143c3bbb2457d194ef44ed1860995003226f109c5e9d00893f7e74 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 26 Feb 2009 23:51:03 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-firewall?expand=0&rev=20 --- yast2-firewall-2.17.7.tar.bz2 | 3 --- yast2-firewall-2.18.0.tar.bz2 | 3 +++ yast2-firewall.changes | 12 ++++++++++++ yast2-firewall.spec | 17 +++++++++++------ 4 files changed, 26 insertions(+), 9 deletions(-) delete mode 100644 yast2-firewall-2.17.7.tar.bz2 create mode 100644 yast2-firewall-2.18.0.tar.bz2 diff --git a/yast2-firewall-2.17.7.tar.bz2 b/yast2-firewall-2.17.7.tar.bz2 deleted file mode 100644 index d48d672..0000000 --- a/yast2-firewall-2.17.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d406852c63f73356938e1ccc4f01db5c005cf99d36e6139aa115f69e6b8d94de -size 112634 diff --git a/yast2-firewall-2.18.0.tar.bz2 b/yast2-firewall-2.18.0.tar.bz2 new file mode 100644 index 0000000..c94a4b8 --- /dev/null +++ b/yast2-firewall-2.18.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:572f466e44688cd4b395f9b35add602f06b0a40e5389a9145295c309b53d2fd3 +size 117317 diff --git a/yast2-firewall.changes b/yast2-firewall.changes index 26ba81d..5793c9b 100644 --- a/yast2-firewall.changes +++ b/yast2-firewall.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Jan 20 14:54:18 CET 2009 - locilka@suse.cz + +- Updated help text according to suggestions (bnc #461406). +- 2.18.0 + +------------------------------------------------------------------- +Tue Jan 13 15:22:25 CET 2009 - locilka@suse.cz + +- Dropping the IPsec support as it doesn't have service defined by + package yet (bnc #478487). + ------------------------------------------------------------------- Mon Jan 12 10:27:26 CET 2009 - locilka@suse.cz diff --git a/yast2-firewall.spec b/yast2-firewall.spec index 2d20b1f..09a403e 100644 --- a/yast2-firewall.spec +++ b/yast2-firewall.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-firewall (Version 2.17.7) +# spec file for package yast2-firewall (Version 2.18.0) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,12 +19,12 @@ Name: yast2-firewall -Version: 2.17.7 -Release: 2 +Version: 2.18.0 +Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-firewall-2.17.7.tar.bz2 +Source0: yast2-firewall-2.18.0.tar.bz2 Prefix: /usr BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools yast2-testsuite BuildRequires: yast2 >= 2.16.47 @@ -51,7 +51,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-firewall-2.17.7 +%setup -n yast2-firewall-2.18.0 %build %{prefix}/bin/y2tool y2autoconf @@ -83,8 +83,13 @@ 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 +* Tue Jan 20 2009 locilka@suse.cz +- Updated help text according to suggestions (bnc #461406). +- 2.18.0 +* Tue Jan 13 2009 locilka@suse.cz +- Dropping the IPsec support as it doesn't have service defined by + package yet (bnc #478487). * Mon Jan 12 2009 locilka@suse.cz - A better sorting for allowed services and services to allow (bnc #461790).