Accepting request 92912 from security:netfilter

add libtool to buildrequires (forwarded request 92554 from coolo)

OBS-URL: https://build.opensuse.org/request/show/92912
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnl3?expand=0&rev=5
This commit is contained in:
Stephan Kulow 2011-11-22 16:47:59 +00:00 committed by Git OBS Bridge
commit 573b98a5b2
4 changed files with 18 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Nov 19 20:44:32 UTC 2011 - coolo@suse.com
- add libtool as buildrequire to avoid implicit dependency
-------------------------------------------------------------------
Fri Nov 11 00:33:56 UTC 2011 - jengelh@medozas.de
- Update to new upstream release 3.2.3
* Add missing libnl-cli-3.0 pkgconfig file
* Fix memory leaks durgin rtnl_addr object freeing
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 21 18:31:38 UTC 2011 - jengelh@medozas.de Wed Sep 21 18:31:38 UTC 2011 - jengelh@medozas.de

View File

@ -20,20 +20,20 @@
Name: libnl3 Name: libnl3
%define lname libnl3-200 %define lname libnl3-200
%define with_tools 1 %define with_tools 1
Version: 3.2.1 Version: 3.2.3
Release: 0 Release: 0
Summary: Convenience library for working with Netlink sockets Summary: Convenience library for working with Netlink sockets
License: LGPL-2.1, GPL-2.0 License: LGPL-2.1, GPL-2.0
Group: Development/Libraries/C and C++ 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.kernel.org/pub/scm/libs/netlink/libnl
#Git-Clone: git://git.infradead.org/users/tgr/libnl #Git-Clone: git://git.infradead.org/users/tgr/libnl
Source: libnl-%version.tar.xz Source: libnl-%version.tar.xz
Source2: baselibs.conf Source2: baselibs.conf
Patch1: libdir.diff Patch1: libdir.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bison fdupes flex pkgconfig python-devel xz BuildRequires: bison fdupes flex libtool pkgconfig python-devel xz
%description %description
The libnl suite is a collection of libraries providing APIs to The libnl suite is a collection of libraries providing APIs to