diff --git a/README.md b/README.md index aa51fc9..0cd87cb 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,5 @@ 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 4160f21..8ff4e5b 100644 --- a/sg3_utils.spec +++ b/sg3_utils.spec @@ -1,11 +1,11 @@ Name: sg3_utils -Version: 1.47 +Version: 1.48 Release: 1mamba Summary: Utilities for devices that use SCSI command sets Group: System/Tools Vendor: openmamba Distribution: openmamba -Packager: Automatic Build System +Packager: Silvan Calarco URL: https://sg.danny.cz/sg/sg3_utils.html Source: http://sg.danny.cz/sg/p/sg3_utils-%{version}.tar.xz License: GPL @@ -17,10 +17,8 @@ BuildRequires: glibc-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). - 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} Group: Development/Libraries @@ -44,13 +42,12 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} 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 static libraries and header files needed for development. -This package contains static libraries and header files need for development. +%debug_package %prep - %setup -q %build @@ -75,7 +72,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) @@ -87,11 +84,16 @@ This package contains static libraries and header files need for development. %dir %{_includedir}/scsi %{_includedir}/scsi/*.h %{_libdir}/libsgutils2.a -%{_libdir}/libsgutils2.la %{_libdir}/libsgutils2.so %doc ChangeLog NEWS README README.sg_start %changelog +* Sat Aug 05 2023 Automatic Build System 1.48-1mamba +- automatic version update by autodist + +* Fri Mar 31 2023 Automatic Build System 1.47r915-1mamba +- automatic update by autodist + * Thu Nov 11 2021 Automatic Build System 1.47-1mamba - automatic version update by autodist