Update to 3.2.28
This commit is contained in:
parent
3cc57daa1f
commit
49516b3d49
2
.gitignore
vendored
2
.gitignore
vendored
@ -23,3 +23,5 @@
|
|||||||
/libnl-doc-3.2.27.tar.gz
|
/libnl-doc-3.2.27.tar.gz
|
||||||
/libnl-3.2.28-rc1.tar.gz
|
/libnl-3.2.28-rc1.tar.gz
|
||||||
/libnl-doc-3.2.28-rc1.tar.gz
|
/libnl-doc-3.2.28-rc1.tar.gz
|
||||||
|
/libnl-3.2.28.tar.gz
|
||||||
|
/libnl-doc-3.2.28.tar.gz
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
Name: libnl3
|
Name: libnl3
|
||||||
Version: 3.2.28
|
Version: 3.2.28
|
||||||
Release: 0.1%{?dist}
|
Release: 1%{?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
|
||||||
@ -148,6 +148,9 @@ popd
|
|||||||
%{python3_sitearch}/netlink-*.egg-info
|
%{python3_sitearch}/netlink-*.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jul 9 2016 Thomas Haller <thaller@redhat.com> - 3.2.28-1
|
||||||
|
- Update to 3.2.28
|
||||||
|
|
||||||
* Thu Jun 30 2016 Thomas Haller <thaller@redhat.com> - 3.2.28-0.1
|
* Thu Jun 30 2016 Thomas Haller <thaller@redhat.com> - 3.2.28-0.1
|
||||||
- Update to 3.2.28-rc1
|
- Update to 3.2.28-rc1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user