2024-01-05 17:45:56 +01:00
|
|
|
Name: sg3_utils
|
2024-01-05 17:45:57 +01:00
|
|
|
Version: 1.48
|
2024-01-05 17:45:57 +01:00
|
|
|
Release: 1mamba
|
2024-01-05 17:45:56 +01:00
|
|
|
Summary: Utilities for devices that use SCSI command sets
|
|
|
|
Group: System/Tools
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-05 17:45:57 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 17:45:57 +01:00
|
|
|
URL: https://sg.danny.cz/sg/sg3_utils.html
|
2024-01-05 17:45:56 +01:00
|
|
|
Source: http://sg.danny.cz/sg/p/sg3_utils-%{version}.tar.xz
|
2024-01-05 17:45:56 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
Collection of Linux utilities for devices that use the SCSI command set.
|
2024-01-05 17:45:57 +01:00
|
|
|
Includes utilities to copy data based on "dd" syntax and semantics (called sg_dd, sgp_dd and sgm_dd); check INQUIRY data and VPD pages (sg_inq); check mode and log pages (sginfo, sg_modes and sg_logs); spin up and down disks (sg_start); do self tests (sg_senddiag); and various other functions.
|
|
|
|
See the README, ChangeLog and COVERAGE files. Requires the linux kernel 2.4 series or later. In the 2.4 series SCSI generic device names (e.g. /dev/sg0) must be used. In the 2.6 series other device names may be used as well (e.g. /dev/sda).
|
|
|
|
Warning: Some of these tools access the internals of your system and the incorrect usage of them may render your system inoperable.
|
|
|
|
|
2024-01-05 17:45:56 +01:00
|
|
|
%package -n lib%{name}
|
|
|
|
Summary: Devel package for %{name}
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description -n lib%{name}
|
|
|
|
Collection of Linux utilities for devices that use the SCSI command set.
|
2024-01-05 17:45:57 +01:00
|
|
|
Includes utilities to copy data based on "dd" syntax and semantics (called sg_dd, sgp_dd and sgm_dd); check INQUIRY data and VPD pages (sg_inq); check mode and log pages (sginfo, sg_modes and sg_logs); spin up and down disks (sg_start); do self tests (sg_senddiag); and various other functions.
|
|
|
|
See the README, ChangeLog and COVERAGE files. Requires the linux kernel 2.4 series or later. In the 2.4 series SCSI generic device names (e.g. /dev/sg0) must be used. In the 2.6 series other device names may be used as well (e.g. /dev/sda).
|
|
|
|
|
|
|
|
Warning: Some of these tools access the internals of your system and the incorrect usage of them may render your system inoperable.
|
|
|
|
|
2024-01-05 17:45:56 +01:00
|
|
|
This package contains the shared library for %{name}.
|
|
|
|
|
|
|
|
%package -n lib%{name}-devel
|
|
|
|
Summary: Devel package for %{name}
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description -n lib%{name}-devel
|
|
|
|
Collection of Linux utilities for devices that use the SCSI command set.
|
2024-01-05 17:45:57 +01:00
|
|
|
Includes utilities to copy data based on "dd" syntax and semantics (called sg_dd, sgp_dd and sgm_dd); check INQUIRY data and VPD pages (sg_inq); check mode and log pages (sginfo, sg_modes and sg_logs); spin up and down disks (sg_start); do self tests (sg_senddiag); and various other functions.
|
|
|
|
See the README, ChangeLog and COVERAGE files. Requires the linux kernel 2.4 series or later. In the 2.4 series SCSI generic device names (e.g. /dev/sg0) must be used. In the 2.6 series other device names may be used as well (e.g. /dev/sda).
|
|
|
|
Warning: Some of these tools access the internals of your system and the incorrect usage of them may render your system inoperable.
|
2024-01-05 17:45:57 +01:00
|
|
|
This package contains static libraries and header files needed for development.
|
2024-01-05 17:45:57 +01:00
|
|
|
|
2024-01-05 17:45:57 +01:00
|
|
|
%debug_package
|
2024-01-05 17:45:56 +01:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -n lib%{name} -p /sbin/ldconfig
|
|
|
|
%postun -n lib%{name} -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2024-01-05 17:45:56 +01:00
|
|
|
%{_bindir}/rescan-scsi-bus.sh
|
2024-01-05 17:45:56 +01:00
|
|
|
%{_bindir}/sg_*
|
|
|
|
%{_bindir}/sginfo
|
|
|
|
%{_bindir}/sgm_dd
|
|
|
|
%{_bindir}/sgp_dd
|
|
|
|
%{_bindir}/scsi_*
|
2024-01-05 17:45:57 +01:00
|
|
|
%{_mandir}/man8/*.8*
|
2024-01-05 17:45:56 +01:00
|
|
|
|
|
|
|
%files -n lib%{name}
|
|
|
|
%defattr(-,root,root)
|
2024-01-05 17:45:57 +01:00
|
|
|
%{_libdir}/libsgutils2-*.so.*
|
2024-01-05 17:45:56 +01:00
|
|
|
%doc AUTHORS COPYING CREDITS
|
|
|
|
|
|
|
|
%files -n lib%{name}-devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_includedir}/scsi
|
|
|
|
%{_includedir}/scsi/*.h
|
|
|
|
%{_libdir}/libsgutils2.a
|
|
|
|
%{_libdir}/libsgutils2.so
|
|
|
|
%doc ChangeLog NEWS README README.sg_start
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 17:45:57 +01:00
|
|
|
* Sat Aug 05 2023 Automatic Build System <autodist@mambasoft.it> 1.48-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Mar 31 2023 Automatic Build System <autodist@mambasoft.it> 1.47r915-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 17:45:57 +01:00
|
|
|
* Thu Nov 11 2021 Automatic Build System <autodist@mambasoft.it> 1.47-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Apr 03 2021 Automatic Build System <autodist@mambasoft.it> 1.46-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Mar 19 2020 Automatic Build System <autodist@mambasoft.it> 1.45-1mamba
|
|
|
|
- automatic version update by autodist
|
2024-01-05 17:45:56 +01:00
|
|
|
|
2024-01-05 17:45:56 +01:00
|
|
|
* Mon Oct 15 2018 Automatic Build System <autodist@mambasoft.it> 1.44-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:45:56 +01:00
|
|
|
* Sun Oct 22 2017 Automatic Build System <autodist@mambasoft.it> 1.43b1r691-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 17:45:56 +01:00
|
|
|
* Mon Feb 01 2016 Automatic Build System <autodist@mambasoft.it> 1.42b4r655-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 17:45:56 +01:00
|
|
|
* Fri May 22 2015 Automatic Build System <autodist@mambasoft.it> 1.41b4r644-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 17:45:56 +01:00
|
|
|
* Thu May 07 2015 Automatic Build System <autodist@mambasoft.it> 1.41b3r641-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 17:45:56 +01:00
|
|
|
* Tue Feb 17 2015 Automatic Build System <autodist@mambasoft.it> 1.41b2r631-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 17:45:56 +01:00
|
|
|
* Thu Oct 16 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.40r615-1mamba
|
|
|
|
- update to 1.40r615
|
|
|
|
|
2024-01-05 17:45:56 +01:00
|
|
|
* Sun Jun 08 2014 Automatic Build System <autodist@mambasoft.it> 1.39b4r587-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 17:45:56 +01:00
|
|
|
* Tue Apr 08 2014 Automatic Build System <autodist@mambasoft.it> 1.38-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Feb 05 2014 Automatic Build System <autodist@mambasoft.it> 1.37-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Mar 25 2013 Automatic Build System <autodist@mambasoft.it> 1.36b2r491-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Jan 10 2013 Automatic Build System <autodist@mambasoft.it> 1.35b1r474-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Aug 09 2012 Automatic Build System <autodist@mambasoft.it> 1.34b2r441-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Feb 18 2012 Automatic Build System <autodist@mambasoft.it> 1.34b2r439-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Feb 25 2011 Automatic Build System <autodist@mambasoft.it> 1.31r386-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sat Feb 12 2011 Automatic Build System <autodist@mambasoft.it> 1.31r383-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Wed Jul 15 2009 Automatic Build System <autodist@mambasoft.it> 1.28-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Mon Oct 27 2008 gil <puntogil@libero.it> 1.26-1mamba
|
|
|
|
- package created by autospec
|