update to 3.2.26 [release 3.2.26-1mamba;Wed Sep 16 2015]
This commit is contained in:
parent
30d4e47f4e
commit
402ce2d5d1
18
libnl.spec
18
libnl.spec
@ -1,5 +1,6 @@
|
|||||||
|
%define uver %(echo %version | tr . _)
|
||||||
Name: libnl
|
Name: libnl
|
||||||
Version: 3.2.25
|
Version: 3.2.26
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A library for applications dealing with netlink sockets
|
Summary: A library for applications dealing with netlink sockets
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -7,7 +8,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://people.suug.ch/~tgr/libnl/
|
URL: http://people.suug.ch/~tgr/libnl/
|
||||||
Source: http://people.suug.ch/%7Etgr/libnl/files/libnl-%{version}.tar.gz
|
Source: https://github.com/thom311/libnl/releases/download/libnl%{uver}/libnl-%{version}.tar.gz
|
||||||
Patch0: %{name}-1.1-vlan_include_fix.patch
|
Patch0: %{name}-1.1-vlan_include_fix.patch
|
||||||
Patch1: %{name}-1.1-glibc-2.8.patch
|
Patch1: %{name}-1.1-glibc-2.8.patch
|
||||||
Patch2: %{name}-1.1-vlan_flags.patch
|
Patch2: %{name}-1.1-vlan_flags.patch
|
||||||
@ -58,8 +59,10 @@ chmod 644 ChangeLog COPYING
|
|||||||
%dir %{_sysconfdir}/libnl
|
%dir %{_sysconfdir}/libnl
|
||||||
%config %{_sysconfdir}/libnl/classid
|
%config %{_sysconfdir}/libnl/classid
|
||||||
%config %{_sysconfdir}/libnl/pktloc
|
%config %{_sysconfdir}/libnl/pktloc
|
||||||
%{_sbindir}/genl-ctrl-list
|
%{_bindir}/genl-ctrl-list
|
||||||
%{_sbindir}/nl-*
|
%{_bindir}/idiag-socket-details
|
||||||
|
%{_bindir}/nf-*
|
||||||
|
%{_bindir}/nl-*
|
||||||
%{_libdir}/libnl*.so.*
|
%{_libdir}/libnl*.so.*
|
||||||
%dir %{_libdir}/libnl
|
%dir %{_libdir}/libnl
|
||||||
%{_libdir}/libnl/*
|
%{_libdir}/libnl/*
|
||||||
@ -77,11 +80,16 @@ chmod 644 ChangeLog COPYING
|
|||||||
%{_libdir}/pkgconfig/libnl-3.0.pc
|
%{_libdir}/pkgconfig/libnl-3.0.pc
|
||||||
%{_libdir}/pkgconfig/libnl-cli-3.0.pc
|
%{_libdir}/pkgconfig/libnl-cli-3.0.pc
|
||||||
%{_libdir}/pkgconfig/libnl-genl-3.0.pc
|
%{_libdir}/pkgconfig/libnl-genl-3.0.pc
|
||||||
|
%{_libdir}/pkgconfig/libnl-idiag-3.0.pc
|
||||||
|
%{_libdir}/pkgconfig/libnl-xfrm-3.0.pc
|
||||||
%{_libdir}/pkgconfig/libnl-nf-3.0.pc
|
%{_libdir}/pkgconfig/libnl-nf-3.0.pc
|
||||||
%{_libdir}/pkgconfig/libnl-route-3.0.pc
|
%{_libdir}/pkgconfig/libnl-route-3.0.pc
|
||||||
%doc ChangeLog
|
#%doc ChangeLog
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 16 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.26-1mamba
|
||||||
|
- update to 3.2.26
|
||||||
|
|
||||||
* Fri Aug 22 2014 Automatic Build System <autodist@mambasoft.it> 3.2.25-1mamba
|
* Fri Aug 22 2014 Automatic Build System <autodist@mambasoft.it> 3.2.25-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user