rpms/gkrellm/devel .cvsignore, 1.15, 1.16 gkrellm.spec, 1.31, 1.32 sources, 1.15, 1.16

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Apr 3 09:39:48 UTC 2006


Author: karsten

Update of /cvs/dist/rpms/gkrellm/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv9760

Modified Files:
	.cvsignore gkrellm.spec sources 
Log Message:
- update to 2.2.9
- remove explicit UID/GUIs from useradd/groupadd (#186974)



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/gkrellm/devel/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- .cvsignore	9 Jun 2005 10:53:07 -0000	1.15
+++ .cvsignore	3 Apr 2006 09:39:45 -0000	1.16
@@ -1,2 +1,2 @@
+gkrellm-2.2.9.tar.bz2
 gkrellm-wifi-0.9.12.tar.gz
-gkrellm-2.2.7.tar.bz2


Index: gkrellm.spec
===================================================================
RCS file: /cvs/dist/rpms/gkrellm/devel/gkrellm.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- gkrellm.spec	28 Feb 2006 11:34:32 -0000	1.31
+++ gkrellm.spec	3 Apr 2006 09:39:45 -0000	1.32
@@ -1,8 +1,8 @@
 %define		wifi_version 0.9.12
 Summary:	Multiple stacked system monitors in one process.
 Name:		gkrellm
-Version:	2.2.7
-Release:    7
+Version:	2.2.9
+Release:    1
 License:	GPL
 Group:		Applications/System
 URL:		http://www.gkrellm.net/
@@ -134,8 +134,8 @@
 
 %pre daemon
 # the daemon shouldn't run as nobody
-/usr/sbin/groupadd -g 101 gkrellmd 2>/dev/null ||:
-/usr/sbin/useradd -u 101 -s /sbin/nologin -M -d / -c "GNU Krell daemon" -r -g gkrellmd gkrellmd 2>/dev/null ||:
+/usr/sbin/groupadd gkrellmd 2>/dev/null ||:
+/usr/sbin/useradd -s /sbin/nologin -M -d / -c "GNU Krell daemon" -r -g gkrellmd gkrellmd 2>/dev/null ||:
 
 %post daemon
 chkconfig --add gkrellmd
@@ -184,6 +184,10 @@
 %endif
 
 %changelog
+* Mon Apr 03 2006 Karsten Hopp <karsten at redhat.de> 2.2.9-1
+- update to 2.2.9
+- remove explicit UID/GUIs from useradd/groupadd (#186974)  
+
 * Tue Feb 28 2006 Karsten Hopp <karsten at redhat.de> 2.2.7-7
 - BuildRequires: libSM-devel
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/gkrellm/devel/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources	9 Jun 2005 10:53:07 -0000	1.15
+++ sources	3 Apr 2006 09:39:45 -0000	1.16
@@ -1,2 +1,2 @@
+5334155797901724f4eb46a82ad72395  gkrellm-2.2.9.tar.bz2
 3b9a71c9177d8e058f5707baeb0da761  gkrellm-wifi-0.9.12.tar.gz
-6ff47bc8e66ba88f42932365a947f9f3  gkrellm-2.2.7.tar.bz2




More information about the fedora-cvs-commits mailing list