Fixed net-snmp dependency on net-snmp-agent-libs.
This commit is contained in:
parent
c1bc316276
commit
66025916c3
@ -11,7 +11,7 @@
|
||||
Summary: A collection of SNMP protocol tools and libraries
|
||||
Name: net-snmp
|
||||
Version: 5.7.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Epoch: 1
|
||||
|
||||
License: BSD
|
||||
@ -43,6 +43,7 @@ Requires(preun): initscripts
|
||||
# for /bin/rm
|
||||
Requires(preun): coreutils
|
||||
Requires: %{name}-libs = %{epoch}:%{version}-%{release}
|
||||
Requires: %{name}-agent-libs = %{epoch}:%{version}-%{release}
|
||||
Requires: mysql-libs
|
||||
# This is actually needed for the %triggerun script but Requires(triggerun)
|
||||
# is not valid. We can use %post because this particular %triggerun script
|
||||
@ -484,6 +485,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_initrddir}/snmptrapd
|
||||
|
||||
%changelog
|
||||
* Wed Oct 24 2012 Jan Safranek <jsafrane@redhat.com> - 1:5.7.2-2
|
||||
- Fixed net-snmp dependency on net-snmp-agent-libs.
|
||||
|
||||
* Thu Oct 18 2012 Jan Safranek <jsafrane@redhat.com> - 1:5.7.2-1
|
||||
- Updated to 5.7.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user