Author: zergin Date: Sat Mar 22 21:01:29 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - add --sync_info option to mpt-status (patch) returns more info about array resynchronization process, provides data about: resync rate (MiB/s), resync data (done/total, left) and ETA TESTED ONLY ON MY SYSTEM: x86_64 with 3442E-R HBA - up rel 1 -> 2
---- Files affected: SPECS: mpt-status.spec (1.8 -> 1.9) ---- Diffs: ================================================================ Index: SPECS/mpt-status.spec diff -u SPECS/mpt-status.spec:1.8 SPECS/mpt-status.spec:1.9 --- SPECS/mpt-status.spec:1.8 Mon Mar 10 16:59:19 2008 +++ SPECS/mpt-status.spec Sat Mar 22 22:01:23 2008 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Program podajÄ…cy stan kontrolera LSI 1030 RAID Name: mpt-status Version: 1.2.0 -Release: 1 +Release: 2 License: GPL v2+ Group: Applications/System Source0: http://www.drugphish.ch/~ratz/mpt-status/%{name}-%{version}.tar.bz2 @@ -11,6 +11,7 @@ # needed headers taken from kernel 2.6.16.29 source Patch0: %{name}-headers.patch Patch1: %{name}-no_compiler.h.patch +Patch2: %{name}-sync_info.patch URL: http://www.red-bean.com/~mab/mpt-status.html BuildRequires: pciutils-devel Requires: dev >= 2.9.0-20 @@ -26,6 +27,7 @@ %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build %{__make} \ @@ -55,6 +57,15 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.9 2008-03-22 21:01:23 zergin +- add --sync_info option to mpt-status (patch) + returns more info about array resynchronization process, provides data + about: resync rate (MiB/s), resync data (done/total, left) and ETA + + TESTED ONLY ON MY SYSTEM: x86_64 with 3442E-R HBA + +- up rel 1 -> 2 + Revision 1.8 2008-03-10 15:59:19 zbyniu - - there is no compiler.h in current llh, in old was empty ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/mpt-status.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
