Jan Engelhardt 2016-02-02 11:38:09 +00:00 committed by Git OBS Bridge
parent 4b81b48ab2
commit 768aa638bd
5 changed files with 38 additions and 10 deletions

View File

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

3
libnl-3.2.27.tar.gz Normal file
View File

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

17
libnl-3.2.27.tar.gz.sig Normal file
View File

@ -0,0 +1,17 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABAgAGBQJWIOn8AAoJECnCNm5N/Fco7K8QALZUtmgiXndGlVdwEUFjSf8U
oXGi7QHh7c0aE3mxqtFJbj0fkCprwdZhiEYXmGoNfGRuvAhY3UePTV/1VQ20ujXv
NcsURec/M4nhVhLJyzYLHRRplrhgWf0Ko1cyXB0hMDOFm5SWWOBXUIX3o3HlChG1
baBzOW2Z7Exyc7PvyBjhwt3YwFmmXSRX8o//Z76fKbCimQtFLhH6T6uHV3/TQt5n
XMS2teimfRhQcvS04OPxsbK29DFH/JcEn7wSQe/yN2X/mdfK2hqcG6YTAiMJvSIy
4kXfxFVNKiGE/51q26mTLixwtVfxlMJRwKbz6UFj4mYzngzycBHUCR6HHPh0pIvH
/KnpB3UMNogVdS4GbOHGnH3atzI0rBo5n/kZux5k2UcOBFTpSkXwLPi+3ND/0sUT
QJgSeO5HU0vp40gEo4NSGRH6xudPh/3P0v/H2ZRdIUfmjkteBIx9XIOS82PpWKNP
/m2s+FZZqgDyYsfWzNjfSTeUdPPDw9J/HXZg0sPdlF1Pk2LEIhm25femOncFy4MF
aUFq2ASFVLwt/Cb3TldfAi8Xs8/6KXQnXtyKSLVN/MmIJMXhYkdRrtFQd1Y02CkA
H7T7xsCifzO/BBoTBSUK8K1u+tAhLcpn8GB+SOXJJ0GajcWAJLAQ6rX4yQ8lI+zM
amYKGmdtH9YhnwPdnTsG
=+eWx
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Feb 2 11:32:01 UTC 2016 - jengelh@inai.de
- Update to new upstream release 3.2.27
* link: add ifb device support
* qdisc: add hfsc qdisc support
* route/act: add skbedit action
* New sublibraries: libnl-xfrm-3.0
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Oct 8 14:13:30 UTC 2014 - olaf@aepfle.de Wed Oct 8 14:13:30 UTC 2014 - olaf@aepfle.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package libnl3 # spec file for package libnl3
# #
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -19,18 +19,20 @@
Name: libnl3 Name: libnl3
%define lname libnl3-200 %define lname libnl3-200
%define with_tools 1 %define with_tools 1
Version: 3.2.25 %define uver 3_2_27
Version: 3.2.27
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://www.carisma.slowglass.com/~tgr/libnl/#(outdated)
#Git-Clone: git://git.infradead.org/users/tgr/libnl #Git-Clone: git://git.infradead.org/users/tgr/libnl
#Git-Clone: git://github.com/tgraf/libnl #Git-Clone: git://github.com/thom311/libnl/
#Mailing-List: http://lists.infradead.org/mailman/listinfo/libnl #Mailing-List: http://lists.infradead.org/mailman/listinfo/libnl
Source: http://www.carisma.slowglass.com/~tgr/libnl/files/libnl-%version.tar.gz Source: https://github.com/thom311/libnl/releases/download/libnl%uver/libnl-%version.tar.gz
Source2: baselibs.conf Source2: https://github.com/thom311/libnl/releases/download/libnl%uver/libnl-%version.tar.gz.sig
Source3: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bison >= 2.4 BuildRequires: bison >= 2.4
BuildRequires: flex >= 2.5.19 BuildRequires: flex >= 2.5.19
@ -142,7 +144,7 @@ rm -Rf "$b/%_sbindir" "$b/%_mandir/man8";
%files -n libnl-tools %files -n libnl-tools
%defattr(-,root,root) %defattr(-,root,root)
%_mandir/man*/* %_mandir/man*/*
%_sbindir/* %_bindir/*
%endif %endif
%changelog %changelog