Update to 3.2.25
This commit is contained in:
parent
69fb75b0b9
commit
b19119b2f7
2
.gitignore
vendored
2
.gitignore
vendored
@ -11,3 +11,5 @@
|
|||||||
/libnl-doc-3.2.24.tar.gz
|
/libnl-doc-3.2.24.tar.gz
|
||||||
/libnl-3.2.25-rc1.tar.gz
|
/libnl-3.2.25-rc1.tar.gz
|
||||||
/libnl-doc-3.2.25-rc1.tar.gz
|
/libnl-doc-3.2.25-rc1.tar.gz
|
||||||
|
/libnl-3.2.25.tar.gz
|
||||||
|
/libnl-doc-3.2.25.tar.gz
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
Name: libnl3
|
Name: libnl3
|
||||||
Version: 3.2.25
|
Version: 3.2.25
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Convenience library for kernel netlink sockets
|
Summary: Convenience library for kernel netlink sockets
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
URL: http://www.infradead.org/~tgr/libnl/
|
URL: http://www.infradead.org/~tgr/libnl/
|
||||||
|
|
||||||
%define fullversion %{version}-rc1
|
%define fullversion %{version}
|
||||||
|
|
||||||
Source: http://www.infradead.org/~tgr/libnl/files/libnl-%{fullversion}.tar.gz
|
Source: http://www.infradead.org/~tgr/libnl/files/libnl-%{fullversion}.tar.gz
|
||||||
Source1: http://www.infradead.org/~tgr/libnl/files/libnl-doc-%{fullversion}.tar.gz
|
Source1: http://www.infradead.org/~tgr/libnl/files/libnl-doc-%{fullversion}.tar.gz
|
||||||
@ -100,6 +100,9 @@ find $RPM_BUILD_ROOT -name \*.la -delete
|
|||||||
%doc libnl-doc-%{fullversion}/api/*
|
%doc libnl-doc-%{fullversion}/api/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 16 2014 Thomas Haller <thaller@redhat.com> 3.2.25-2
|
||||||
|
* Update to 3.2.25
|
||||||
|
|
||||||
* Fri Jul 4 2014 Thomas Haller <thaller@redhat.com> 3.2.25-1
|
* Fri Jul 4 2014 Thomas Haller <thaller@redhat.com> 3.2.25-1
|
||||||
* Update to 3.2.25-rc1
|
* Update to 3.2.25-rc1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user