Author: glen Date: Wed Feb 23 21:40:37 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- testing for useradd macros
---- Files affected:
SPECS:
goddamnit.spec (1.34 -> 1.35)
---- Diffs:
================================================================
Index: SPECS/goddamnit.spec
diff -u SPECS/goddamnit.spec:1.34 SPECS/goddamnit.spec:1.35
--- SPECS/goddamnit.spec:1.34 Wed Feb 23 22:26:24 2005
+++ SPECS/goddamnit.spec Wed Feb 23 22:40:27 2005
@@ -19,6 +19,16 @@
%build
touch foo
+%pre
+%groupadd -P darn -g 1232 %{name}
+%groupadd -g 1232 %{name}
+%groupadd -g 1231
+
+%useradd -P %{name}-base -u 83178 -r -d /var/tmp -G perse,jama -s /bin/false
-g %{name} %{name} -c "God Dammit Damn User"
+%useradd -u 83178 -r -d /var/tmp -G perse,jama -s /bin/false -g %{name}
%{name} -c "God Dammit Damn User"
+%useradd -u 8841 -G perse,jama -g %{name} %{name} -c "God Dammit Damn User"
+%useradd -u 83178 -g %{name} %{name} -c "God Dammit Damn User"
+
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT/%{_bindir}
@@ -35,6 +45,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.35 2005/02/23 21:40:27 glen
+- testing for useradd macros
+
Revision 1.34 2005/02/23 21:26:24 glen
- reverted
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/goddamnit.spec?r1=1.34&r2=1.35&f=u
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit