rebuilt with debug package [release 1.44-2mamba;Sat Feb 19 2022]
This commit is contained in:
parent
75a423ee4c
commit
3a1ae4d7d9
@ -1,9 +1,4 @@
|
|||||||
# sg3_utils
|
# sg3_utils
|
||||||
|
|
||||||
Collection of Linux utilities for devices that use the SCSI command set.
|
Collection of Linux utilities for devices that use the SCSI command set.
|
||||||
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.
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,26 +1,20 @@
|
|||||||
Name: sg3_utils
|
Name: sg3_utils
|
||||||
Version: 1.44
|
Version: 1.44
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Utilities for devices that use SCSI command sets
|
Summary: Utilities for devices that use SCSI command sets
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Automatic Build System <autodist@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://sg.danny.cz/sg/sg3_utils.html
|
URL: http://sg.danny.cz/sg/sg3_utils.html
|
||||||
Source: http://sg.danny.cz/sg/p/sg3_utils-%{version}.tar.xz
|
Source: http://sg.danny.cz/sg/p/sg3_utils-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Collection of Linux utilities for devices that use the SCSI command set.
|
Collection of Linux utilities for devices that use the SCSI command set.
|
||||||
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.
|
|
||||||
|
|
||||||
|
|
||||||
%package -n lib%{name}
|
%package -n lib%{name}
|
||||||
Summary: Devel package for %{name}
|
Summary: Devel package for %{name}
|
||||||
@ -29,11 +23,6 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
|
|
||||||
%description -n lib%{name}
|
%description -n lib%{name}
|
||||||
Collection of Linux utilities for devices that use the SCSI command set.
|
Collection of Linux utilities for devices that use the SCSI command set.
|
||||||
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.
|
|
||||||
|
|
||||||
This package contains the shared library for %{name}.
|
This package contains the shared library for %{name}.
|
||||||
|
|
||||||
%package -n lib%{name}-devel
|
%package -n lib%{name}-devel
|
||||||
@ -43,15 +32,11 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
|
|
||||||
%description -n lib%{name}-devel
|
%description -n lib%{name}-devel
|
||||||
Collection of Linux utilities for devices that use the SCSI command set.
|
Collection of Linux utilities for devices that use the SCSI command set.
|
||||||
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.
|
This package contains static libraries and header files needed for development.
|
||||||
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.
|
%debug_package
|
||||||
|
|
||||||
This package contains static libraries and header files need for development.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -76,7 +61,7 @@ This package contains static libraries and header files need for development.
|
|||||||
%{_bindir}/sgm_dd
|
%{_bindir}/sgm_dd
|
||||||
%{_bindir}/sgp_dd
|
%{_bindir}/sgp_dd
|
||||||
%{_bindir}/scsi_*
|
%{_bindir}/scsi_*
|
||||||
%{_mandir}/man8/*.8.gz
|
%{_mandir}/man8/*.8*
|
||||||
|
|
||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -93,6 +78,9 @@ This package contains static libraries and header files need for development.
|
|||||||
%doc ChangeLog NEWS README README.sg_start
|
%doc ChangeLog NEWS README README.sg_start
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 19 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.44-2mamba
|
||||||
|
- rebuilt with debug package
|
||||||
|
|
||||||
* Mon Oct 15 2018 Automatic Build System <autodist@mambasoft.it> 1.44-1mamba
|
* Mon Oct 15 2018 Automatic Build System <autodist@mambasoft.it> 1.44-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user