-Summary: get RAID status out of mpt (and other) HW RAID controllers
+Summary: Get RAID status out of mpt (and other) HW RAID controllers
Name: mpt-status
Version: 1.2.0
-Release: 1%{?dist}
-License: GPL
+Release: 2%{?dist}
+License: GPLv2+
Group: Applications/System
URL: http://www.drugphish.ch/~ratz/mpt-status/
-Packager: Sven Hoexter (sven@timegate.de)
-Source: mpt-status-%{version}.tar.gz
+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
you to monitor the health and status of your RAID setup.
%prep
-%setup -n mpt-status-%{version}
+%setup -q -n %{name}-%{version}
%patch1 -p1
%patch2 -p1
%{_sbindir}/mpt-status
%changelog
+* Thu Sep 22 2011 Sven Hoexter <sven@timegate.de> - 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 <sven@timegate.de> - 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 'dist' to the release version.
- Add BuildRoot format from one of the Fedora examples.
- Change Packager to Sven Hoexter <sven@timegate.de>.
- Copy the short and long description from the Debian package.