rpms/rpm/devel rpm.spec,1.231,1.232

Panu Matilainen (pmatilai) fedora-extras-commits at redhat.com
Tue Jun 19 08:20:12 UTC 2007


Author: pmatilai

Update of /cvs/pkgs/rpms/rpm/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21120

Modified Files:
	rpm.spec 
Log Message:
Fix a typo (thanks Ralf :)



Index: rpm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rpm/devel/rpm.spec,v
retrieving revision 1.231
retrieving revision 1.232
diff -u -r1.231 -r1.232
--- rpm.spec	19 Jun 2007 08:09:08 -0000	1.231
+++ rpm.spec	19 Jun 2007 08:19:29 -0000	1.232
@@ -309,7 +309,7 @@
 rm -rf $RPM_BUILD_ROOT
 
 %pre
-usr/sbin/groupadd -g 37 rpm                            > /dev/null 2>&1
+/usr/sbin/groupadd -g 37 rpm                            > /dev/null 2>&1
 /usr/sbin/useradd  -r -d /var/lib/rpm -u 37 -g 37 rpm -s /sbin/nologin  > /dev/null 2>&1
 exit 0
 




More information about the fedora-extras-commits mailing list