From a1f312373deea254b98e49f6103fcc79b0e19358 Mon Sep 17 00:00:00 2001 From: Taesoo Jun Date: Tue, 28 Aug 2018 15:01:45 +0900 Subject: [PATCH] Add runtime dependency to security-config Change-Id: I1d967beabf142004da43eefd75aaad22b91d7f11 Signed-off-by: Taesoo Jun --- packaging/tcpdump.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/tcpdump.spec b/packaging/tcpdump.spec index 58aac60..d6fbea4 100644 --- a/packaging/tcpdump.spec +++ b/packaging/tcpdump.spec @@ -1,6 +1,6 @@ Name: tcpdump Version: 4.9.2 -Release: 1 +Release: 2 License: BSD-3-Clause Summary: A Packet Sniffer Url: http://www.tcpdump.org/ @@ -8,8 +8,8 @@ Group: Productivity/Networking/Diagnostic Source: http://www.tcpdump.org/release/%{name}-%{version}.tar.gz Source1001: tcpdump.manifest BuildRequires: libpcap-devel -#BuildRequires: libsmi-devel BuildRequires: openssl-devel +Requires: security-config %description This program can "read" all or only certain packets going over the -- 2.7.4