Author: baggins Date: Thu Feb 26 16:13:55 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - do not rename program, it's confusing as it has hardcoded name in help
---- Files affected: SPECS: megacli-sas.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/megacli-sas.spec diff -u SPECS/megacli-sas.spec:1.1 SPECS/megacli-sas.spec:1.2 --- SPECS/megacli-sas.spec:1.1 Tue Jun 17 13:42:00 2008 +++ SPECS/megacli-sas.spec Thu Feb 26 17:13:50 2009 @@ -2,7 +2,7 @@ Summary: LSI Logic MegaRAID Linux MegaCLI Name: megacli-sas Version: 1.01.39 -Release: 1 +Release: 2 License: LSI Group: Base Source0: http://www.lsi.com/support/downloads/megaraid/miscellaneous/linux/%{version}_Linux_Cli.zip @@ -37,11 +37,11 @@ install -d $RPM_BUILD_ROOT%{_sbindir} %ifarch %{ix86} -install opt/MegaRAID/MegaCli/MegaCli $RPM_BUILD_ROOT%{_sbindir}/megacli-sas +install opt/MegaRAID/MegaCli/MegaCli $RPM_BUILD_ROOT%{_sbindir}/MegaCli %endif %ifarch %{x8664} -install opt/MegaRAID/MegaCli/MegaCli64 $RPM_BUILD_ROOT%{_sbindir}/megacli-sas +install opt/MegaRAID/MegaCli/MegaCli64 $RPM_BUILD_ROOT%{_sbindir}/MegaCli %endif %clean @@ -57,6 +57,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2009/02/26 16:13:50 baggins +- do not rename program, it's confusing as it has hardcoded name in help + Revision 1.1 2008/06/17 11:42:00 arekm - megacli sas ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/megacli-sas.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
