Update to last sucessful build

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-firewall?expand=0&rev=21
This commit is contained in:
ZYpp Developers 2013-01-22 10:19:36 +00:00 committed by Git OBS Bridge
parent 5a03b40a6e
commit ce4ed1e114
4 changed files with 22 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:605977ce51052f68841d19d882cd909be7f1009d675f9951bb59c44edee58985
size 116108

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bb43e2e3747efcb25e37b80c274fd1e26a7dd30042e052bb4d02aea7a323be80
size 117419

View File

@ -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 Fri Nov 4 15:50:22 CET 2011 - locilka@suse.cz

View File

@ -1,7 +1,7 @@
# #
# spec file for package yast2-firewall # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -15,20 +15,19 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild
Name: yast2-firewall Name: yast2-firewall
Version: 2.21.2 Version: 2.21.3
Release: 0 Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-firewall-%{version}.tar.bz2 Source0: yast2-firewall-%{version}.tar.bz2
Group: System/YaST BuildRequires: perl-XML-Writer
License: GPL-2.0+ BuildRequires: update-desktop-files
BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools yast2-testsuite
BuildRequires: yast2 >= 2.16.47 BuildRequires: yast2 >= 2.16.47
BuildRequires: yast2-devtools
BuildRequires: yast2-testsuite
# Netmask::CheckPrefix4 # Netmask::CheckPrefix4
Requires: yast2 >= 2.18.26 Requires: yast2 >= 2.18.26
@ -44,6 +43,8 @@ Obsoletes: yast2-trans-firewall
BuildArch: noarch BuildArch: noarch
Summary: YaST2 - Firewall Configuration Summary: YaST2 - Firewall Configuration
License: GPL-2.0
Group: System/YaST
%description %description
A YaST2 module to be used for configuring a firewall. A YaST2 module to be used for configuring a firewall.
@ -59,7 +60,6 @@ autoreconf --force --install
export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG" export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG" export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
%{?suse_update_config:%{suse_update_config -f}}
./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir} ./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
# V=1: verbose build in case we used AM_SILENT_RULES(yes) # V=1: verbose build in case we used AM_SILENT_RULES(yes)
# so that RPM_OPT_FLAGS check works # so that RPM_OPT_FLAGS check works