Update to 3.2.20
This commit is contained in:
parent
2bc02cf1db
commit
20eb9276be
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,5 @@
|
||||
/libnl-3.2.6.tar.gz
|
||||
/libnl-3.2.19.tar.gz
|
||||
/libnl-doc-3.2.19.tar.gz
|
||||
/libnl-3.2.20.tar.gz
|
||||
/libnl-doc-3.2.20.tar.gz
|
||||
|
10
libnl3.spec
10
libnl3.spec
@ -2,8 +2,8 @@ Summary: Convenience library for kernel netlink sockets
|
||||
Group: Development/Libraries
|
||||
License: LGPLv2
|
||||
Name: libnl3
|
||||
Version: 3.2.19
|
||||
Release: 2%{?dist}
|
||||
Version: 3.2.20
|
||||
Release: 1%{?dist}
|
||||
URL: http://www.infradead.org/~tgr/libnl/
|
||||
Source: http://www.infradead.org/~tgr/libnl/files/libnl-%{version}.tar.gz
|
||||
Source1: http://www.infradead.org/~tgr/libnl/files/libnl-doc-%{version}.tar.gz
|
||||
@ -11,8 +11,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
BuildRequires: flex bison
|
||||
BuildRequires: python
|
||||
|
||||
Patch001: libnl3-age-fix.patch
|
||||
|
||||
%description
|
||||
This package contains a convenience library to simplify
|
||||
using the Linux kernel's netlink sockets interface for
|
||||
@ -47,7 +45,6 @@ This package contains libnl3 API documentation
|
||||
|
||||
%prep
|
||||
%setup -q -n libnl-%{version}
|
||||
%patch001 -p1
|
||||
|
||||
tar -xzf %SOURCE1
|
||||
|
||||
@ -100,6 +97,9 @@ find $RPM_BUILD_ROOT -name \*.la -delete
|
||||
%doc libnl-doc-%{version}/api/*
|
||||
|
||||
%changelog
|
||||
* Wed Jan 23 2013 Jiri Pirko <jpirko@redhat.com> - 3.2.20-1
|
||||
- Update to 3.2.20
|
||||
|
||||
* Sun Jan 20 2013 Jiri Pirko <jpirko@redhat.com> - 3.2.19-2
|
||||
- Age fix
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user