diff --git a/rpcbind.spec b/rpcbind.spec index c5e3a86..f024aa1 100644 --- a/rpcbind.spec +++ b/rpcbind.spec @@ -17,6 +17,8 @@ Requires: setup >= 2.6.4-1 Conflicts: man-pages < 2.43-12 BuildRequires: automake, autoconf, libtool BuildRequires: libtirpc-devel quota +Requires(pre): /usr/sbin/groupadd /usr/sbin/groupdel +Requires(pre): /usr/sbin/useradd /usr/sbin/userdel Requires(post): /sbin/chkconfig Requires(post): /sbin/chkconfig @@ -130,6 +132,7 @@ fi - Added autoconf rules to turn on secure host checking via libwrap. Also turned on host check by default (bz 248284) - Changed init script to start service in runlevel 2 (bz 251568) +- Added a couple missing Requires(pre) (bz 247134) * Fri May 25 2007 Steve Dickson 0.1.4-7 - Fixed condrestarts (bz 241332)