Jan Engelhardt 2012-05-19 22:14:33 +00:00 committed by Git OBS Bridge
parent 114b0c1e39
commit 6ca1124be1
6 changed files with 20 additions and 11 deletions

View File

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

View File

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

Binary file not shown.

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat May 19 22:08:36 UTC 2012 - jengelh@inai.de
- Update to new upstream release 1.0.1
* add NAT, expectfn and class support
* conntrack: add new ATTR_GRP_[ORIG|REPL]_ADDR_[SRC|DST] attributes
-------------------------------------------------------------------
Wed Jan 4 18:28:21 UTC 2012 - jengelh@medozas.de

View File

@ -16,13 +16,10 @@
#
Name: libnetfilter_conntrack
%define lname %{name}3
Version: 1.0.0
Version: 1.0.1
Release: 0
License: GPL-2.0+
Group: Productivity/Networking/Security
Url: http://netfilter.org/projects/libnetfilter_conntrack/
#Git-Clone: git://git.netfilter.org/libnetfilter_conntrack
@ -32,10 +29,15 @@ Source2: ftp://ftp.netfilter.org/pub/libnetfilter_conntrack/%name-%versio
Source3: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if %git_snapshot
BuildRequires: autoconf automake >= 1.6 libtool
BuildRequires: autoconf
BuildRequires: automake >= 1.6
%endif
BuildRequires: pkgconfig >= 0.23 pkgconfig(libnfnetlink) >= 1.0.0
BuildRequires: libtool
BuildRequires: pkgconfig >= 0.23
BuildRequires: pkgconfig(libnfnetlink) >= 1.0.0
Summary: Userspace library for the in-kernel connection tracking state table
License: GPL-2.0+
Group: Productivity/Networking/Security
%description
libnetfilter_conntrack is a userspace library providing a programming
@ -45,8 +47,8 @@ libnfnetlink_conntrack and libctnetlink. This library is currently
used by conntrack-tools among many other applications.
%package -n %lname
Group: System/Libraries
Summary: Userspace library for the in-kernel connection tracking state table
Group: System/Libraries
%description -n %lname
libnetfilter_conntrack is a userspace library providing a programming
@ -56,9 +58,9 @@ libnfnetlink_conntrack and libctnetlink. This library is currently
used by conntrack-tools among many other applications.
%package devel
Group: Development/Libraries/C and C++
Requires: %lname = %version
Summary: Userspace library for the in-kernel connection tracking state table
Group: Development/Libraries/C and C++
%description devel
libnetfilter_conntrack is a userspace library providing a programming