rpms/crossfire/devel crossfire.spec,1.8,1.9

Michael Thomas (wart) fedora-extras-commits at redhat.com
Wed Jun 18 11:04:55 UTC 2008


Author: wart

Update of /cvs/extras/rpms/crossfire/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32594

Modified Files:
	crossfire.spec 
Log Message:
Fix creation of the crossfire user (BZ #442384)




Index: crossfire.spec
===================================================================
RCS file: /cvs/extras/rpms/crossfire/devel/crossfire.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- crossfire.spec	9 Feb 2008 19:39:51 -0000	1.8
+++ crossfire.spec	18 Jun 2008 11:04:02 -0000	1.9
@@ -7,7 +7,7 @@
 
 Name: crossfire
 Version: 1.10.0
-Release: 4%{?dist}
+Release: 5%{?dist}
 Summary: Server for hosting crossfire games
 Group: Amusements/Games
 # All files GPLv2+ except server/daemon.c which also has MIT attributions
@@ -220,7 +220,7 @@
 getent group crossfire >/dev/null || groupadd -r crossfire
 getent passwd crossfire >/dev/null || \
 useradd -r -g crossfire -d %{_datadir}/%{name} -s /sbin/nologin \
-    -c "Useful comment about the purpose of this account" USERNAME
+    -c "Daemon account for the crossfire server" crossfire
 exit 0
 
 %post
@@ -332,6 +332,9 @@
 
 
 %changelog
+* Wed Jun 18 2008 Wart <wart at kobold.org> 1.10.0-5
+- Fix creation of the crossfire user (BZ #442384)
+
 * Sat Feb 9 2008 Wart <wart at kobold.org> 1.10.0-4
 - Rebuild for gcc 4.3
 




More information about the fedora-extras-commits mailing list