diff --git a/libnetfilter_cthelper.spec b/libnetfilter_cthelper.spec index fc97b5a..81df5b1 100644 --- a/libnetfilter_cthelper.spec +++ b/libnetfilter_cthelper.spec @@ -1,11 +1,12 @@ Name: libnetfilter_cthelper Version: 1.0.0 -Release: 15 +Release: 16 Summary: Library providing programming interface to the user-space helper infrastructure. License: GPLv2 URL: http://www.netfilter.org/projects/libnetfilter_cthelper/index.html Source0: http://www.netfilter.org/projects/libnetfilter_cthelper/files/libnetfilter_cthelper-%{version}.tar.bz2 BuildRequires: gcc libmnl-devel >= 1.0.0, pkgconfig, kernel-headers +BuildRequires: make %description libnetfilter_cthelper is the userspace library that provides the programming interface to \ @@ -61,6 +62,9 @@ Netfilter. These helpers are implemented in kernel-space. %changelog +* Sat Oct 22 2022 gaihuiying - 1.0.0-16 +- add make as BuildRequires for rpmbuild + * Tue Dec 31 2019 Senlin Xia - 1.0.0-15 - Package Init