SPECS: dbus.spec - rel 5; fix useradd in pre

arekm arekm at pld-linux.org
Sun Mar 4 20:54:16 CET 2007


Author: arekm                        Date: Sun Mar  4 19:54:16 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 5; fix useradd in pre

---- Files affected:
SPECS:
   dbus.spec (1.154 -> 1.155) 

---- Diffs:

================================================================
Index: SPECS/dbus.spec
diff -u SPECS/dbus.spec:1.154 SPECS/dbus.spec:1.155
--- SPECS/dbus.spec:1.154	Sun Mar  4 19:33:42 2007
+++ SPECS/dbus.spec	Sun Mar  4 20:54:11 2007
@@ -6,7 +6,7 @@
 Summary(pl.UTF-8):	Magistrala przesyłania komunikatów D-BUS
 Name:		dbus
 Version:	1.0.2
-Release:	4
+Release:	5
 License:	AFL v2.1 or GPL v2
 Group:		Libraries
 Source0:	http://dbus.freedesktop.org/releases/dbus/%{name}-%{version}.tar.gz
@@ -140,7 +140,7 @@
 
 %pre
 %groupadd -g 122 messagebus
-%useradd -u 122 -d /usr/share/empty -s /bin/false -c "System message bus" -g messagebus messagebus
+%useradd -u 122 -d /usr/share/empty -s /bin/false -c "System message bus" -g 122 messagebus
 
 %post
 /sbin/chkconfig --add messagebus
@@ -228,6 +228,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.155  2007/03/04 19:54:11  arekm
+- rel 5; fix useradd in pre
+
 Revision 1.154  2007/03/04 18:33:42  aflinta
  - don't crash on checks (fixes CD behavior with HAL 0.5.8.x)
  - release 4
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/dbus.spec?r1=1.154&r2=1.155&f=u



More information about the pld-cvs-commit mailing list