From 7309d216b335b9485fb867353c084033686fa57d Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 11 Jul 2018 01:15:11 +0200 Subject: [PATCH] remove Requires: gcc Those don't seem to be needed. net-snmp has nothing to do with a compiler in runtime. Signed-off-by: Igor Gnatenko --- net-snmp.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/net-snmp.spec b/net-snmp.spec index b52db0c..3b0c82b 100644 --- a/net-snmp.spec +++ b/net-snmp.spec @@ -74,7 +74,6 @@ Patch102: net-snmp-5.7.3-python3.patch Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release} Requires: %{name}-agent-libs%{?_isa} = %{epoch}:%{version}-%{release} -Requires: gcc # This is actually needed for the %%triggerun script but Requires(triggerun) # is not valid. We can use %%post because this particular %triggerun script # should fire just after this package is installed. @@ -112,7 +111,6 @@ which contains NET-SNMP utilities. %package utils Summary: Network management utilities using SNMP, from the NET-SNMP project Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release} -Requires: gcc %description utils The net-snmp-utils package contains various utilities for use with the @@ -131,7 +129,7 @@ Requires: elfutils-devel, rpm-devel, elfutils-libelf-devel, openssl-devel Requires: lm_sensors-devel %endif # pull perl development libraries, net-snmp agent libraries may link to them -Requires: perl-devel%{?_isa}, gcc +Requires: perl-devel%{?_isa} %description devel The net-snmp-devel package contains the development libraries and