--- rpms/e-smith/sme9/e-smith.spec 2013/01/25 17:18:00 1.1 +++ rpms/e-smith/sme9/e-smith.spec 2013/03/06 20:19:43 1.2 @@ -1,9 +1,9 @@ -# $Id: e-smith.spec,v 1.3 2008/10/07 16:46:37 slords Exp $ +# $Id: e-smith.spec,v 1.1 2013/01/25 17:18:00 slords Exp $ Summary: e-smith server and gateway Name: e-smith %define version 5.4.0 -%define release 1 +%define release 2 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -15,6 +15,9 @@ Prereq: /usr/sbin/useradd AutoReqProv: no %changelog +* Wed Mar 6 2013 Shad L. Lords 5.4.0-2.sme +- Fix pre script to make www and apache the same [SME: 7319] + * Fri Jan 25 2013 Shad L. Lords 5.4.0-1.sme - Roll new stream for sme9 @@ -86,7 +89,7 @@ can work. Contents are now included in e /usr/sbin/groupadd \ -g 500 shared 2>/dev/null || : /usr/sbin/useradd \ - -u 102 -c 'e-smith web server' -d /home/e-smith \ + -u 102 -g 102 -c 'e-smith web server' -d /home/e-smith \ -G shared -M -s /bin/false www 2>/dev/null || : /usr/sbin/useradd \ -u 101 -c 'e-smith administrator' -d /home/e-smith \