From 8bccde7be3fd203d88dd9ee7ae2fd623536732b3 Mon Sep 17 00:00:00 2001 From: lijingyuan007 <18829898205@163.com> Date: Thu, 27 May 2021 14:21:39 +0800 Subject: [PATCH] Add the compilation dependency of gcc. --- conntrack-tools.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/conntrack-tools.spec b/conntrack-tools.spec index cd469ee..67e6324 100644 --- a/conntrack-tools.spec +++ b/conntrack-tools.spec @@ -1,6 +1,6 @@ Name: conntrack-tools Version: 1.4.6 -Release: 1 +Release: 2 Summary: Userspace tools for interacting with the Connection Tracking System License: GPLv2 URL: http://conntrack-tools.netfilter.org/ @@ -10,6 +10,7 @@ Source2: conntrackd.conf BuildRequires: libnfnetlink-devel >= 1.0.1 libnetfilter_conntrack-devel >= 1.0.8 libtirpc-devel BuildRequires: libnetfilter_cttimeout-devel >= 1.0.0 libnetfilter_cthelper-devel >= 1.0.0 systemd BuildRequires: libmnl-devel >= 1.0.3 libnetfilter_queue-devel >= 1.0.2 pkgconfig bison flex systemd-devel +BuildRequires: gcc Provides: conntrack = 1.0-1 Obsoletes: conntrack < 1.0-1 Requires(post): systemd @@ -74,6 +75,12 @@ install -m644 %{SOURCE2} %{buildroot}%{_sysconfdir}/conntrackd/ %{_mandir}/man8/* %changelog +* Thu May 27 2021 lijingyuan - 1.4.6-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:Add the compilation dependency of gcc. + * Sat Jul 25 2020 gaihuiying - 1.4.6-1 - Type:requirement - ID:NA