Author: zbyniu Date: Tue Dec 25 20:54:06 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 1.4.3
---- Files affected: SPECS: readahead.spec (1.8 -> 1.9) ---- Diffs: ================================================================ Index: SPECS/readahead.spec diff -u SPECS/readahead.spec:1.8 SPECS/readahead.spec:1.9 --- SPECS/readahead.spec:1.8 Thu May 17 21:18:25 2007 +++ SPECS/readahead.spec Tue Dec 25 21:54:01 2007 @@ -4,13 +4,13 @@ Summary: Read a preset list of files into memory Summary(pl.UTF-8): Odczyt predefiniowanej listy plików do pamięci Name: readahead -Version: 1.4.1 +Version: 1.4.3 Release: 0.1 Epoch: 1 License: GPL v2+ Group: Base Source0: http://people.redhat.com/kzak/readahead/%{name}-%{version}.tar.bz2 -# Source0-md5: 61436ab8695807f5e24908f080e5a1ae +# Source0-md5: 81578defc9a298ae118c7369ef5f5c17 Source1: default.early Source2: default.later URL: https://hosted.fedoraproject.org/projects/readahead @@ -56,9 +56,13 @@ %post /sbin/chkconfig --add readahead_later /sbin/chkconfig --add readahead_early +%service readahead_early restart +%service readahead_later restart %preun if [ "$1" = "0" ]; then + %service readahead_later stop + %service readahead_early stop /sbin/chkconfig --del readahead_later /sbin/chkconfig --del readahead_early fi @@ -83,6 +87,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.9 2007-12-25 20:54:01 zbyniu +- up to 1.4.3 + Revision 1.8 2007-05-17 19:18:25 qboosh - removed COPYING from doc (just GPL) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/readahead.spec?r1=1.8&r2=1.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
