rpms/net-snmp/devel net-snmp.spec,1.209,1.210

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


Author: jsafrane

Update of /cvs/pkgs/rpms/net-snmp/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv30362

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


Index: net-snmp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/net-snmp/devel/net-snmp.spec,v
retrieving revision 1.209
retrieving revision 1.210
diff -u -p -r1.209 -r1.210
--- net-snmp.spec	1 Jun 2010 19:48:21 -0000	1.209
+++ net-snmp.spec	16 Jun 2010 11:54:36 -0000	1.210
@@ -11,10 +11,10 @@
 Summary: A collection of SNMP protocol tools and libraries
 Name: net-snmp
 Version: 5.5
-Release: 13%{?dist}
+Release: 14%{?dist}
 Epoch: 1
 
-License: BSD and MIT
+License: BSD
 Group: System Environment/Daemons
 URL: http://net-snmp.sourceforge.net/
 Source0: http://dl.sourceforge.net/net-snmp/net-snmp-%{version}.tar.gz
@@ -296,6 +296,9 @@ 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 +414,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 Jun 01 2010 Marcela Maslanova <mmaslano at redhat.com> - 1:5.5-13
 - Mass rebuild with perl-5.12.0
 



More information about the scm-commits mailing list