moved agentxtrap utility to net-snmp subpackage,it needs libraries provided by net-snmp-agent-libs.

This commit is contained in:
Jan Safranek 2013-04-22 16:47:06 +02:00
parent b013060177
commit a2a3543c54

View File

@ -11,7 +11,7 @@
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.7.2 Version: 5.7.2
Release: 9%{?dist} Release: 10%{?dist}
Epoch: 1 Epoch: 1
License: BSD License: BSD
@ -439,14 +439,14 @@ rm -rf ${RPM_BUILD_ROOT}
%{_unitdir}/snmp* %{_unitdir}/snmp*
%config(noreplace) %{_sysconfdir}/sysconfig/snmpd %config(noreplace) %{_sysconfdir}/sysconfig/snmpd
%config(noreplace) %{_sysconfdir}/sysconfig/snmptrapd %config(noreplace) %{_sysconfdir}/sysconfig/snmptrapd
%{_bindir}/agentxtrap
%attr(0644,root,root) %{_mandir}/man1/agentxtrap.1*
%files utils %files utils
%{_bindir}/encode_keychange %{_bindir}/encode_keychange
%{_bindir}/snmp[^c-]* %{_bindir}/snmp[^c-]*
%{_bindir}/agentxtrap
%attr(0644,root,root) %{_mandir}/man1/snmp[^-]*.1* %attr(0644,root,root) %{_mandir}/man1/snmp[^-]*.1*
%attr(0644,root,root) %{_mandir}/man1/encode_keychange*.1* %attr(0644,root,root) %{_mandir}/man1/encode_keychange*.1*
%attr(0644,root,root) %{_mandir}/man1/agentxtrap.1*
%attr(0644,root,root) %{_mandir}/man5/snmp.conf.5.gz %attr(0644,root,root) %{_mandir}/man5/snmp.conf.5.gz
%attr(0644,root,root) %{_mandir}/man5/variables.5.gz %attr(0644,root,root) %{_mandir}/man5/variables.5.gz
@ -504,6 +504,10 @@ rm -rf ${RPM_BUILD_ROOT}
%{_initrddir}/snmptrapd %{_initrddir}/snmptrapd
%changelog %changelog
* Mon Apr 22 2013 Jan Safranek <jsafrane@redhat.com> - 1:5.7.2-10
- moved agentxtrap utility to net-snmp subpackage,
it needs libraries provided by net-snmp-agent-libs.
* Thu Apr 18 2013 Jan Safranek <jsafrane@redhat.com> - 1:5.7.2-9 * Thu Apr 18 2013 Jan Safranek <jsafrane@redhat.com> - 1:5.7.2-9
- moved agentxtrap utility to net-snmp-utils subpackage, - moved agentxtrap utility to net-snmp-utils subpackage,
it's an utility, not a daemon. it's an utility, not a daemon.