SPECS: quake3.spec - added -m option to useradd - changed %{name}-...

paszczus paszczus at pld-linux.org
Sat Oct 15 17:23:23 CEST 2005


Author: paszczus                     Date: Sat Oct 15 15:23:23 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added -m option to useradd
- changed %{name}-common to %{name}-server in %pre (user/group add)
- release 0.6

---- Files affected:
SPECS:
   quake3.spec (1.33 -> 1.34) 

---- Diffs:

================================================================
Index: SPECS/quake3.spec
diff -u SPECS/quake3.spec:1.33 SPECS/quake3.spec:1.34
--- SPECS/quake3.spec:1.33	Sat Oct 15 15:23:38 2005
+++ SPECS/quake3.spec	Sat Oct 15 17:23:18 2005
@@ -4,7 +4,7 @@
 Summary(pl):	Quake3 dla Linuksa
 Name:		quake3
 Version:	1.33
-Release:	0.5
+Release:	0.6
 License:	GPL
 Group:		Applications/Games
 Source0:	%{name}-%{version}_SVN156M.tar.bz2
@@ -139,8 +139,8 @@
 fi
 
 %pre server
-%groupadd -P %{name}-common -g 38 quake3
-%useradd -P %{name}-common -u 124 -d /home/services/quake3 -s /bin/bash -c "Quake ]|[ Arena" -g quake3 quake3
+%groupadd -P %{name}-server -g 38 quake3
+%useradd -m -P %{name}-server -u 124 -d /home/services/quake3 -s /bin/bash -c "Quake ]|[ Arena" -g quake3 quake3
 
 %post server
 /sbin/chkconfig --add q3ded
@@ -196,6 +196,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.34  2005/10/15 15:23:18  paszczus
+- added -m option to useradd
+- changed %{name}-common to %{name}-server in %pre (user/group add)
+- release 0.6
+
 Revision 1.33  2005/10/15 13:23:38  sparky
 - icculus version now on HEAD, old branched as BINARY
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/quake3.spec?r1=1.33&r2=1.34&f=u




More information about the pld-cvs-commit mailing list