Author: baggins Date: Wed Dec 6 18:13:32 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - trigger fixed - will bump rel to 1 after testing
---- Files affected: SPECS: amanda.spec (1.142 -> 1.143) ---- Diffs: ================================================================ Index: SPECS/amanda.spec diff -u SPECS/amanda.spec:1.142 SPECS/amanda.spec:1.143 --- SPECS/amanda.spec:1.142 Wed Dec 6 18:53:56 2006 +++ SPECS/amanda.spec Wed Dec 6 19:13:26 2006 @@ -9,7 +9,7 @@ Summary(pl): Sieciowo zorientowany system tworzenia kopii zapasowych Name: amanda Version: 2.5.1p2 -Release: 0.3 +Release: 0.7 License: BSD Group: Networking/Utilities Source0: http://dl.sourceforge.net/amanda/%{name}-%{version}.tar.gz @@ -197,9 +197,11 @@ %clean rm -rf $RPM_BUILD_ROOT -%triggerpostun -- %{name}-libs < 2.5.1p2-1 +%triggerpostun libs -- %{name}-libs < 2.5.1p2-1 +echo "Adding amanda to disk and backup groups" /usr/sbin/usermod -G disk,backup amanda -/usr/sbin/chsh -s /bin/sh amanda +echo "Setting amanda shell to /bin/sh" +/usr/bin/chsh -s /bin/sh amanda %pre libs %groupadd -P %{name}-libs -g 80 amanda @@ -374,6 +376,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.143 2006/12/06 18:13:26 baggins +- trigger fixed +- will bump rel to 1 after testing + Revision 1.142 2006/12/06 17:53:56 baggins - added without client/server bconds - enabled ssh security ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/amanda.spec?r1=1.142&r2=1.143&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
