Accepting request 51973 from security:netfilter

Accepted submit request 51973 from user jengelh

OBS-URL: https://build.opensuse.org/request/show/51973
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnetfilter_queue?expand=0&rev=5
This commit is contained in:
Ruediger Oertel 2010-11-02 15:16:25 +00:00 committed by Git OBS Bridge
parent 11b507b75d
commit 4875bc59a7
4 changed files with 27 additions and 27 deletions

View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Jul 11 16:44:46 UTC 2010 - jengelh@medozas.de
- Update to new upstream release 1.0.0
* Deprecate nfq_set_verdict_mark in favor of nfq_set_verdict2
* Add nfq_snprintf_xml to output packet as XML
-------------------------------------------------------------------
Tue Feb 23 22:20:10 UTC 2010 - jengelh@medozas.de

View File

@ -20,14 +20,14 @@
%define soname 1
Name: libnetfilter_queue
Version: 0.0.17
Version: 1.0.0
Release: 1
License: GNU GPL v2
Group: Productivity/Networking/Security
Url: http://netfilter.org/projects/libnetfilter_queue/
Source: http://netfilter.org/projects/libnetfilter_queue/files/%{name}-%{version}.tar.bz2
Source: http://netfilter.org/projects/libnetfilter_queue/files/%name-%version.tar.bz2
Source2: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRoot: %_tmppath/%name-%version-build
BuildRequires: libnfnetlink-devel linux-kernel-headers >= 2.6.14 pkg-config
Summary: Userspace library for packets that have been queued by the kernel packet filter
@ -38,27 +38,25 @@ system that deprecates the old ip_queue / libipq mechanism.
libnetfilter_queue has been previously known as libnfnetlink_queue.
%define debug_package_requires %{name}%{soname} = %{version}-%{release}
%package -n %{name}%{soname}
%define debug_package_requires %name%soname = %version-%release
%package -n %name%soname
Group: System/Libraries
Summary: Userspace library for packets that have been queued by the kernel packet filter
%description -n %{name}%{soname}
%description -n %name%soname
libnetfilter_queue is a userspace library providing an API to packets
that have been queued by the kernel packet filter. It is is part of a
system that deprecates the old ip_queue / libipq mechanism.
libnetfilter_queue has been previously known as libnfnetlink_queue.
%package -n %{name}-devel
%package devel
Group: Development/Libraries/C and C++
Requires: %{name}%{soname} = %{version} libnfnetlink-devel
Requires: %name%soname = %version, libnfnetlink-devel
Summary: Userspace library for packets that have been queued by the kernel packet filter
%description -n %{name}-devel
%description devel
libnetfilter_queue is a userspace library providing an API to packets
that have been queued by the kernel packet filter. It is is part of a
system that deprecates the old ip_queue / libipq mechanism.
@ -74,25 +72,20 @@ libnetfilter_queue has been previously known as libnfnetlink_queue.
%install
%makeinstall
find %{buildroot} -name "*.la" -delete
find "%buildroot" -name "*.la" -delete
%post -n %{name}%{soname} -p /sbin/ldconfig
%post -n %name%soname -p /sbin/ldconfig
%postun -n %{name}%{soname} -p /sbin/ldconfig
%postun -n %name%soname -p /sbin/ldconfig
%clean
test "%{buildroot}" != "/" && %__rm -rf %{buildroot}
%files -n %{name}%{soname}
%files -n %name%soname
%defattr(-,root,root)
%{_libdir}/libnetfilter_queue.so.%{soname}*
%{_libdir}/libnetfilter_queue_libipq.so.%{soname}*
%_libdir/libnetfilter_queue.so.%{soname}*
%files -n %{name}-devel
%defattr(-,root,root)
%{_includedir}/libnetfilter_queue
%{_libdir}/libnetfilter_queue.so
%{_libdir}/libnetfilter_queue_libipq.so
%{_libdir}/pkgconfig/libnetfilter_queue.pc
%_includedir/libnetfilter_queue
%_libdir/libnetfilter_queue.so
%_libdir/pkgconfig/libnetfilter_queue.pc
%changelog