SHA256
1
0
forked from pool/libnl3

Accepting request 84300 from security:netfilter

- Update to new upstream release 3.2.1
* new API to create/enslave/release bonding devices

OBS-URL: https://build.opensuse.org/request/show/84300
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnl3?expand=0&rev=3
This commit is contained in:
Sascha Peilicke 2011-09-22 08:47:33 +00:00 committed by Git OBS Bridge
commit 3dd8cc77e3
4 changed files with 13 additions and 7 deletions

3
libnl-3.2.1.tar.xz Normal file
View File

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

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Sep 21 18:31:38 UTC 2011 - jengelh@medozas.de
- Update to new upstream release 3.2.1
* new API to create/enslave/release bonding devices
-------------------------------------------------------------------
Tue Sep 20 08:49:19 UTC 2011 - jengelh@medozas.de

View File

@ -20,13 +20,13 @@
Name: libnl3
%define lname libnl3-200
%define with_tools 1
Version: 3.2
Version: 3.2.1
Release: 0
Summary: Convenience library for working with Netlink sockets
License: LGPL-2.1, GPL-2.0
Group: Development/Libraries/C and C++
Url: http://people.suug.ch/~tgr/libnl/
URL: http://people.suug.ch/~tgr/libnl/
#Git-Clone: git://git.kernel.org/pub/scm/libs/netlink/libnl
#Git-Clone: git://git.infradead.org/users/tgr/libnl
Source: libnl-%version.tar.xz
@ -92,10 +92,10 @@ demonstrated.
%prep
%if 0%{?__xz:1}
%setup -qn libnl
%setup -qn libnl-%version
%else
tar -xf "%{S:0}" --use=xz;
%setup -DTqn libnl
%setup -DTqn libnl-%version
%endif
%patch -P 1 -p1