]> git.sven.stormbind.net Git - sven/mpt-status.git/blob - mpt-status.spec
Remove Default-Start LSB init header, recommended by rpmlint.
[sven/mpt-status.git] / mpt-status.spec
1 Summary: Get RAID status out of mpt (and other) HW RAID controllers
2 Name: mpt-status
3 Version: 1.2.0
4 Release: 4%{?dist}
5 License: GPLv2+
6 Group: Applications/System
7 URL: http://www.drugphish.ch/~ratz/mpt-status/
8 Source: http://www.drugphish.ch/~ratz/mpt-status/%{name}-%{version}.tar.gz
9 Source10: mpt-status.init
10 Patch1: mpt-status.header_path.patch
11 Patch2: mpt-status.includes.patch
12 BuildRequires: pciutils-devel
13 Requires (preun): /sbin/chkconfig
14 Requires (preun): /sbin/service 
15 Requires (post): /sbin/chkconfig
16
17 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
18
19 %description
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.
23
24 %prep
25 %setup -q -n %{name}-%{version}
26 %patch1 -p1
27 %patch2 -p1
28
29 %build
30 %{__make}
31
32 %install
33 %{__rm} -rf %{buildroot}
34 %{__install} -D -m0755 mpt-status %{buildroot}%{_sbindir}/mpt-status
35 %{__install} -D -m0755 %{SOURCE10} %{buildroot}/%{_sysconfdir}/rc.d/init.d/mpt-statusd
36
37 %clean
38 %{__rm} -rf %{buildroot}
39
40 %files
41 %defattr(-, root, root, 0755)
42 %doc doc/*
43 %{_sbindir}/mpt-status
44 %{_sysconfdir}/rc.d/init.d/mpt-statusd
45
46 %post
47 /sbin/chkconfig --add mpt-statusd
48
49 %preun
50 /sbin/service mpt-statusd stop > /dev/null 2>&1
51 /sbin/chkconfig --del mpt-statusd
52
53 %changelog
54 * Wed Jul 30 2014 Sven Hoexter <sven@timegate.de> - 1.2.0-4
55 - Changed chkconfig and LSB header to not activate the init script
56   by default.
57 - Removed depedency on daemonize, if you would like to use
58   the init script monitoring facility you have to aquire a
59   daemonize by yourself.
60 * Sun Oct 16 2011 Sven Hoexter <sven@timegate.de> - 1.2.0-3
61 - Add mpt-status.init as Source10 and install it into the package.
62 - Require daemonize and chkconfig/service for post/preun.
63 - post and preun snippets to add/remove mpt-status from the
64   chkconfig service list.
65
66 * Thu Sep 22 2011 Sven Hoexter <sven@timegate.de> - 1.2.0-2
67 - Start summary with a capital letter (rpmlint).
68 - Change License to GPLv2+ (rpmlint).
69 - Remove 'Packager' tag (rpmlint).
70 - Remove macro from the prior changelog entry (rpmlint).
71 - Add -q to the 'setup' macro (rpmlint).
72 - Edit 'Source' tag to contain the upstream URL (rpmlint). 
73
74 * Sun Sep 11 2011 Sven Hoexter <sven@timegate.de> - 1.2.0-1
75 - Add Patch1 and Patch2, taken from Debian and re-diffed for a
76   generic path.
77 - Add BuildRequires pciutils-devel.
78 - Add 'dist' to the release version.
79 - Add BuildRoot format from one of the Fedora examples.
80 - Change Packager to Sven Hoexter <sven@timegate.de>.
81 - Copy the short and long description from the Debian package.
82
83 * Fri Jun 30 2006 Roberto Nibali (ratz@drugphish.ch)
84 - Changed release version
85
86 * Fri Jun 30 2006 Rich Edelman (rich.edelman@openwave.com)
87 - Upgraded to version 1.2.0-RC7
88 - Changed Makefile to use /lib/modules/`uname -r`/build as the KERNEL_PATH 
89   directory, instead of /usr/src/linux. This should make building this package
90   across different distributions easier. (Patch mpt-status-fix-kernel-path.diff)
91
92 * Thu Jul 14 2005 Jean-Philippe CIVADE <jp.civade@100p100.net> - 1.1.3-0
93 - Initial package.