!4 Add the compilation dependency of gcc.

From: @lijingyuan007
Reviewed-by: @zengwefeng
Signed-off-by: @zengwefeng
This commit is contained in:
openeuler-ci-bot 2021-05-27 21:29:55 +08:00 committed by Gitee
commit 49a5d048e5

View File

@ -1,6 +1,6 @@
Name: libnetfilter_conntrack
Version: 1.0.8
Release: 1
Release: 2
Summary: A userspace library providing a API
License: GPLv2+
URL: http://netfilter.org
@ -16,6 +16,7 @@ library is currently used by conntrack-tools among many other applications.
%package devel
Summary: The development files for libnetfilter_conntrack
BuildRequires: gcc
Requires: kernel-headers libnfnetlink-devel >= 1.0.1
Requires: %{name} = %{version}-%{release}
@ -47,6 +48,12 @@ This package contains development files.
%{_libdir}/*.so
%changelog
* Thu May 27 2021 lijingyuan <lijingyuan3@huawei.com> - 1.0.8-2
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:Add the compilation dependency of gcc.
* Wed Jul 22 2020 zhangxingliang <zhangxingliang3@huawei.com> - 1.0.8-1
- Type:update
- ID:NA