Accepting request 103452 from security:netfilter

- Update to new upstream release 1.0.1
* add support for mark masks

OBS-URL: https://build.opensuse.org/request/show/103452
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conntrack-tools?expand=0&rev=12
This commit is contained in:
Stephan Kulow 2012-02-10 16:12:13 +00:00 committed by Git OBS Bridge
commit 2c46ad89c8
6 changed files with 18 additions and 12 deletions

View File

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

Binary file not shown.

View File

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

Binary file not shown.

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 4 20:16:48 UTC 2012 - jengelh@medozas.de
- Update to new upstream release 1.0.1
* add support for mark masks
-------------------------------------------------------------------
Sat Sep 17 23:49:42 UTC 2011 - jengelh@medozas.de

View File

@ -1,7 +1,7 @@
#
# spec file for package conntrack-tools
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 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
@ -18,17 +18,19 @@
Name: conntrack-tools
Version: 1.0.0
Version: 1.0.1
Release: 1
License: GPL-2.0+
Group: Productivity/Networking/Security
Url: http://conntrack-tools.netfilter.org/
Source: http://www.netfilter.org/projects/conntrack-tools/files/%name-%version.tar.bz2
Source2: http://www.netfilter.org/projects/conntrack-tools/files/%name-%version.tar.bz2.sig
#Git-Clone: git://git.netfilter.org/conntrack-tools
Source: http://netfilter.org/projects/conntrack-tools/files/%name-%version.tar.bz2
Source2: http://netfilter.org/projects/conntrack-tools/files/%name-%version.tar.bz2.sig
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bison flex
BuildRequires: libnetfilter_conntrack-devel >= 0.9.1
BuildRequires: libnfnetlink-devel >= 1.0.0 pkg-config >= 0.19
BuildRequires: bison flex pkgconfig >= 0.23
BuildRequires: pkgconfig(libnetfilter_conntrack) >= 0.9.1
BuildRequires: pkgconfig(libnfnetlink) >= 1.0.0
Summary: Userspace tools for interacting with the Connection Tracking System
%description
@ -42,8 +44,6 @@ conntrackd covers the specific aspects of stateful firewalls to
enable highly available scenarios, and can be used as statistics
collector as well.
%define debug_package_requires %name = %version-%release
%prep
%setup -q