Author: qboosh Date: Sun Dec 3 22:28:57 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 2.3.4 - net-snmp agent libs are not compatible with --as-needed, use filterout
---- Files affected: SPECS: openhpi-subagent.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: SPECS/openhpi-subagent.spec diff -u SPECS/openhpi-subagent.spec:1.7 SPECS/openhpi-subagent.spec:1.8 --- SPECS/openhpi-subagent.spec:1.7 Tue Jan 24 20:26:28 2006 +++ SPECS/openhpi-subagent.spec Sun Dec 3 23:28:52 2006 @@ -2,12 +2,12 @@ Summary: SNMP agent for modeling SAForum Hardware Platform Interface Summary(pl): Agent SNMP do modelowania interfejsu HPI SAForum Name: openhpi-subagent -Version: 2.3.2 +Version: 2.3.4 Release: 1 License: BSD Group: Applications Source0: http://dl.sourceforge.net/openhpi/%{name}-%{version}.tar.gz -# Source0-md5: 1ebb1d47cd2e6a674e6f83e99da67692 +# Source0-md5: 17e84d43ef1d24ae8caa52615efb9512 Source1: %{name}.init Source2: %{name}.sysconfig URL: http://openhpi.sourceforge.net/ @@ -25,6 +25,9 @@ Requires: openhpi >= 2.3.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +# because of netsnmp agent libs +%define filterout_ld -Wl,--as-needed + %description This package contains an SNMP subagent for the Service Availability Forum's HPI specification. It is built against OpenHPI, but should be @@ -42,7 +45,7 @@ systemy oparte na Sysfs. %prep -%setup -q -n %{name}-2.3.1 +%setup -q # avoid error on some variable used only in debug builds sed -i -e 's/-Werror/-Werror -Wno-unused/' configure.ac @@ -79,6 +82,7 @@ %config(noreplace) %verify(not md5 mtime size) /etc/snmp/hpiSubagent.conf %attr(754,root,root) /etc/rc.d/init.d/openhpi-subagent %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/openhpi-subagent +%{_datadir}/snmp/mibs/*.mib %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -86,6 +90,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2006/12/03 22:28:52 qboosh +- updated to 2.3.4 +- net-snmp agent libs are not compatible with --as-needed, use filterout + Revision 1.7 2006/01/24 19:26:28 qboosh - updated to 2.3.2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/openhpi-subagent.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
