moved agentxtrap utility to net-snmp-utils subpackage, it's an utility, not a daemon.
This commit is contained in:
parent
8227654f6b
commit
b013060177
@ -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: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -425,7 +425,6 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%config(noreplace) %{_sysconfdir}/snmp/snmpd.conf
|
%config(noreplace) %{_sysconfdir}/snmp/snmpd.conf
|
||||||
%config(noreplace) %{_sysconfdir}/snmp/snmptrapd.conf
|
%config(noreplace) %{_sysconfdir}/snmp/snmptrapd.conf
|
||||||
%{_bindir}/snmpconf
|
%{_bindir}/snmpconf
|
||||||
%{_bindir}/agentxtrap
|
|
||||||
%{_bindir}/net-snmp-create-v3-user
|
%{_bindir}/net-snmp-create-v3-user
|
||||||
%{_sbindir}/*
|
%{_sbindir}/*
|
||||||
%attr(0644,root,root) %{_mandir}/man[58]/snmp*d*
|
%attr(0644,root,root) %{_mandir}/man[58]/snmp*d*
|
||||||
@ -444,6 +443,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%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}/man1/agentxtrap.1*
|
||||||
@ -504,7 +504,11 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_initrddir}/snmptrapd
|
%{_initrddir}/snmptrapd
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Mar 25 2013 Jan Safranek <jsafrane@redhat.com> 1:5.7.2-8
|
* 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.
|
||||||
|
|
||||||
|
* Mon Mar 25 2013 Jan Safranek <jsafrane@redhat.com> - 1:5.7.2-8
|
||||||
- added autoreconf to be able to build on aarch64 (#926223)
|
- added autoreconf to be able to build on aarch64 (#926223)
|
||||||
|
|
||||||
* Thu Feb 14 2013 Tom Callaway <spot@fedoraproject.org> 1:5.7.2-7
|
* Thu Feb 14 2013 Tom Callaway <spot@fedoraproject.org> 1:5.7.2-7
|
||||||
|
Loading…
Reference in New Issue
Block a user