Summary: Get RAID status out of mpt (and other) HW RAID controllers Name: mpt-status Version: 1.2.0 Release: 2%{?dist} License: GPLv2+ Group: Applications/System URL: http://www.drugphish.ch/~ratz/mpt-status/ Source:http://www.drugphish.ch/~ratz/mpt-status/%{name}-%{version}.tar.gz Patch1: mpt-status.header_path.patch Patch2: mpt-status.includes.patch BuildRequires: pciutils-devel BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description The mpt-status software is a query tool to access the running configuration and status of LSI SCSI HBAs. mpt-status allows you to monitor the health and status of your RAID setup. %prep %setup -q -n %{name}-%{version} %patch1 -p1 %patch2 -p1 %build %{__make} %install %{__rm} -rf %{buildroot} %{__install} -D -m0755 mpt-status %{buildroot}%{_sbindir}/mpt-status %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc doc/* %{_sbindir}/mpt-status %changelog * Thu Sep 22 2011 Sven Hoexter - 1.2.0-2 - Start summary with a capital letter (rpmlint). - Change License to GPLv2+ (rpmlint). - Remove 'Packager' tag (rpmlint). - Remove macro from the prior changelog entry (rpmlint). - Add -q to the 'setup' macro (rpmlint). - Edit 'Source' tag to contain the upstream URL (rpmlint). * Sun Sep 11 2011 Sven Hoexter - 1.2.0-1 - Add Patch1 and Patch2, taken from Debian and re-diffed for a generic path. - Add BuildRequires pciutils-devel. - Add 'dist' to the release version. - Add BuildRoot format from one of the Fedora examples. - Change Packager to Sven Hoexter . - Copy the short and long description from the Debian package. * Fri Jun 30 2006 Roberto Nibali (ratz@drugphish.ch) - Changed release version * Fri Jun 30 2006 Rich Edelman (rich.edelman@openwave.com) - Upgraded to version 1.2.0-RC7 - Changed Makefile to use /lib/modules/`uname -r`/build as the KERNEL_PATH directory, instead of /usr/src/linux. This should make building this package across different distributions easier. (Patch mpt-status-fix-kernel-path.diff) * Thu Jul 14 2005 Jean-Philippe CIVADE - 1.1.3-0 - Initial package.