Author: hawk Date: Sat May 3 21:14:21 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - fixed build with lm_sensors 3.x - R/BR lm_sensors >= 3.0.1 - release 12
---- Files affected: SPECS: net-snmp.spec (1.116 -> 1.117) ---- Diffs: ================================================================ Index: SPECS/net-snmp.spec diff -u SPECS/net-snmp.spec:1.116 SPECS/net-snmp.spec:1.117 --- SPECS/net-snmp.spec:1.116 Wed Apr 23 23:21:13 2008 +++ SPECS/net-snmp.spec Sat May 3 23:14:16 2008 @@ -29,7 +29,7 @@ Summary(uk.UTF-8): Набір утиліт для протоколу SNMP від UC-Davis Name: net-snmp Version: 5.4.1 -Release: 11 +Release: 12 License: BSD-like Group: Networking/Daemons Source0: http://dl.sourceforge.net/net-snmp/%{name}-%{version}.tar.gz @@ -56,6 +56,7 @@ Patch11: %{name}-defaultconfig.patch Patch12: %{name}-use-rpm-hrmib.patch Patch13: %{name}-duplicate-ip.patch +Patch14: %{name}-lm_sensors_3.patch URL: http://www.net-snmp.org/ BuildRequires: autoconf >= 2.61-3 BuildRequires: automake @@ -63,7 +64,7 @@ %{?with_kerberos5:BuildRequires: krb5-devel} BuildRequires: libtool >= 1.4 BuildRequires: libwrap-devel -%{?with_lm_sensors:BuildRequires: lm_sensors-devel} +%{?with_lm_sensors:BuildRequires: lm_sensors-devel >= 3.0.1} BuildRequires: openssl-devel >= 0.9.7d %{?with_autodeps:BuildRequires: perl-Term-ReadKey} BuildRequires: perl-devel >= 1:5.8.0 @@ -161,7 +162,7 @@ Requires: elfutils-devel %{?with_kerberos5:Requires: krb5-devel} Requires: libwrap-devel -%{?with_lm_sensors:Requires: lm_sensors-devel} +%{?with_lm_sensors:Requires: lm_sensors-devel >= 3.0.1} Requires: openssl-devel >= 0.9.7c %{?with_rpm:Requires: rpm-devel} Obsoletes: ucd-snmp-devel @@ -423,6 +424,7 @@ %patch11 -p1 %patch12 -p1 %patch13 -p0 +%patch14 -p0 %build %{__libtoolize} @@ -449,7 +451,7 @@ --with-mib-modules="host agentx smux mibII/mta_sendmail \ %ifarch %{ix86} %{x8664} %if %{with lm_sensors} - ucd-snmp/lmSensors \ + ucd-snmp/lmsensorsMib \ %endif %endif disman/event disman/schedule ucd-snmp/diskio \ @@ -749,6 +751,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.117 2008-05-03 21:14:16 hawk +- fixed build with lm_sensors 3.x +- R/BR lm_sensors >= 3.0.1 +- release 12 + Revision 1.116 2008-04-23 21:21:13 glen - patch not to fail if same ip seen in different interfaces; rel 11 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/net-snmp.spec?r1=1.116&r2=1.117&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
