You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by rv...@apache.org on 2011/10/21 00:05:05 UTC

svn commit: r1187083 - /incubator/bigtop/trunk/bigtop-packages/src/rpm/zookeeper/SPECS/zookeeper.spec

Author: rvs
Date: Thu Oct 20 22:05:05 2011
New Revision: 1187083

URL: http://svn.apache.org/viewvc?rev=1187083&view=rev
Log:
BIGTOP-126. zookeeper rpm should require groupadd/useradd

Modified:
    incubator/bigtop/trunk/bigtop-packages/src/rpm/zookeeper/SPECS/zookeeper.spec

Modified: incubator/bigtop/trunk/bigtop-packages/src/rpm/zookeeper/SPECS/zookeeper.spec
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-packages/src/rpm/zookeeper/SPECS/zookeeper.spec?rev=1187083&r1=1187082&r2=1187083&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-packages/src/rpm/zookeeper/SPECS/zookeeper.spec (original)
+++ incubator/bigtop/trunk/bigtop-packages/src/rpm/zookeeper/SPECS/zookeeper.spec Thu Oct 20 22:05:05 2011
@@ -72,7 +72,7 @@ Source4: hadoop-zookeeper.sh.suse
 Source5: zookeeper.1
 BuildArch: noarch
 BuildRequires: ant, autoconf, automake, subversion
-Requires(pre): coreutils, shadow-utils
+Requires(pre): coreutils, shadow-utils, /usr/sbin/groupadd, /usr/sbin/useradd
 Requires(post): %{alternatives_dep}
 Requires(preun): %{alternatives_dep}