From 58a4bc740c0f746378080d5a261abb1439211418 Mon Sep 17 00:00:00 2001 From: rsiddall Date: Thu, 7 Feb 2008 18:13:27 +0000 Subject: [PATCH] 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. --- install/rpm/freeside.spec | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.20.1