[net-snmp/f18] Fixed net-snmp dependency on net-snmp-agent-libs.

Jan Šafránek jsafrane at fedoraproject.org
Wed Oct 24 08:51:50 UTC 2012


commit 66025916c3f8f5fda62082b4d724525095a46db7
Author: Jan Safranek <jsafrane at redhat.com>
Date:   Wed Oct 24 10:51:20 2012 +0200

    Fixed net-snmp dependency on net-snmp-agent-libs.

 net-snmp.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/net-snmp.spec b/net-snmp.spec
index 6d49432..d467dec 100644
--- a/net-snmp.spec
+++ b/net-snmp.spec
@@ -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 at redhat.com> - 1:5.7.2-2
+- Fixed net-snmp dependency on net-snmp-agent-libs.
+
 * Thu Oct 18 2012 Jan Safranek <jsafrane at redhat.com> - 1:5.7.2-1
 - Updated to 5.7.2
 


More information about the scm-commits mailing list