From ce4ed1e11430647ee2e1b96b98aa838f96456ff331e789f0564654c13c55f39c Mon Sep 17 00:00:00 2001 From: ZYpp Developers Date: Tue, 22 Jan 2013 10:19:36 +0000 Subject: [PATCH] Update to last sucessful build OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-firewall?expand=0&rev=21 --- yast2-firewall-2.21.2.tar.bz2 | 3 --- yast2-firewall-2.21.3.tar.bz2 | 3 +++ yast2-firewall.changes | 11 +++++++++++ yast2-firewall.spec | 16 ++++++++-------- 4 files changed, 22 insertions(+), 11 deletions(-) delete mode 100644 yast2-firewall-2.21.2.tar.bz2 create mode 100644 yast2-firewall-2.21.3.tar.bz2 diff --git a/yast2-firewall-2.21.2.tar.bz2 b/yast2-firewall-2.21.2.tar.bz2 deleted file mode 100644 index 9eec971..0000000 --- a/yast2-firewall-2.21.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:605977ce51052f68841d19d882cd909be7f1009d675f9951bb59c44edee58985 -size 116108 diff --git a/yast2-firewall-2.21.3.tar.bz2 b/yast2-firewall-2.21.3.tar.bz2 new file mode 100644 index 0000000..1eaad42 --- /dev/null +++ b/yast2-firewall-2.21.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb43e2e3747efcb25e37b80c274fd1e26a7dd30042e052bb4d02aea7a323be80 +size 117419 diff --git a/yast2-firewall.changes b/yast2-firewall.changes index 7e5b579..ebdf9f9 100644 --- a/yast2-firewall.changes +++ b/yast2-firewall.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Nov 13 13:44:09 CET 2012 - tgoettlicher@suse.de + +- confirmed license GPL v2 +- 2.21.3 + +------------------------------------------------------------------- +Thu Mar 29 14:45:40 CEST 2012 - jsuchome@suse.cz + +- merged proofread texts + ------------------------------------------------------------------- Fri Nov 4 15:50:22 CET 2011 - locilka@suse.cz diff --git a/yast2-firewall.spec b/yast2-firewall.spec index 5d44e51..b47ea90 100644 --- a/yast2-firewall.spec +++ b/yast2-firewall.spec @@ -1,7 +1,7 @@ # # spec file for package yast2-firewall # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,20 +15,19 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: yast2-firewall -Version: 2.21.2 +Version: 2.21.3 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: yast2-firewall-%{version}.tar.bz2 -Group: System/YaST -License: GPL-2.0+ -BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools yast2-testsuite +BuildRequires: perl-XML-Writer +BuildRequires: update-desktop-files BuildRequires: yast2 >= 2.16.47 +BuildRequires: yast2-devtools +BuildRequires: yast2-testsuite # Netmask::CheckPrefix4 Requires: yast2 >= 2.18.26 @@ -44,6 +43,8 @@ Obsoletes: yast2-trans-firewall BuildArch: noarch Summary: YaST2 - Firewall Configuration +License: GPL-2.0 +Group: System/YaST %description A YaST2 module to be used for configuring a firewall. @@ -59,7 +60,6 @@ autoreconf --force --install export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG" export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG" -%{?suse_update_config:%{suse_update_config -f}} ./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir} # V=1: verbose build in case we used AM_SILENT_RULES(yes) # so that RPM_OPT_FLAGS check works