add missing include files from util_funcs directory Related: #603243
This commit is contained in:
parent
b74b3ad1a5
commit
18b1d2707f
@ -11,10 +11,10 @@
|
|||||||
Summary: A collection of SNMP protocol tools and libraries
|
Summary: A collection of SNMP protocol tools and libraries
|
||||||
Name: net-snmp
|
Name: net-snmp
|
||||||
Version: 5.5
|
Version: 5.5
|
||||||
Release: 13%{?dist}
|
Release: 14%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
|
|
||||||
License: BSD and MIT
|
License: BSD
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://net-snmp.sourceforge.net/
|
URL: http://net-snmp.sourceforge.net/
|
||||||
Source0: http://dl.sourceforge.net/net-snmp/net-snmp-%{version}.tar.gz
|
Source0: http://dl.sourceforge.net/net-snmp/net-snmp-%{version}.tar.gz
|
||||||
@ -296,6 +296,9 @@ done
|
|||||||
# remove executable bit from documentation samples
|
# remove executable bit from documentation samples
|
||||||
chmod 644 local/passtest local/ipf-mod.pl
|
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
|
%check
|
||||||
%if %{netsnmp_check}
|
%if %{netsnmp_check}
|
||||||
@ -411,6 +414,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_datadir}/snmp/mibs/*
|
%{_datadir}/snmp/mibs/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 16 2010 Jan Safranek <jsafrane@redhat.com> - 1:5.5-13
|
||||||
|
- add missing include files from util_funcs directory (#603243)
|
||||||
|
|
||||||
* Tue Jun 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 1:5.5-13
|
* Tue Jun 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 1:5.5-13
|
||||||
- Mass rebuild with perl-5.12.0
|
- Mass rebuild with perl-5.12.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user