From 19ed7d40c7fc321e56721ab22666fed03399f0ce Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 17:45:57 +0100 Subject: [PATCH] automatic version update by autodist [release 1.47-1mamba;Thu Nov 11 2021] --- README.md | 5 +++++ sg3_utils.spec | 40 ++++++++++++++++++++++++++++++---------- 2 files changed, 35 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 599d7d3..aa51fc9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ # 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 41c4e86..4160f21 100644 --- a/sg3_utils.spec +++ b/sg3_utils.spec @@ -1,12 +1,12 @@ Name: sg3_utils -Version: 1.44 -Release: 2mamba +Version: 1.47 +Release: 1mamba Summary: Utilities for devices that use SCSI command sets Group: System/Tools Vendor: openmamba Distribution: openmamba -Packager: Silvan Calarco -URL: http://sg.danny.cz/sg/sg3_utils.html +Packager: Automatic Build System +URL: https://sg.danny.cz/sg/sg3_utils.html Source: http://sg.danny.cz/sg/p/sg3_utils-%{version}.tar.xz License: GPL ## AUTOBUILDREQ-BEGIN @@ -15,6 +15,11 @@ BuildRequires: glibc-devel %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} @@ -23,6 +28,11 @@ 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 @@ -32,11 +42,15 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description -n lib%{name}-devel Collection of Linux utilities for devices that use the SCSI command set. -This package contains static libraries and header files needed for development. +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). -%debug_package +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. %prep + %setup -q %build @@ -61,11 +75,11 @@ This package contains static libraries and header files needed for development. %{_bindir}/sgm_dd %{_bindir}/sgp_dd %{_bindir}/scsi_* -%{_mandir}/man8/*.8* +%{_mandir}/man8/*.8.gz %files -n lib%{name} %defattr(-,root,root) -%{_libdir}/libsgutils2.so.* +%{_libdir}/libsgutils2-*.so.* %doc AUTHORS COPYING CREDITS %files -n lib%{name}-devel @@ -78,8 +92,14 @@ This package contains static libraries and header files needed for development. %doc ChangeLog NEWS README README.sg_start %changelog -* Sat Feb 19 2022 Silvan Calarco 1.44-2mamba -- rebuilt with debug package +* Thu Nov 11 2021 Automatic Build System 1.47-1mamba +- automatic version update by autodist + +* Sat Apr 03 2021 Automatic Build System 1.46-1mamba +- automatic version update by autodist + +* Thu Mar 19 2020 Automatic Build System 1.45-1mamba +- automatic version update by autodist * Mon Oct 15 2018 Automatic Build System 1.44-1mamba - automatic version update by autodist