forked from jengelh/iptables
Accepting request 27905 from Base:System
Copy from Base:System/iptables based on submit request 27905 from user puzel OBS-URL: https://build.opensuse.org/request/show/27905 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iptables?expand=0&rev=18
This commit is contained in:
parent
313e0f9055
commit
81ba7a66f1
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 30 13:01:52 UTC 2009 - puzel@novell.com
|
||||
|
||||
- fix bnc#561793 - do not include unclean module documentation
|
||||
in iptables manpage
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 22 18:09:11 CET 2009 - jengelh@medozas.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package iptables (Version 1.4.6)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 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
|
||||
@ -22,7 +22,7 @@ Name: iptables
|
||||
License: GPLv2+
|
||||
Group: Productivity/Networking/Security
|
||||
Version: 1.4.6
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: IP Packet Filter Administration
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
Patch0: %{name}-batch.patch
|
||||
@ -63,6 +63,8 @@ Authors:
|
||||
|
||||
%build
|
||||
autoreconf -f -i
|
||||
# bnc#561793 - do not include unclean module in iptables manpage
|
||||
rm -rf extensions/libipt_unclean.man
|
||||
%configure \
|
||||
--enable-libipq \
|
||||
--libexecdir=%{_libdir}
|
||||
|
Loading…
Reference in New Issue
Block a user