From 9b0d5a064e2696b49e616e60f8f02062c003442c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Kasal?= Date: Tue, 12 Jan 2010 13:26:01 +0000 Subject: [PATCH] - move the perl(:MODULE_COMPAT_5.10.x) require to net-snmp-libs --- net-snmp.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/net-snmp.spec b/net-snmp.spec index 052d064..b149531 100644 --- a/net-snmp.spec +++ b/net-snmp.spec @@ -11,7 +11,7 @@ Summary: A collection of SNMP protocol tools and libraries Name: net-snmp Version: 5.5 -Release: 10%{?dist} +Release: 11%{?dist} Epoch: 1 License: BSD and MIT @@ -41,7 +41,6 @@ Requires(preun): initscripts # for /bin/rm Requires(preun): coreutils Requires: %{name}-libs = %{epoch}:%{version}-%{release} -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: openssl-devel, bzip2-devel, elfutils-devel BuildRequires: libselinux-devel, elfutils-libelf-devel, rpm-devel @@ -406,6 +405,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_datadir}/snmp/mibs/* %changelog +* Tue Jan 12 2010 Stepan Kasal - 1:5.5-11 +- move the perl(:MODULE_COMPAT_5.10.x) require to net-snmp-libs + * Tue Jan 12 2010 Jan Safranek - 1:5.5-10 - document various legacy options in this spec file