!8 add libnl3-help dependency for libnl3
From: @haochenstar Reviewed-by: @zengwefeng Signed-off-by: @zengwefeng
This commit is contained in:
commit
ab81dc7965
10
libnl3.spec
10
libnl3.spec
@ -1,7 +1,7 @@
|
|||||||
%define ver 3_5_0
|
%define ver 3_5_0
|
||||||
Name: libnl3
|
Name: libnl3
|
||||||
Version: 3.5.0
|
Version: 3.5.0
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: Providing APIs to netlink protocol based Linux kernel interfaces
|
Summary: Providing APIs to netlink protocol based Linux kernel interfaces
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
URL: http://www.infradead.org/~tgr/libnl/
|
URL: http://www.infradead.org/~tgr/libnl/
|
||||||
@ -10,7 +10,7 @@ Source: https://github.com/thom311/libnl/releases/download/libnl%{uver}/l
|
|||||||
Patch9000: solve-redefinition-of-struct-ipv6_mreq.patch
|
Patch9000: solve-redefinition-of-struct-ipv6_mreq.patch
|
||||||
|
|
||||||
BuildRequires: flex bison libtool autoconf automake swig
|
BuildRequires: flex bison libtool autoconf automake swig
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release} %{name}-help
|
||||||
|
|
||||||
Provides: %{name}-cli
|
Provides: %{name}-cli
|
||||||
Obsoletes: %{name}-cli
|
Obsoletes: %{name}-cli
|
||||||
@ -107,6 +107,12 @@ cd python
|
|||||||
%{python2_sitearch}/netlink-*.egg-info
|
%{python2_sitearch}/netlink-*.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 09 2020 xihaochen <xihaochen@huawei.com> - 3.5.0-3
|
||||||
|
- Type:requirement
|
||||||
|
- CVE:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:add libnl3-help dependency for libnl3
|
||||||
|
|
||||||
* Tue Aug 18 2020 chenyaqiang <chenyaqiang@huawei.com> - 3.5.0-2
|
* Tue Aug 18 2020 chenyaqiang <chenyaqiang@huawei.com> - 3.5.0-2
|
||||||
- rebuild for package build
|
- rebuild for package build
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user