diff --git a/libnetfilter_conntrack.spec b/libnetfilter_conntrack.spec index be74cae..c57d41b 100644 --- a/libnetfilter_conntrack.spec +++ b/libnetfilter_conntrack.spec @@ -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 - 1.0.8-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:Add the compilation dependency of gcc. + * Wed Jul 22 2020 zhangxingliang - 1.0.8-1 - Type:update - ID:NA