rpms/tog-pegasus/devel tog-pegasus.spec,1.69,1.70

Vitezslav Crhonek vcrhonek at fedoraproject.org
Thu Apr 16 11:55:55 UTC 2009


Author: vcrhonek

Update of /cvs/extras/rpms/tog-pegasus/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15238

Modified Files:
	tog-pegasus.spec 
Log Message:
Replace useradd '-n' option by '-N' ('-n' is obsolete)


Index: tog-pegasus.spec
===================================================================
RCS file: /cvs/extras/rpms/tog-pegasus/devel/tog-pegasus.spec,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- tog-pegasus.spec	3 Mar 2009 16:37:42 -0000	1.69
+++ tog-pegasus.spec	16 Apr 2009 11:55:24 -0000	1.70
@@ -43,7 +43,7 @@
 %define _default_patch_fuzz 2
 
 Version: 		2.7.2
-Release: 		7%{?dist}
+Release: 		8%{?dist}
 Epoch:   		2
 #
 Summary:   		OpenPegasus WBEM Services for Linux
@@ -378,7 +378,7 @@
 if [ $1 -eq 1 ]; then
 #  first install: create the 'pegasus' user and group:
    /usr/sbin/groupadd -g %{pegasus_gid} -f -r pegasus >/dev/null 2>&1 || :;
-   /usr/sbin/useradd -u %{pegasus_uid} -r -n -M -g pegasus -s /sbin/nologin -d /var/lib/Pegasus \
+   /usr/sbin/useradd -u %{pegasus_uid} -r -N -M -g pegasus -s /sbin/nologin -d /var/lib/Pegasus \
      	 		   -c "tog-pegasus OpenPegasus WBEM/CIM services" pegasus >/dev/null 2>&1 || :;
 elif [ $1 -gt 1 ]; then
    if [ -d /var/lib/Pegasus/repository ]; then
@@ -462,6 +462,10 @@
 
 
 %changelog
+* Thu Apr 16 2009 Vitezslav Crhonek <vcrhonek at redhat.com> - 2:2.7.2-8
+- Replace useradd '-n' option by '-N' ('-n' is obsolete)
+  Resolves: #495729
+
 * Tue Mar  3 2009 Vitezslav Crhonek <vcrhonek at redhat.com> - 2:2.7.2-7
 - Add noreplace to config files
 




More information about the fedora-extras-commits mailing list