]> git.sven.stormbind.net Git - sven/mpt-status.git/commitdiff
Initial import mpt-status 1.2.0-2 packaging 1.2.0-2
authorSven Hoexter <sven@timegate.de>
Sun, 16 Oct 2011 10:59:46 +0000 (12:59 +0200)
committerSven Hoexter <sven@timegate.de>
Sun, 16 Oct 2011 10:59:46 +0000 (12:59 +0200)
mpt-status.spec

index 2098773b6b71b27f54ed91619f14abad1f0761ee..16669795e070f8337bc9863c0b72211b0893b8a1 100644 (file)
@@ -1,12 +1,11 @@
-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
@@ -19,7 +18,7 @@ configuration and status of LSI SCSI HBAs. mpt-status allows
 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
 
@@ -39,11 +38,19 @@ you to monitor the health and status of your RAID setup.
 %{_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.