Author: wolvverine Date: Sun Oct 2 17:56:14 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - correct %pre
---- Files affected: SPECS: webCDwriter.spec (1.31 -> 1.32) ---- Diffs: ================================================================ Index: SPECS/webCDwriter.spec diff -u SPECS/webCDwriter.spec:1.31 SPECS/webCDwriter.spec:1.32 --- SPECS/webCDwriter.spec:1.31 Sun Oct 2 18:17:31 2005 +++ SPECS/webCDwriter.spec Sun Oct 2 19:56:09 2005 @@ -13,7 +13,7 @@ Summary(pl): Narzędzie do sieciowego nagrywania CD Name: webCDwriter Version: 2.7.2 -Release: 0.2 +Release: 0.3 License: GPL v2+ Group: Networking/Daemons Source0: http://joerghaeger.de/webCDwriter/download/%{name}-%{version}.tar.bz2 @@ -116,10 +116,8 @@ fi %pre - %groupadd -g 27 %{CDWgroup} -%useradd -c "%{name} user" -u 109 -r -d %{_var}/lib/CDWserver \ - -s /bin/false -g %{CDWgroup} %{CDWuser} +%useradd -g %{CDWgroup} -c "%{name} user" -u 109 -r -d %{_var}/lib/CDWserver -s /bin/false %{CDWuser} %post # TODO use trigger if it's from older PLD package or discard @@ -281,6 +279,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.32 2005/10/02 17:56:09 wolvverine +- correct %pre + Revision 1.31 2005/10/02 16:17:31 wolvverine - correct ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/webCDwriter.spec?r1=1.31&r2=1.32&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
