diff --git a/net-snmp.spec b/net-snmp.spec
index 3cb2fab..1f81de0 100644
--- a/net-snmp.spec
+++ b/net-snmp.spec
@@ -3,7 +3,7 @@
 Summary: A collection of SNMP protocol tools and libraries.
 Name: net-snmp
 Version: 5.2.1
-Release: 9
+Release: 10
 License: BSDish
 Group: System Environment/Daemons
 URL: http://net-snmp.sourceforge.net/
@@ -86,6 +86,8 @@ Summary: The development environment for the NET-SNMP project.
 Requires: %{name} = %{version}
 Obsoletes: ucd-snmp-devel
 BuildPrereq: elfutils-libelf-devel
+Requires: beecrypt-devel, elfutils-devel, rpm-devel
+
 
 %description devel
 The net-snmp-devel package contains the development libraries and
@@ -326,6 +328,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_libdir}/*.la
 
 %changelog
+* Tue Apr 19 2005 Radek Vokal <rvokal@redhat.com> - 5.2.1-10
+- fixed missing requires for devel package (#155221)
+
 * Wed Apr 06 2005 Radek Vokal <rvokal@redhat.com> - 5.2.1-9
 - switching to a different 64bit patch, hopefully 64bit problems are gone for a while