forked from pool/libnetfilter_conntrack
Accepting request 138219 from security:netfilter
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/138219 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnetfilter_conntrack?expand=0&rev=13
This commit is contained in:
commit
5bcd2bcb22
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:279090d28a676299cba6e8a6a3def97f1e8560525aee475e7e1e23cc46162f57
|
||||
size 377423
|
Binary file not shown.
3
libnetfilter_conntrack-1.0.2.tar.bz2
Normal file
3
libnetfilter_conntrack-1.0.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0bd747dd58ae1513586b43c7125b41e6325f97eb95ac63d53cf5aeb33254d12
|
||||
size 386929
|
BIN
libnetfilter_conntrack-1.0.2.tar.bz2.sig
Normal file
BIN
libnetfilter_conntrack-1.0.2.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 8 12:14:54 UTC 2012 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 1.0.2
|
||||
* This release provides new interfaces to interact with libmnl,
|
||||
and also has several fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 19 22:08:36 UTC 2012 - jengelh@inai.de
|
||||
|
||||
|
@ -18,27 +18,29 @@
|
||||
|
||||
Name: libnetfilter_conntrack
|
||||
%define lname %{name}3
|
||||
Version: 1.0.1
|
||||
Version: 1.0.2
|
||||
Release: 0
|
||||
Url: http://netfilter.org/projects/libnetfilter_conntrack/
|
||||
|
||||
#Git-Clone: git://git.netfilter.org/libnetfilter_conntrack
|
||||
%define git_snapshot 0
|
||||
Source: ftp://ftp.netfilter.org/pub/libnetfilter_conntrack/%name-%version.tar.bz2
|
||||
Source2: ftp://ftp.netfilter.org/pub/libnetfilter_conntrack/%name-%version.tar.bz2.sig
|
||||
Source3: baselibs.conf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if %git_snapshot
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake >= 1.6
|
||||
%endif
|
||||
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
|
||||
|
||||
#Git-Clone: git://git.netfilter.org/libnetfilter_conntrack
|
||||
#DL-URL: http://netfilter.org/projects/libnetfilter_conntrack/files/
|
||||
Source: http://netfilter.org/projects/libnetfilter_conntrack/files/%name-%version.tar.bz2
|
||||
Source2: http://netfilter.org/projects/libnetfilter_conntrack/files/%name-%version.tar.bz2.sig
|
||||
Source3: baselibs.conf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
#git#BuildRequires: autoconf, automake >= 1.6, libtool
|
||||
BuildRequires: pkgconfig >= 0.21
|
||||
%if 0%{?suse_version} >= 1140 || 0%{?fedora_version}
|
||||
BuildRequires: pkgconfig(libmnl) >= 1.0.3
|
||||
BuildRequires: pkgconfig(libnfnetlink) >= 1.0.0
|
||||
%else
|
||||
BuildRequires: libmnl-devel >= 1.0.3
|
||||
BuildRequires: libnfnetlink-devel >= 1.0.0
|
||||
%endif
|
||||
|
||||
%description
|
||||
libnetfilter_conntrack is a userspace library providing a programming
|
||||
interface (API) to the in-kernel connection tracking state table. The
|
||||
@ -76,11 +78,11 @@ used by conntrack-tools among many other applications.
|
||||
if [ "%git_snapshot" -ne 0 ] || [ ! -e configure ]; then
|
||||
autoreconf -fi;
|
||||
fi;
|
||||
%configure --disable-static --includedir=%_includedir/%name
|
||||
%configure --disable-static --includedir="%_includedir/%name-%version"
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
make install DESTDIR="%buildroot";
|
||||
rm -f "%buildroot/%_libdir"/*.la;
|
||||
|
||||
%post -n %lname -p /sbin/ldconfig
|
||||
@ -93,7 +95,7 @@ rm -f "%buildroot/%_libdir"/*.la;
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%_includedir/libnetfilter_conntrack
|
||||
%_includedir/%name-%version
|
||||
%_libdir/libnetfilter_conntrack.so
|
||||
%_libdir/pkgconfig/libnetfilter_conntrack.pc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user