1 Summary: Get RAID status out of mpt (and other) HW RAID controllers
6 Group: Applications/System
7 Source: %{name}-%{version}.tar.gz
8 Source10: mpt-status.init
9 Patch1: mpt-status.header_path.patch
10 Patch2: mpt-status.includes.patch
11 Patch3: mpt-status.fsf_address.patch
12 BuildRequires: pciutils-devel
13 Requires (preun): /sbin/chkconfig
14 Requires (preun): /sbin/service
15 Requires (post): /sbin/chkconfig
17 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
20 The mpt-status software is a query tool to access the running
21 configuration and status of LSI SCSI HBAs. mpt-status allows
22 you to monitor the health and status of your RAID setup.
25 %setup -q -n %{name}-%{version}
34 %{__rm} -rf %{buildroot}
35 %{__install} -D -m0755 mpt-status %{buildroot}%{_sbindir}/mpt-status
36 %{__install} -D -m0755 %{SOURCE10} %{buildroot}/%{_sysconfdir}/rc.d/init.d/mpt-statusd
37 %{__install} -D -m0644 man/mpt-status.8 %{buildroot}%{_mandir}/man8/mpt-status.8
40 %{__rm} -rf %{buildroot}
43 %defattr(-, root, root, 0755)
45 %{_sbindir}/mpt-status
46 %{_sysconfdir}/rc.d/init.d/mpt-statusd
49 /sbin/chkconfig --add mpt-statusd
52 /sbin/service mpt-statusd stop > /dev/null 2>&1
53 /sbin/chkconfig --del mpt-statusd
56 * Wed Aug 04 2014 Sven Hoexter <sven@timegate.de> - 1.2.0-4
57 - Changed chkconfig and LSB header to not activate the init script
59 - Removed depedency on daemonize, if you would like to use
60 the init script monitoring facility you have to aquire a
61 daemonize by yourself.
62 - Remove URL and shorten Source - original author website is
64 - Add mpt-status.fsf_address.patch to update the FSF address.
65 - Install the mpt-status manpage.
67 * Sun Oct 16 2011 Sven Hoexter <sven@timegate.de> - 1.2.0-3
68 - Add mpt-status.init as Source10 and install it into the package.
69 - Require daemonize and chkconfig/service for post/preun.
70 - post and preun snippets to add/remove mpt-status from the
71 chkconfig service list.
73 * Thu Sep 22 2011 Sven Hoexter <sven@timegate.de> - 1.2.0-2
74 - Start summary with a capital letter (rpmlint).
75 - Change License to GPLv2+ (rpmlint).
76 - Remove 'Packager' tag (rpmlint).
77 - Remove macro from the prior changelog entry (rpmlint).
78 - Add -q to the 'setup' macro (rpmlint).
79 - Edit 'Source' tag to contain the upstream URL (rpmlint).
81 * Sun Sep 11 2011 Sven Hoexter <sven@timegate.de> - 1.2.0-1
82 - Add Patch1 and Patch2, taken from Debian and re-diffed for a
84 - Add BuildRequires pciutils-devel.
85 - Add 'dist' to the release version.
86 - Add BuildRoot format from one of the Fedora examples.
87 - Change Packager to Sven Hoexter <sven@timegate.de>.
88 - Copy the short and long description from the Debian package.
90 * Fri Jun 30 2006 Roberto Nibali (ratz@drugphish.ch)
91 - Changed release version
93 * Fri Jun 30 2006 Rich Edelman (rich.edelman@openwave.com)
94 - Upgraded to version 1.2.0-RC7
95 - Changed Makefile to use /lib/modules/`uname -r`/build as the KERNEL_PATH
96 directory, instead of /usr/src/linux. This should make building this package
97 across different distributions easier. (Patch mpt-status-fix-kernel-path.diff)
99 * Thu Jul 14 2005 Jean-Philippe CIVADE <jp.civade@100p100.net> - 1.1.3-0