rpms/net-snmp/F-13 net-snmp.spec,1.208,1.209

Jan Šafránek jsafrane at fedoraproject.org
Wed Jun 16 11:57:32 UTC 2010


Author: jsafrane

Update of /cvs/pkgs/rpms/net-snmp/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv30684

Modified Files:
	net-snmp.spec 
Log Message:
add missing include files from util_funcs directory
Resolves: #603243


Index: net-snmp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/net-snmp/F-13/net-snmp.spec,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -p -r1.208 -r1.209
--- net-snmp.spec	2 Feb 2010 12:07:22 -0000	1.208
+++ net-snmp.spec	16 Jun 2010 11:57:32 -0000	1.209
@@ -11,7 +11,7 @@
 Summary: A collection of SNMP protocol tools and libraries
 Name: net-snmp
 Version: 5.5
-Release: 12%{?dist}
+Release: 13%{?dist}
 Epoch: 1
 
 License: BSD and MIT
@@ -296,6 +296,10 @@ done
 # remove executable bit from documentation samples
 chmod 644 local/passtest local/ipf-mod.pl
 
+# dirty hack for #603243, until it's fixed properly upstream
+install -m 755 -d $RPM_BUILD_ROOT/usr/include/net-snmp/agent/util_funcs
+install -m 644  agent/mibgroup/util_funcs/*.h $RPM_BUILD_ROOT/usr/include/net-snmp/agent/util_funcs
+
 
 %check
 %if %{netsnmp_check}
@@ -411,6 +415,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_datadir}/snmp/mibs/*
 
 %changelog
+* Wed Jun 16 2010 Jan Safranek <jsafrane at redhat.com> - 1:5.5-13
+- add missing include files from util_funcs directory (#603243)
+
 * Tue Feb  2 2010 Jan Safranek <jsafrane at redhat.com> - 1:5.5-12
 - store temporary files in /var/run/net-snmp instead of /tmp -
   SELinux does not like it.



More information about the scm-commits mailing list