diff --git a/libnetfilter_cttimeout.spec b/libnetfilter_cttimeout.spec index 6a7646b..7ff121d 100644 --- a/libnetfilter_cttimeout.spec +++ b/libnetfilter_cttimeout.spec @@ -1,11 +1,11 @@ Name: libnetfilter_cttimeout Version: 1.0.0 -Release: 13 +Release: 14 Summary: Netfilter/conntrack Timeout policy tuning License: GPLv2+ URL: http://netfilter.org Source0: http://netfilter.org/projects/%{name}/files/%{name}-%{version}.tar.bz2 -BuildRequires: libmnl-devel >= 1.0.0 pkgconfig kernel-headers +BuildRequires: libmnl-devel >= 1.0.0 pkgconfig kernel-headers gcc %description libnetfilter_cttimeout is the userspace library that provides the programming @@ -49,5 +49,8 @@ for the libnetfilter_cttimeout library. %{_includedir}/libnetfilter_cttimeout/*.h %changelog +* Mon Jun 21 2021 yanglu - 1.0.0-14 +- DESC: add buildrequire gcc + * Tue Dec 31 2019 gulining - 1.0.0-13 - Pakcage init