diff --git a/README.md b/README.md index aa51fc9..599d7d3 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,4 @@ # sg3_utils 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. - diff --git a/sg3_utils.spec b/sg3_utils.spec index 6fb560f..41c4e86 100644 --- a/sg3_utils.spec +++ b/sg3_utils.spec @@ -1,26 +1,20 @@ Name: sg3_utils Version: 1.44 -Release: 1mamba +Release: 2mamba Summary: Utilities for devices that use SCSI command sets Group: System/Tools Vendor: openmamba Distribution: openmamba -Packager: Automatic Build System +Packager: Silvan Calarco URL: http://sg.danny.cz/sg/sg3_utils.html Source: http://sg.danny.cz/sg/p/sg3_utils-%{version}.tar.xz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description 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} Summary: Devel package for %{name} @@ -29,11 +23,6 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description -n lib%{name} 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}. %package -n lib%{name}-devel @@ -43,15 +32,11 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description -n lib%{name}-devel 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). +This package contains static libraries and header files needed for development. -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 static libraries and header files need for development. +%debug_package %prep - %setup -q %build @@ -76,7 +61,7 @@ This package contains static libraries and header files need for development. %{_bindir}/sgm_dd %{_bindir}/sgp_dd %{_bindir}/scsi_* -%{_mandir}/man8/*.8.gz +%{_mandir}/man8/*.8* %files -n lib%{name} %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 %changelog +* Sat Feb 19 2022 Silvan Calarco 1.44-2mamba +- rebuilt with debug package + * Mon Oct 15 2018 Automatic Build System 1.44-1mamba - automatic version update by autodist