import libnl3-3.7.0-1.el8
This commit is contained in:
parent
98b8080d96
commit
70d4ea0a77
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
SOURCES/libnl-3.5.0.tar.gz
|
SOURCES/libnl-3.7.0.tar.gz
|
||||||
SOURCES/libnl-doc-3.5.0.tar.gz
|
SOURCES/libnl-doc-3.7.0.tar.gz
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
54c476a3103add175a6a055fcf45c0a29d2c0948 SOURCES/libnl-3.5.0.tar.gz
|
34c0fa84005b1522175d42165f6e885f75b1b8e3 SOURCES/libnl-3.7.0.tar.gz
|
||||||
e0857124974053ee7be34fbda6812b57961f0ae8 SOURCES/libnl-doc-3.5.0.tar.gz
|
ed296fd3341d3f90912a01bb77d539c19ca666f3 SOURCES/libnl-doc-3.7.0.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: libnl3
|
Name: libnl3
|
||||||
Version: 3.5.0
|
Version: 3.7.0
|
||||||
Release: 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
|
||||||
@ -14,8 +14,11 @@ Source1: http://www.infradead.org/~tgr/libnl/files/libnl-doc-%{fullversion}.tar.
|
|||||||
|
|
||||||
#Patch1: some.patch
|
#Patch1: some.patch
|
||||||
|
|
||||||
BuildRequires: flex bison
|
BuildRequires: autoconf
|
||||||
BuildRequires: libtool autoconf automake
|
BuildRequires: automake
|
||||||
|
BuildRequires: bison
|
||||||
|
BuildRequires: flex
|
||||||
|
BuildRequires: libtool
|
||||||
BuildRequires: swig
|
BuildRequires: swig
|
||||||
|
|
||||||
%if 0%{?rhel} > 7
|
%if 0%{?rhel} > 7
|
||||||
@ -170,6 +173,9 @@ popd
|
|||||||
%{python3_sitearch}/netlink-*.egg-info
|
%{python3_sitearch}/netlink-*.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 6 2022 Thomas Haller <thaller@redhat.com> - 3.7.0-1
|
||||||
|
- Update to 3.7.0 (rh #2078874)
|
||||||
|
|
||||||
* Tue Nov 26 2019 Thomas Haller <thaller@redhat.com> - 3.5.0-1
|
* Tue Nov 26 2019 Thomas Haller <thaller@redhat.com> - 3.5.0-1
|
||||||
- Update to 3.5.0
|
- Update to 3.5.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user