00f56d9
%global rescan_script rescan-scsi-bus.sh
32e805b
22ebdb4
Summary: Utilities for devices that use SCSI command sets
cvsdist 2385bc1
Name: sg3_utils
5137362
Version: 1.46
5549d7d
Release: 6%{?dist}
f9348da
License: GPLv2+ and BSD
1a08e8e
Source0: http://sg.danny.cz/sg/p/sg3_utils-%{version}.tar.xz
298ffcb
Source2: scsi-rescan.8
37e37b2
32e805b
URL: http://sg.danny.cz/sg/sg3_utils.html
9070058
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
24fb771
BuildRequires: make
7df371a
BuildRequires: gcc
19a871b
BuildRequires: systemd
cvsdist 2385bc1
32e805b
cvsdist 2385bc1
%description
c1bfd9e
Collection of Linux utilities for devices that use the SCSI command set.
c1bfd9e
Includes utilities to copy data based on "dd" syntax and semantics (called
c1bfd9e
sg_dd, sgp_dd and sgm_dd); check INQUIRY data and VPD pages (sg_inq); check
c1bfd9e
mode and log pages (sginfo, sg_modes and sg_logs); spin up and down
c1bfd9e
disks (sg_start); do self tests (sg_senddiag); and various other functions.
c1bfd9e
See the README, CHANGELOG and COVERAGE files. Requires the linux kernel 2.4
c1bfd9e
series or later. In the 2.4 series SCSI generic device names (e.g. /dev/sg0)
c1bfd9e
must be used. In the 2.6 series other device names may be used as
c1bfd9e
well (e.g. /dev/sda).
c1bfd9e
c1bfd9e
Warning: Some of these tools access the internals of your system
c1bfd9e
and the incorrect usage of them may render your system inoperable.
c1bfd9e
c1bfd9e
%package libs
c1bfd9e
Summary: Shared library for %{name}
c1bfd9e
c1bfd9e
%description libs
c1bfd9e
This package contains the shared library for %{name}.
c1bfd9e
c1bfd9e
%package devel
5d41669
Summary: Development library and header files for the sg3_utils library
9070058
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
c1bfd9e
c1bfd9e
%description devel
5d41669
This package contains the %{name} library and its header files for
c1bfd9e
developing applications.
cvsdist 2385bc1
cvsdist 2385bc1
%prep
37e37b2
%autosetup -p 1
32e805b
cvsdist 2385bc1
%build
67a9d65
%configure --disable-static
9957650
9957650
# Don't use rpath!
9957650
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
9957650
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
9957650
8583d46
%make_build
cvsdist 2385bc1
32e805b
cvsdist 2385bc1
%install
8583d46
%make_install
5d41669
rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.la
cvsdist 2385bc1
00f56d9
install -p -m 755 scripts/%{rescan_script} $RPM_BUILD_ROOT%{_bindir}
be43488
( cd $RPM_BUILD_ROOT%{_bindir}; ln -sf %{rescan_script} scsi-rescan )
32e805b
298ffcb
install -p -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_mandir}/man8
298ffcb
37e37b2
# install all extra udev rules
37e37b2
mkdir -p $RPM_BUILD_ROOT%{_udevrulesdir}
37e37b2
mkdir -p $RPM_BUILD_ROOT/usr/lib/udev
5137362
install -p -m 644 scripts/40-usb-blacklist.rules $RPM_BUILD_ROOT%{_udevrulesdir}
37e37b2
# need to run after 60-persistent-storage.rules
37e37b2
install -p -m 644 scripts/55-scsi-sg3_id.rules $RPM_BUILD_ROOT%{_udevrulesdir}/61-scsi-sg3_id.rules
37e37b2
# need to run after 62-multipath.rules
37e37b2
install -p -m 644 scripts/58-scsi-sg3_symlink.rules $RPM_BUILD_ROOT%{_udevrulesdir}/63-scsi-sg3_symlink.rules
37e37b2
install -p -m 644 scripts/59-scsi-cciss_id.rules $RPM_BUILD_ROOT%{_udevrulesdir}/65-scsi-cciss_id.rules
5137362
install -p -m 644 scripts/59-fc-wwpn-id.rules $RPM_BUILD_ROOT%{_udevrulesdir}/63-fc-wwpn-id.rules
37e37b2
install -p -m 755 scripts/fc_wwpn_id $RPM_BUILD_ROOT/usr/lib/udev
32e805b
cvsdist 2385bc1
%files
00f56d9
%doc AUTHORS BSD_LICENSE COPYING COVERAGE CREDITS ChangeLog README README.sg_start
971f4ee
%{_bindir}/*
c1bfd9e
%{_mandir}/man8/*
37e37b2
%{_udevrulesdir}/61-scsi-sg3_id.rules
37e37b2
%{_udevrulesdir}/63-scsi-sg3_symlink.rules
37e37b2
%{_udevrulesdir}/63-fc-wwpn-id.rules
37e37b2
%{_udevrulesdir}/65-scsi-cciss_id.rules
37e37b2
%{_udevrulesdir}/40-usb-blacklist.rules
a4eab4f
/usr/lib/udev/fc_wwpn_id
cvsdist 2385bc1
c1bfd9e
%files libs
9560637
%doc BSD_LICENSE COPYING
c1bfd9e
%{_libdir}/*.so.*
c1bfd9e
c1bfd9e
%files devel
c1bfd9e
%{_includedir}/scsi/*.h
c1bfd9e
%{_libdir}/*.so
32e805b
be43488
cvsdist 2385bc1
%changelog
5549d7d
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.46-6
5549d7d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
5549d7d
aef77f2
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.46-5
aef77f2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
aef77f2
3075f17
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.46-4
3075f17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
3075f17
7d79c37
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.46-3
7d79c37
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
7d79c37
595af73
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.46-2
595af73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
595af73
5137362
* Tue Mar 30 2021 Tomas Bzatek <tbzatek@redhat.com> - 1.46-1
5137362
- update to version 1.46
5137362
b23132e
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.45-4
b23132e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
b23132e
c7b2546
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.45-3
c7b2546
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
c7b2546
8583d46
* Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 1.45-2
8583d46
- Use make macros
8583d46
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
8583d46
a4eab4f
* Thu Mar 12 2020 Dan Horák <dan@danny.cz> - 1.45-1
a4eab4f
- update to version 1.45 (#1809392)
a4eab4f
669d1a9
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.44-3
669d1a9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
669d1a9
2ded795
* Mon Jan 06 2020 Tomas Bzatek <tbzatek@redhat.com> - 1.44-2
2ded795
- Backport "rescan-scsi-bus.sh: use LUN wildcard in idlist"
2ded795
37e37b2
* Fri Jan 03 2020 Tomas Bzatek <tbzatek@redhat.com> - 1.44-1
37e37b2
- Rebase to 1.44 release
37e37b2
- Enable supplemental udev rules
37e37b2
- Fix sg_turs help invocation in an old mode (#1683343)
37e37b2
- Fix sg_raw printing error about device not specified on version request (#1627657)
37e37b2
- Fix coverity scan warnings (#1633235)
37e37b2
4c2f440
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.42-8
4c2f440
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
4c2f440
d5588a3
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.42-7
d5588a3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
d5588a3
f9ac938
* Mon Jul 16 2018 Dan Horák <dan[at]danny.cz> - 1.42-6
f9ac938
- fix build with new glibc - use sysmacros.h for major()/minor()
f9ac938
238aa2f
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.42-5
238aa2f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
238aa2f
41edc94
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.42-4
41edc94
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
41edc94
fe6805b
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.42-3
fe6805b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
fe6805b
b397581
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.42-2
b397581
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
b397581
1a08e8e
* Tue Feb 21 2017 Than Ngo <than@redhat.com> - 1.42-1
1a08e8e
- bz#1306078, update to 1.42
630e26d
- bz#1230493, dropped Requires glibc-headers
1a08e8e
9d99559
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.41-4
9d99559
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
9d99559
1b2f6b2
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.41-3
1b2f6b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
1b2f6b2
David Sommerseth de991d3
* Wed Jul 08 2015 David Sommerseth <davids@redhat.com> - 1.41-1
David Sommerseth de991d3
- updated to version 1.41
David Sommerseth de991d3
- Corrected day/date mismatches in the changelog
David Sommerseth de991d3
5598674
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.40-2
5598674
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
5598674
8bca1ae
* Sat Dec 06 2014 Dan Horák <dan@danny.cz> - 1.40-1
8bca1ae
- update to version 1.40 (#1164172)
8bca1ae
e3c8043
* Wed Sep 03 2014 Dan Horák <dan@danny.cz> - 1.39-1
e3c8043
- update to version 1.39 (#1111893)
e3c8043
972f598
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.38-3
972f598
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
972f598
071fbe8
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.38-2
071fbe8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
071fbe8
9070058
* Fri Apr 18 2014 Dan Horák <dan@danny.cz> - 1.38-1
9070058
- update to version 1.38 (#1083995)
9070058
- rebuild configure for ppc64le (#1079542)
9070058
298ffcb
* Wed Jan 29 2014 Dan Horák <dan@danny.cz> - 1.37-3
298ffcb
- fix various man pages (#948463)
298ffcb
- add man page for the rescan-scsi-bus.sh script
298ffcb
8e73785
* Fri Oct 18 2013 Dan Horák <dan@danny.cz> - 1.37-2
8e73785
- include fix for #920687
8e73785
00f56d9
* Wed Oct 16 2013 Dan Horák <dan@danny.cz> - 1.37-1
00f56d9
- update to version 1.37
00f56d9
- switch to included rescan-scsi-bus script
00f56d9
73067fb
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.36-2
73067fb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
73067fb
971f4ee
* Thu Jun 06 2013 Dan Horák <dan@danny.cz> - 1.36-1
971f4ee
- update to version 1.36
971f4ee
- modernize spec
971f4ee
893868a
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.35-2
893868a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
893868a
6d3ae59
* Mon Jan 21 2013 Dan Horák <dan@danny.cz> - 1.35-1
6d3ae59
- update to version 1.35
6d3ae59
2914328
* Thu Oct 18 2012 Dan Horák <dan@danny.cz> - 1.34-1
2914328
- update to version 1.34
2914328
efb7296
* Fri Sep 14 2012 Dan Horák <dan@danny.cz> - 1.33-4
efb7296
- add fix for sg3_utils >= 1.32 to the rescan-scsi-bus script
efb7296
e309932
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.33-3
e309932
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
e309932
251fe3b
* Wed Apr  4 2012 Dan Horák <dan@danny.cz> - 1.33-2
251fe3b
- include rescan-scsi-bus script 1.56
251fe3b
aba4e75
* Tue Apr  3 2012 Dan Horák <dan@danny.cz> - 1.33-1
aba4e75
- update to version 1.33
aba4e75
4a6e9b4
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.31-2
4a6e9b4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
4a6e9b4
83f2c14
* Fri Feb 18 2011 Dan Horák <dan@danny.cz> - 1.31-1
83f2c14
- update to version 1.31
83f2c14
651fa3c
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.29-3
651fa3c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
651fa3c
9560637
* Thu Jul  8 2010 Dan Horák <dan@danny.cz> - 1.29-2
9560637
- added license texts into -libs subpackage
9560637
ffece2d
* Mon Apr 12 2010 Dan Horák <dan@danny.cz> - 1.29-1
ffece2d
- update to version 1.29
ffece2d
ec23797
* Thu Jan 14 2010 Dan Horák <dan@danny.cz> - 1.28-2
ec23797
- include rescan-scsi-bus script 1.35
ec23797
- rebase patches and add fix for issue mentioned in #538787
ec23797
be43488
* Thu Oct 22 2009 Dan Horák <dan@danny.cz> - 1.28-1
be43488
- update to version 1.28
be43488
- added fixes from RHEL to rescan-scsi-bus.sh
be43488
- added scsi-rescan symlink to the rescan-scsi-bus.sh script
be43488
f8dd63d
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.27-2
f8dd63d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
f8dd63d
d0e992c
* Tue Apr 28 2009 Dan Horák <dan@danny.cz> - 1.27-1
d0e992c
- update to version 1.27
d0e992c
- changelog: http://sg.danny.cz/sg/p/sg3_utils.ChangeLog
d0e992c
912640b
* Tue Mar 31 2009 Dan Horák <dan@danny.cz> - 1.26-4
912640b
- add dependency between the libs subpackage and the main package (#492921)
912640b
a4f502d
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.26-3
a4f502d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
a4f502d
32e805b
* Mon Nov  3 2008 Dan Horák <dan@danny.cz> - 1.26-2
32e805b
- update URL
32e805b
- include rescan-scsi-bus script 1.29
32e805b
32e805b
* Mon Jun 30 2008 Dan Horák <dan@danny.cz> - 1.26-1
9957650
- update to upstream version 1.26
9957650
67a9d65
* Fri Mar 28 2008 Phil Knirsch <pknirsch@redhat.com> - 1.25-4
67a9d65
- Dropped really unnecessary Provides of sg_utils (#226414)
67a9d65
- Use --disable-static in configure (#226414)
67a9d65
5d41669
* Thu Mar 27 2008 Phil Knirsch <pknirsch@redhat.com> - 1.25-3
5d41669
- Specfile cleanup, removal of static development libraries (#226414)
5d41669
d776f33
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.25-2
d776f33
- Autorebuild for GCC 4.3
d776f33
d1300dc
* Mon Oct 22 2007 Phil Knirsch <pknirsch@redhat.com> - 1.25-1
d1300dc
- Fixed URLs
d1300dc
- Updated to sg3_utils-1.25
d1300dc
f9348da
* Thu Aug 16 2007 Phil Knirsch <pknirsch@redhat.com> - 1.23-2
f9348da
- License review and update
f9348da
22ebdb4
* Fri Feb 02 2007 Phil Knirsch <pknirsch@redhat.com> - 1.23-1
22ebdb4
- Update to sg3_utils-1.23
22ebdb4
- Updated summary
22ebdb4
94c4a2b
* Mon Nov 13 2006 Phil Knirsch <pknirsch@redhat.com> - 1.22-1
94c4a2b
- Update to sg3_utils-1.22
94c4a2b
dc1c08f
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.20-2.1
dc1c08f
- rebuild
dc1c08f
6d71681
* Wed Jun 07 2006 Phil Knirsch <pknirsch@redhat.com> - 1.20-2
6d71681
- Fixed rebuild problem on latest toolchain
9854b04
- Added missing buildprereqs
6d71681
2c01f9e
* Fri May 19 2006 Phil Knirsch <pknirsch@redhat.com> - 1.20-1
2c01f9e
- Update to sg3_utils-1.20.
2c01f9e
6a1546e
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.19-1.1
6a1546e
- bump again for double-long bug on ppc(64)
6a1546e
e584f67
* Fri Feb 10 2006 Phil Knirsch <pknirsch@redhat.com> - 1.19-1
6e6d120
- Update to sg3_utils-1.19.
6e6d120
- Fixed rebuild problem on 64bit archs.
e584f67
c01e4d0
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.17-1.1
c01e4d0
- rebuilt for new gcc4.1 snapshot and glibc changes
c01e4d0
c1bfd9e
* Mon Nov 07 2005 Phil Knirsch <pknirsch@redhat.com> 1.17-1
c1bfd9e
- Update to sg3-utils-1.17
c1bfd9e
- Split package up into 3 subpackages: sg3_utils, devel and libs
c1bfd9e
- Some minor updates to the specfile
c1bfd9e
7a5c925
* Wed Mar 02 2005 Phil Knirsch <pknirsch@redhat.com> 1.06-5
7a5c925
- bump release and rebuild with gcc 4
7a5c925
dd498e3
* Fri Feb 18 2005 Phil Knirsch <pknirsch@redhat.com> 1.06-4
dd498e3
- rebuilt
dd498e3
cvsdist 00404d8
* Tue Aug 03 2004 Phil Knirsch <pknirsch@redhat.com> 1.06-3
cvsdist 00404d8
- rebuilt
cvsdist 00404d8
cvsdist 2385bc1
* Thu Mar 11 2004 Tim Powers <timp@redhat.com> 1.06-2
cvsdist 2385bc1
- rebuild
cvsdist 2385bc1
cvsdist 2385bc1
* Wed Feb 18 2004 Phil Knirsch <pknirsch@redhat.com> 1.06-1
cvsdist 2385bc1
- Initial version for RHEL3 U2.
cvsdist 2385bc1
cvsdist 2385bc1
* Fri Jan 09 2004 - dgilbert@interlog.com
cvsdist 2385bc1
- sg3_utils.spec for mandrake; more sginfo work, sg_scan, sg_logs
cvsdist 2385bc1
  * sg3_utils-1.06
cvsdist 2385bc1
cvsdist 2385bc1
* Wed Nov 12 2003 - dgilbert@interlog.com
cvsdist 2385bc1
- sg_readcap: sizes; sg_logs: double fetch; sg_map 256 sg devices; sginfo
cvsdist 2385bc1
  * sg3_utils-1.05
cvsdist 2385bc1
cvsdist 2385bc1
* Tue May 13 2003 - dgilbert@interlog.com
cvsdist 2385bc1
- default sg_turs '-n=' to 1, sg_logs gets '-t' for temperature, CREDITS
cvsdist 2385bc1
  * sg3_utils-1.04
cvsdist 2385bc1
cvsdist 2385bc1
* Wed Apr 02 2003 - dgilbert@interlog.com
cvsdist 2385bc1
- 6 byte CDBs for sg_modes, sg_start on block devs, sg_senddiag, man pages
cvsdist 2385bc1
  * sg3_utils-1.03
cvsdist 2385bc1
cvsdist 2385bc1
* Wed Jan 01 2003 - dgilbert@interlog.com
cvsdist 2385bc1
- interwork with block SG_IO, fix in sginfo, '-t' for sg_turs
cvsdist 2385bc1
  * sg3_utils-1.02
cvsdist 2385bc1
cvsdist 2385bc1
* Wed Aug 14 2002 - dgilbert@interlog.com
cvsdist 2385bc1
- raw switch in sg_inq
cvsdist 2385bc1
  * sg3_utils-1.01
cvsdist 2385bc1
cvsdist 2385bc1
* Sun Jul 28 2002 - dgilbert@interlog.com
cvsdist 2385bc1
- decode sg_logs pages, add dio to sgm_dd, drop "gen=1" arg, "of=/dev/null"
cvsdist 2385bc1
  * sg3_utils-1.00
cvsdist 2385bc1
cvsdist 2385bc1
* Sun Mar 17 2002 - dgilbert@interlog.com
cvsdist 2385bc1
- add sg_modes+sg_logs for sense pages, expand sg_inq, add fua+sync to sg_dd++
cvsdist 2385bc1
  * sg3_utils-0.99
cvsdist 2385bc1
cvsdist 2385bc1
* Sat Feb 16 2002 - dgilbert@interlog.com
cvsdist 2385bc1
- resurrect sg_reset; snprintf cleanup, time,gen+cdbsz args to sg_dd++
cvsdist 2385bc1
  * sg3_utils-0.98
cvsdist 2385bc1
cvsdist 2385bc1
* Sun Dec 23 2001 - dgilbert@interlog.com
cvsdist 2385bc1
- move isosize to archive directory; now found in util-linux-2.10s and later
cvsdist 2385bc1
  * sg3_utils-0.97
cvsdist 2385bc1
cvsdist 2385bc1
* Fri Dec 21 2001 - dgilbert@interlog.com
cvsdist 2385bc1
- add sgm_dd, sg_read, sg_simple4 and sg_simple16 [add mmap-ed IO support]
cvsdist 2385bc1
  * sg3_utils-0.96
cvsdist 2385bc1
David Sommerseth de991d3
* Sat Sep 15 2001 - dgilbert@interlog.com
cvsdist 2385bc1
- sg_map can do inquiry; sg_dd, sgp_dd + sgq_dd dio help
cvsdist 2385bc1
  * sg3_utils-0.95
cvsdist 2385bc1
David Sommerseth de991d3
* Thu Apr 19 2001 - dgilbert@interlog.com
cvsdist 2385bc1
- add sg_start, improve sginfo and sg_map [Kurt Garloff]
cvsdist 2385bc1
  * sg3_utils-0.94
cvsdist 2385bc1
David Sommerseth de991d3
* Mon Mar 5 2001 - dgilbert@interlog.com
cvsdist 2385bc1
- add scsi_devfs_scan, add sg_include.h, 'coe' more general in sgp_dd
cvsdist 2385bc1
  * sg3_utils-0.93
cvsdist 2385bc1
cvsdist 2385bc1
* Tue Jan 16 2001 - dgilbert@interlog.com
cvsdist 2385bc1
- clean sg_err.h include dependencies, bug fixes, Makefile in archive directory
cvsdist 2385bc1
  * sg3_utils-0.92
cvsdist 2385bc1
David Sommerseth de991d3
* Thu Dec 21 2000 - dgilbert@interlog.com
cvsdist 2385bc1
- signals for sg_dd, man pages and additions for sg_rbuf and isosize
cvsdist 2385bc1
  * sg3_utils-0.91
cvsdist 2385bc1
cvsdist 2385bc1
* Mon Dec 11 2000 - dgilbert@interlog.com
cvsdist 2385bc1
- Initial creation of package, containing
cvsdist 2385bc1
  * sg3_utils-0.90