From 0365fed1bcbe885f9ad150e154e5c6dfef67657e Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Tue, 4 Jan 2005 19:41:31 +0000 Subject: [PATCH] Removed elog_uid/elog_gid SVN revision: 1159 --- elog.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/elog.spec b/elog.spec index 9d3e93b9..b0f4abe0 100755 --- a/elog.spec +++ b/elog.spec @@ -1,11 +1,9 @@ # OpenSSH privilege separation requires a user & group ID -%define elog_uid 105 -%define elog_gid 105 Name: elog Summary: elog is a standalone electronic web logbook -Version: 2.5.4 -Release: 6 +Version: 2.5.5 +Release: 3 Copyright: GPL Group: Applications/Networking Source: http://midas.psi.ch/elog/download/elog-%{version}.tar.gz @@ -62,8 +60,8 @@ each weblog can be totally different from the rest. %setup -q %pre -%{_sbindir}/groupadd -r -g %{elog_gid} elog 2>/dev/null || : -%{_sbindir}/useradd -d /no/such/path -s /bin/false -u %{elog_uid} \ +%{_sbindir}/groupadd -r elog 2>/dev/null || : +%{_sbindir}/useradd -d /no/such/path -s /bin/false \ -g elog -M -r elog 2>/dev/null || : %build