]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd.spec
- fixed useradd, rel 2
[packages/lighttpd.git] / lighttpd.spec
index a4b4fa6609929adeb65356c7b72fcdcd80ff41e4..c2ec3048ded0800301fe4340d401b09a4e61820b 100644 (file)
@@ -36,7 +36,7 @@
 %define _source http://www.lighttpd.net/download/%{name}-%{version}.tar.gz
 %endif
 
-%define                _rel 1.1
+%define                _rel 2
 
 Summary:       Fast and light HTTP server
 Summary(pl):   Szybki i lekki serwer HTTP
@@ -301,8 +301,8 @@ rm -rf $RPM_BUILD_ROOT
 %pre
 %groupadd -g 109 lighttpd
 %groupadd -g 51 http
+%useradd -u 116 -d %{_lighttpddir} -c "LigHTTPd User" -g lighttpd lighttpd
 %addusertogroup lighttpd http
-%useradd -u 116 -d %{_lighttpddir} -c "HTTP User" -g lighttpd lighttpd,httpd
 
 %post
 /sbin/chkconfig --add %{name}
This page took 0.048125 seconds and 4 git commands to generate.