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
1 changed files with 7 additions and 3 deletions

View File

@ -11,7 +11,7 @@
Summary: A collection of SNMP protocol tools and libraries
Name: net-snmp
Version: 5.7.2
Release: 9%{?dist}
Release: 10%{?dist}
Epoch: 1
License: BSD
@ -439,14 +439,14 @@ rm -rf ${RPM_BUILD_ROOT}
%{_unitdir}/snmp*
%config(noreplace) %{_sysconfdir}/sysconfig/snmpd
%config(noreplace) %{_sysconfdir}/sysconfig/snmptrapd
%{_bindir}/agentxtrap
%attr(0644,root,root) %{_mandir}/man1/agentxtrap.1*
%files utils
%{_bindir}/encode_keychange
%{_bindir}/snmp[^c-]*
%{_bindir}/agentxtrap
%attr(0644,root,root) %{_mandir}/man1/snmp[^-]*.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/variables.5.gz
@ -504,6 +504,10 @@ rm -rf ${RPM_BUILD_ROOT}
%{_initrddir}/snmptrapd
%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
- moved agentxtrap utility to net-snmp-utils subpackage,
it's an utility, not a daemon.