]> git.sven.stormbind.net Git - sven/mpt-status.git/blobdiff - mpt-status.spec
Remove URL and shorten Source since the original author website is no longer available.
[sven/mpt-status.git] / mpt-status.spec
index bf5a816283429166d013afebe30ea2097b85b0f9..7f9e0e8a93f5d09e25668b545f7fa3c4d9dbd3c0 100644 (file)
@@ -1,16 +1,14 @@
 Summary: Get RAID status out of mpt (and other) HW RAID controllers
 Name: mpt-status
 Version: 1.2.0
-Release: 3%{?dist}
+Release: 4%{?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
+Source: %{name}-%{version}.tar.gz
 Source10: mpt-status.init
 Patch1: mpt-status.header_path.patch
 Patch2: mpt-status.includes.patch
 BuildRequires: pciutils-devel
-Requires: daemonize
 Requires (preun): /sbin/chkconfig
 Requires (preun): /sbin/service 
 Requires (post): /sbin/chkconfig
@@ -52,6 +50,14 @@ you to monitor the health and status of your RAID setup.
 /sbin/chkconfig --del mpt-statusd
 
 %changelog
+* Wed Jul 30 2014 Sven Hoexter <sven@timegate.de> - 1.2.0-4
+- Changed chkconfig and LSB header to not activate the init script
+  by default.
+- Removed depedency on daemonize, if you would like to use
+  the init script monitoring facility you have to aquire a
+  daemonize by yourself.
+- Remove URL and shorten Source - original author website is
+  no longer online.
 * Sun Oct 16 2011 Sven Hoexter <sven@timegate.de> - 1.2.0-3
 - Add mpt-status.init as Source10 and install it into the package.
 - Require daemonize and chkconfig/service for post/preun.