Browse code

Adding lsscsi package Bug id: 1639231

Change-Id: I7ba067f0878883c676f56a3ba93d84f3a7143176
Reviewed-on: http://photon-jenkins.eng.vmware.com/695
Tested-by: jenkins-photon <wangnan2015@hotmail.com>
Reviewed-by: Sharath George

Kumar Kaushik authored on 2016/04/09 10:36:42
Showing 3 changed files
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
... ...
@@ -26,6 +26,7 @@
26 26
         "systemd",
27 27
         "dbus",
28 28
         "file",
29
+        "lsscsi",
29 30
         "e2fsprogs",
30 31
         "rpm",
31 32
         "openssh",
... ...
@@ -30,6 +30,7 @@
30 30
         "zlib-devel",
31 31
         "gettext",
32 32
         "git",
33
+        "lsscsi",
33 34
         "git-lang",
34 35
         "autoconf",
35 36
         "perl",