Change-Id: I7ba067f0878883c676f56a3ba93d84f3a7143176
Reviewed-on: http://photon-jenkins.eng.vmware.com/695
Tested-by: jenkins-photon <wangnan2015@hotmail.com>
Reviewed-by: Sharath George
| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,32 @@ |
| 0 |
+Summary: List SCSI devices information. |
|
| 1 |
+Name: lsscsi |
|
| 2 |
+Version: 0.28 |
|
| 3 |
+Release: 1%{?dist}
|
|
| 4 |
+License: GPLv2 |
|
| 5 |
+URL: http://sg.danny.cz/scsi/lsscsi.html |
|
| 6 |
+Source0: http://sg.danny.cz/scsi/%{name}-%{version}.tar.xz
|
|
| 7 |
+%define sha1 lsscsi=4a8db8bfb54d0eca6efa6cdc5dc6005381fce207 |
|
| 8 |
+Group: Hardware/Others. |
|
| 9 |
+Vendor: VMware, Inc. |
|
| 10 |
+Distribution: Photon |
|
| 11 |
+ |
|
| 12 |
+%description |
|
| 13 |
+This lists the information about SCSI devices. |
|
| 14 |
+ |
|
| 15 |
+%prep |
|
| 16 |
+%setup -q |
|
| 17 |
+ |
|
| 18 |
+%build |
|
| 19 |
+%configure |
|
| 20 |
+ |
|
| 21 |
+%install |
|
| 22 |
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
|
| 23 |
+ |
|
| 24 |
+%files |
|
| 25 |
+%defattr(-,root,root) |
|
| 26 |
+%{_bindir}/*
|
|
| 27 |
+%{_mandir}/*
|
|
| 28 |
+ |
|
| 29 |
+%changelog |
|
| 30 |
+* Fri Apr 08 2016 Kumar Kaushik <kaushikk@vmware.com> 0.28-1 |
|
| 31 |
+- Initial build. First version |