Add the compilation dependency of gcc.

This commit is contained in:
lijingyuan007 2021-05-27 10:52:31 +08:00
parent 13c2fa8904
commit ae04f6cdea

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