From: rsiddall Date: Thu, 7 Feb 2008 18:13:27 +0000 (+0000) Subject: It was not necessary to add the freeside user to the build machine to get the X-Git-Tag: freeside_1_7_3rc1~119 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=58a4bc740c0f746378080d5a261abb1439211418;p=freeside.git It was not necessary to add the freeside user to the build machine to get the RPMs to build. This prevented the RPMs from building under mock. --- diff --git a/install/rpm/freeside.spec b/install/rpm/freeside.spec index 0796c4ee7..85f790a0e 100644 --- a/install/rpm/freeside.spec +++ b/install/rpm/freeside.spec @@ -114,8 +114,6 @@ EOF %build -# Add freeside user and group if there isn't already such a user -%{__id} freeside 2>/dev/null >/dev/null || /usr/sbin/useradd -s /bin/sh freeside # False laziness... # The htmlman target now makes wiki documentation. Let's pretend we made it. touch htmlman