forked from pool/libnl3
Accepting request 177768 from security:netfilter
- Update to new upstream release 3.2.22 * ct: add ICMPv6 type,code and ID * attr: Provide nla_is_nested() function * bridge: Support the new bridging attributes * bridge: Provide rtnl_link_bridge_alloc() * vlan: Provide rtnl_link_vlan_alloc() * bond: Provide rtnl_link_bond_alloc() * attr: Add nla_nest_cancel() to remove partially added nested attributes - Remove 0001-Add-symbol-version-maps-to-libnl.patch (merged upstream) OBS-URL: https://build.opensuse.org/request/show/177768 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnl3?expand=0&rev=20
This commit is contained in:
commit
ae1175933f
File diff suppressed because it is too large
Load Diff
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2dc80f043116ec8610d9d418f5f5e9283f3d9a3a48b8d51a8cb0146b3f279604
|
|
||||||
size 716377
|
|
3
libnl-3.2.22.tar.xz
Normal file
3
libnl-3.2.22.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9189e42ee96085df0e8838d8a85160d760c56bab2fef9a9b83cc6afd694da331
|
||||||
|
size 498716
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 5 13:20:54 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 3.2.22
|
||||||
|
* ct: add ICMPv6 type,code and ID
|
||||||
|
* attr: Provide nla_is_nested() function
|
||||||
|
* bridge: Support the new bridging attributes
|
||||||
|
* bridge: Provide rtnl_link_bridge_alloc()
|
||||||
|
* vlan: Provide rtnl_link_vlan_alloc()
|
||||||
|
* bond: Provide rtnl_link_bond_alloc()
|
||||||
|
* attr: Add nla_nest_cancel() to remove partially added nested
|
||||||
|
attributes
|
||||||
|
- Remove 0001-Add-symbol-version-maps-to-libnl.patch
|
||||||
|
(merged upstream)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 7 19:59:56 UTC 2013 - jengelh@inai.de
|
Thu Mar 7 19:59:56 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
22
libnl3.spec
22
libnl3.spec
@ -19,25 +19,24 @@
|
|||||||
Name: libnl3
|
Name: libnl3
|
||||||
%define lname libnl3-200
|
%define lname libnl3-200
|
||||||
%define with_tools 1
|
%define with_tools 1
|
||||||
Version: 3.2.21
|
Version: 3.2.22
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Convenience library for working with Netlink sockets
|
Summary: Convenience library for working with Netlink sockets
|
||||||
License: LGPL-2.1 and GPL-2.0
|
License: LGPL-2.1 and GPL-2.0
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
|
Url: http://www.carisma.slowglass.com/~tgr/libnl/
|
||||||
|
|
||||||
Url: http://people.suug.ch/~tgr/libnl/
|
|
||||||
#Git-Clone: git://git.infradead.org/users/tgr/libnl
|
#Git-Clone: git://git.infradead.org/users/tgr/libnl
|
||||||
Source: http://www.infradead.org/~tgr/libnl/files/libnl-%version.tar.gz
|
#Git-Clone: git://github.com/tgraf/libnl
|
||||||
|
#DL-URL: http://www.carisma.slowglass.com/~tgr/libnl/files/
|
||||||
|
Source: libnl-%version.tar.xz
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
Patch1: 0001-Add-symbol-version-maps-to-libnl.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: autoconf
|
|
||||||
BuildRequires: automake
|
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: flex >= 2.5.19
|
BuildRequires: flex >= 2.5.19
|
||||||
BuildRequires: libtool
|
|
||||||
BuildRequires: pkgconfig >= 0.21
|
BuildRequires: pkgconfig >= 0.21
|
||||||
BuildRequires: python-devel >= 2.6
|
BuildRequires: python-devel >= 2.6
|
||||||
|
BuildRequires: xz
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
%endif
|
%endif
|
||||||
@ -99,11 +98,14 @@ demonstrated.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
%if 0%{?__xz:1}
|
||||||
%setup -qn libnl-%version
|
%setup -qn libnl-%version
|
||||||
%patch -P 1 -p1
|
%else
|
||||||
|
tar -xf "%{S:0}" --use=xz;
|
||||||
|
%setup -DTqn libnl-%version
|
||||||
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fi;
|
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
make %{?_smp_mflags} pkglibdir="%_libdir/%lname"
|
make %{?_smp_mflags} pkglibdir="%_libdir/%lname"
|
||||||
|
|
||||||
@ -115,7 +117,7 @@ find "$b" -iname "*.la" -delete;
|
|||||||
rm -Rf "$b/%_sysconfdir/libnl";
|
rm -Rf "$b/%_sysconfdir/libnl";
|
||||||
rm -Rf "$b/%_sbindir" "$b/%_mandir/man8";
|
rm -Rf "$b/%_sbindir" "$b/%_mandir/man8";
|
||||||
%endif
|
%endif
|
||||||
%if "%{?fudes:1}"
|
%if 0%{?fdupes:1}
|
||||||
%fdupes %buildroot/%_prefix
|
%fdupes %buildroot/%_prefix
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user