add help libnl3-help denpendency for libnl3
This commit is contained in:
parent
784ac1bcb8
commit
84c3d52a92
10
libnl3.spec
10
libnl3.spec
@ -1,7 +1,7 @@
|
||||
%define ver 3_5_0
|
||||
Name: libnl3
|
||||
Version: 3.5.0
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: Providing APIs to netlink protocol based Linux kernel interfaces
|
||||
License: LGPLv2
|
||||
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
|
||||
|
||||
BuildRequires: flex bison libtool autoconf automake swig
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: %{name} = %{version}-%{release} %{name}-help
|
||||
|
||||
Provides: %{name}-cli
|
||||
Obsoletes: %{name}-cli
|
||||
@ -107,6 +107,12 @@ cd python
|
||||
%{python2_sitearch}/netlink-*.egg-info
|
||||
|
||||
%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
|
||||
- rebuild for package build
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user