From 150ccdc1739651a94c369d8a75a787da1ac14207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20Vok=C3=A1l?= Date: Mon, 20 Mar 2006 11:23:16 +0000 Subject: [PATCH] - allow disman/event-mib --- net-snmp.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/net-snmp.spec b/net-snmp.spec index f91af17..593148b 100644 --- a/net-snmp.spec +++ b/net-snmp.spec @@ -3,7 +3,7 @@ Summary: A collection of SNMP protocol tools and libraries. Name: net-snmp Version: 5.3 -Release: 4.2 +Release: 5 License: BSDish Group: System Environment/Daemons URL: http://net-snmp.sourceforge.net/ @@ -150,7 +150,7 @@ export LDFLAGS="-L%{_libdir}" --with-logfile="/var/log/snmpd.log" \ --with-persistent-directory="/var/net-snmp" \ %ifarch %{ix86} x86_64 - --with-mib-modules="host agentx smux ucd-snmp/lmSensors ucd-snmp/diskio" \ + --with-mib-modules="host agentx smux ucd-snmp/lmSensors ucd-snmp/diskio disman/event-mib" \ %else --with-mib-modules="host agentx smux " \ %endif @@ -172,9 +172,8 @@ make pushd perl # Use just built libs for perl module building, not the system libs. -perl Makefile.PL -NET-SNMP-IN-SOURCE=true PREFIX=${RPM_BUILD_ROOT}/%{_prefix} INSTALLDIRS=vendor +perl Makefile.PL -NET-SNMP-IN-SOURCE=true PREFIX=${RPM_BUILD_ROOT}/%{_prefix} INSTALLDIRS=vendor -NET-SNMP-CONFIG="sh ../../net-snmp-config" perl -pi -e 's/^LD_RUN_PATH.*//;s/LD_RUN_PATH=\".*\" //;' default_store/Makefile OID/Makefile agent/Makefile agent/default_store/Makefile ASN/Makefile SNMP/Makefile -#perl Makefile.PL PREFIX=${RPM_BUILD_ROOT}/%{_prefix} INSTALLDIRS=vendor -NET-SNMP-CONFIG="sh ../../net-snmp-config" -NET-SNMP-IN-SOURCE=true make popd @@ -317,6 +316,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/*.a %changelog +* Mon Mar 20 2006 Radek Vokal 5.3-5 +- allow disman/event-mib + * Fri Feb 10 2006 Jesse Keating - 5.3-4.2 - bump again for double-long bug on ppc(64)