2006-07-24 18:04:31 +00:00
|
|
|
Summary: List SCSI devices (or hosts) and associated information
|
|
|
|
Name: lsscsi
|
2020-11-12 14:27:16 +00:00
|
|
|
Version: 0.32
|
2021-07-22 13:13:59 +00:00
|
|
|
Release: 4%{?dist}
|
2008-05-22 18:15:30 +00:00
|
|
|
License: GPLv2+
|
2020-11-12 14:27:16 +00:00
|
|
|
# official git repository: https://github.com/doug-gilbert/lsscsi
|
2008-11-04 19:33:12 +00:00
|
|
|
Source0: http://sg.danny.cz/scsi/%{name}-%{version}.tgz
|
2009-02-02 11:42:53 +00:00
|
|
|
URL: http://sg.danny.cz/scsi/lsscsi.html
|
2018-07-16 10:17:48 +00:00
|
|
|
BuildRequires: gcc
|
2021-05-07 14:01:20 +00:00
|
|
|
BuildRequires: make
|
2006-07-24 18:04:31 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Uses information provided by the sysfs pseudo file system in Linux kernel
|
|
|
|
2.6 series to list SCSI devices or all SCSI hosts. Includes a "classic"
|
|
|
|
option to mimic the output of "cat /proc/scsi/scsi" that has been widely
|
|
|
|
used prior to the lk 2.6 series.
|
|
|
|
|
|
|
|
Author:
|
|
|
|
--------
|
|
|
|
Doug Gilbert <dgilbert(at)interlog(dot)com>
|
|
|
|
|
|
|
|
|
2009-02-02 11:42:53 +00:00
|
|
|
%prep
|
2021-05-07 14:01:20 +00:00
|
|
|
%autosetup -p1
|
2006-07-24 18:04:31 +00:00
|
|
|
|
2009-02-02 11:42:53 +00:00
|
|
|
%build
|
2006-07-24 18:04:31 +00:00
|
|
|
%configure
|
2020-07-13 22:49:55 +00:00
|
|
|
%make_build
|
2006-07-24 18:04:31 +00:00
|
|
|
|
|
|
|
|
2009-02-02 11:42:53 +00:00
|
|
|
%install
|
2020-07-13 22:49:55 +00:00
|
|
|
%make_install
|
2006-07-24 18:04:31 +00:00
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%doc ChangeLog INSTALL README CREDITS AUTHORS COPYING
|
2014-12-06 15:22:18 +00:00
|
|
|
%{_bindir}/%{name}
|
|
|
|
%{_mandir}/man8/%{name}.8*
|
2006-07-24 18:04:31 +00:00
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2021-07-22 13:13:59 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.32-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-05-07 14:01:20 +00:00
|
|
|
* Fri May 07 2021 Dan Horák <dan[at]danny.cz> - 0.32-3
|
|
|
|
- update to 0.32 final
|
|
|
|
|
2021-01-26 18:45:52 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.32-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-11-12 14:27:16 +00:00
|
|
|
* Thu Nov 12 2020 Tomas Bzatek <tbzatek@redhat.com> - 0.32-1
|
|
|
|
- Update to 0.32 upstream snapshot
|
|
|
|
|
2020-07-28 06:21:51 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.31-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-13 22:49:55 +00:00
|
|
|
* Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 0.31-2
|
|
|
|
- Use make macros
|
|
|
|
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
|
|
|
|
2020-02-21 08:26:50 +00:00
|
|
|
* Fri Feb 21 2020 Dan Horák <dan[at]danny.cz> - 0.31-1
|
|
|
|
- update to 0.31 (#1758436)
|
|
|
|
|
2020-01-29 11:22:12 +00:00
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.30-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-25 15:16:30 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.30-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-01 09:05:16 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.30-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-24 11:34:24 +00:00
|
|
|
* Tue Jul 24 2018 Dan Horák <dan[at]danny.cz> - 0.30-1
|
|
|
|
- update to 0.30
|
|
|
|
|
2018-07-13 09:24:35 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.28-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-04-16 07:26:08 +00:00
|
|
|
* Mon Apr 16 2018 Dan Horák <dan[at]danny.cz> - 0.28-8
|
|
|
|
- fix FTBFS
|
|
|
|
|
2018-02-08 00:16:20 +00:00
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.28-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-08-03 02:46:49 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.28-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 20:23:46 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.28-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-10 20:03:29 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.28-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-02-04 04:30:19 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.28-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-17 18:35:13 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.28-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2014-12-06 15:20:15 +00:00
|
|
|
* Sat Dec 06 2014 Dan Horák <dan[at]danny.cz> - 0.28-1
|
|
|
|
- update to 0.28
|
|
|
|
|
2014-08-17 07:47:26 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.27-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 07:05:02 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.27-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-08-03 08:16:39 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.27-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-05-17 10:36:48 +00:00
|
|
|
* Fri May 17 2013 Dan Horák <dan[at]danny.cz> - 0.27-1
|
|
|
|
- update to 0.27
|
|
|
|
|
2013-02-14 05:54:40 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.26-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-07-19 22:22:08 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.26-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-03-28 09:38:51 +00:00
|
|
|
* Wed Mar 28 2012 Dan Horák <dan[at]danny.cz> - 0.26-1
|
|
|
|
- update to 0.26
|
|
|
|
|
2012-01-13 08:58:28 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.25-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-07-18 10:20:14 +00:00
|
|
|
* Mon Jul 18 2011 Dan Horák <dan[at]danny.cz> - 0.25-1
|
|
|
|
- update to 0.25
|
|
|
|
|
2011-02-08 14:02:37 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.23-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-05-07 06:43:11 +00:00
|
|
|
* Thu May 6 2010 Dan Horák <dan[at]danny.cz> - 0.23-2
|
|
|
|
- fix path separator for FC devices (#589327)
|
|
|
|
- fix for kernels with unified string representation of NULL (#589860)
|
|
|
|
|
2009-12-06 19:50:00 +00:00
|
|
|
* Sun Dec 6 2009 Dan Horák <dan[at]danny.cz> - 0.23-1
|
|
|
|
- update to 0.23
|
|
|
|
|
2009-07-25 11:22:05 +00:00
|
|
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.22-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-25 21:15:53 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.22-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-02 11:42:53 +00:00
|
|
|
* Mon Feb 2 2009 Dan Horák <dan[at]danny.cz> - 0.22-1
|
|
|
|
- update to 0.22
|
|
|
|
|
|
|
|
* Tue Nov 4 2008 Dan Horák <dan[at]danny.cz> - 0.21-2
|
2008-11-04 19:40:50 +00:00
|
|
|
- add disttag
|
|
|
|
|
2009-02-02 11:42:53 +00:00
|
|
|
* Tue Nov 4 2008 Dan Horák <dan[at]danny.cz> - 0.21-1
|
2008-11-04 19:33:12 +00:00
|
|
|
- update to 0.21
|
|
|
|
- update urls
|
|
|
|
|
2008-05-22 18:15:30 +00:00
|
|
|
* Thu May 22 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.17-6
|
|
|
|
- fix license tag
|
|
|
|
|
2008-02-18 23:00:27 +00:00
|
|
|
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.17-5
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2006-10-04 22:47:51 +00:00
|
|
|
* Thu Oct 05 2006 Christian Iseli <Christian.Iseli@licr.org> 0.17-4
|
|
|
|
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
|
|
|
|
|
2006-09-19 15:51:11 +00:00
|
|
|
* Tue Sep 19 2006 - Chip Coldwell <coldwell@redhat.com> 0.17-3
|
|
|
|
- bump the EVR for FC6 rebuild
|
2006-07-24 18:04:31 +00:00
|
|
|
* Mon Jul 17 2006 - Chip Coldwell <coldwell@redhat.com> 0.17-2
|
|
|
|
- modify spec file to meet Fedora Project packaging guidelines
|
|
|
|
* Mon Feb 06 2006 - Doug Gilbert <dgilbert(at)interlog(dot)com> 0.17-1
|
|
|
|
- fix disappearance of block device names in lk 2.6.16-rc1
|
|
|
|
* Fri Dec 30 2005 - Doug Gilbert <dgilbert(at)interlog(dot)com> 0.16-1
|
|
|
|
- wlun naming, osst and changer devices
|
|
|
|
* Tue Jul 19 2005 - Doug Gilbert <dgilbert(at)interlog(dot)com> 0.15-1
|
|
|
|
- does not use libsysfs, add filter argument, /dev scanning
|
|
|
|
* Fri Aug 20 2004 - Doug Gilbert <dgilbert(at)interlog(dot)com> 0.13-1
|
|
|
|
- add 'timeout'
|
|
|
|
* Sun May 9 2004 - Doug Gilbert <dgilbert(at)interlog(dot)com> 0.12-1
|
|
|
|
- rework for lk 2.6.6, device state, host name, '-d' for major+minor
|
|
|
|
* Fri Jan 09 2004 - Doug Gilbert <dgilbert(at)interlog(dot)com> 0.11-1
|
|
|
|
- rework for lk 2.6.1
|
|
|
|
* Tue May 06 2003 - Doug Gilbert <dgilbert(at)interlog(dot)com> 0.10-1
|
|
|
|
- adjust HBA listing for lk > 2.5.69
|
|
|
|
* Fri Apr 04 2003 - Doug Gilbert <dgilbert(at)interlog(dot)com> 0.09-1
|
|
|
|
- fix up sorting, GPL + copyright notice
|
|
|
|
* Sun Mar 2 2003 - Doug Gilbert <dgilbert(at)interlog(dot)com> 0.08-1
|
|
|
|
- start to add host listing support (lk >= 2.5.63)
|
|
|
|
* Fri Feb 14 2003 - Doug Gilbert <dgilbert(at)interlog(dot)com> 0.07-1
|
|
|
|
- queue_depth name change in sysfs (lk 2.5.60)
|
|
|
|
* Mon Jan 20 2003 - Doug Gilbert <dgilbert(at)interlog(dot)com> 0.06-1
|
|
|
|
- osst device file names fix
|
|
|
|
* Sat Jan 18 2003 - Doug Gilbert <dgilbert(at)interlog(dot)com> 0.05-1
|
|
|
|
- output st and osst device file names (rather than "-")
|
|
|
|
* Thu Jan 14 2003 - Doug Gilbert <dgilbert(at)interlog(dot)com> 0.04-1
|
|
|
|
- fix multiple listings of st devices (needed for lk 2.5.57)
|
|
|
|
* Thu Jan 09 2003 - Doug Gilbert <dgilbert(at)interlog(dot)com> 0.03-1
|
|
|
|
- add --generic option (list sg devices), scsi_level output
|
|
|
|
* Wed Dec 18 2002 - Doug Gilbert <dgilbert(at)interlog(dot)com> 0.02-1
|
|
|
|
- add more options including classic mode
|
|
|
|
* Fri Dec 13 2002 - Doug Gilbert <dgilbert(at)interlog(dot)com> 0.01-1
|
|
|
|
- original
|