rpms/vhostmd/devel vhostmd.spec,1.5,1.6

Richard W.M. Jones rjones at fedoraproject.org
Wed Nov 11 14:03:52 UTC 2009


Author: rjones

Update of /cvs/pkgs/rpms/vhostmd/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24834

Modified Files:
	vhostmd.spec 
Log Message:
Use fixed UID:GID 112:112 (RHBZ#534109).


Index: vhostmd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vhostmd/devel/vhostmd.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- vhostmd.spec	10 Nov 2009 16:16:01 -0000	1.5
+++ vhostmd.spec	11 Nov 2009 14:03:52 -0000	1.6
@@ -8,7 +8,7 @@
 Summary:       Virtualization host metrics daemon
 Name:          vhostmd
 Version:       0.4
-Release:       0.7.gite9db007b%{?dist}
+Release:       0.8.gite9db007b%{?dist}
 License:       GPLv2+
 Group:         System Environment/Daemons
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -137,9 +137,10 @@ fi
 
 
 %pre
-getent group vhostmd >/dev/null || groupadd -r vhostmd
+# UID:GID 112:112 reserved, see RHBZ#534109.
+getent group vhostmd >/dev/null || groupadd -g 112 -r vhostmd
 getent passwd vhostmd >/dev/null || \
-useradd -r -g vhostmd -d %{_datadir}/vhostmd -s /sbin/nologin \
+useradd -u 112 -r -g vhostmd -d %{_datadir}/vhostmd -s /sbin/nologin \
 -c "Virtual Host Metrics Daemon" vhostmd
 exit 0
 
@@ -183,6 +184,9 @@ exit 0
 
 
 %changelog
+* Wed Nov 11 2009 Richard W.M. Jones <rjones at redhat.com> - 0.4-0.8.gite9db007b
+- Use fixed UID:GID 112:112 (RHBZ#534109).
+
 * Tue Nov 10 2009 Richard W.M. Jones <rjones at redhat.com> - 0.4-0.7.gite9db007b
 - vm-dump-metrics-devel package should require version and release of
   base package.




More information about the fedora-extras-commits mailing list