Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
sg3_utils
sg3_utils.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File sg3_utils.spec of Package sg3_utils
# # spec file for package sg3_utils # # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: sg3_utils %define lname libsgutils2-2 Version: 1.38 Release: 0 Summary: A collection of tools that send SCSI commands to devices License: GPL-2.0+ and BSD-3-Clause Group: Hardware/Other Url: http://sg.danny.cz/sg/sg3_utils.html Source: http://sg.danny.cz/sg/p/%name-%{version}.tar.xz Patch1: 0001-Split-59-scsi-sg_utils.rules-for-multipath-support.patch Patch2: sginfo-inq-fields-strip-blank.patch Patch3: 0003-sg_inq-compability-links-for-ata_id.patch Patch4: 0004-sg_inq-suppress-warning-messages-for-export.patch Patch5: 0005-sg3_utils-fix-missing-rule-for-scsi_serial-partitions.patch Patch6: 0006-Fixup-formatting-of-invalid-VPD-page-0x83.patch Patch7: 0007-sg_inq-Do-not-export-long-identifiers.patch Patch8: Allow-spaces-in-type-comparison.patch Patch9: rescan-scsi-bus.sh-set-IPTYPE-and-IPQUAL-on-failure.patch Patch10: 0008-Correctly-ignore-invalid-VPD-entries.patch Patch11: sg_inq-udev-conformant-character-encoding-for-export.patch Patch12: rescan-scsi-bus.sh-findremapped-fix-regex.patch Patch13: Add-option-issue-lip-wait-to-rescan-scsi-bus.sh.patch Patch14: Interpret-DID_NEXUS_FAILURE-as-reservation-conflict.patch Patch15: no-space-in-scsi-type-string.patch Patch16: check-for-temporary-file-before-d.patch Patch17: 0002-sg_inq-Differentiate-between-NAA-VPD-descriptor-type.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: udev BuildRequires: xz Requires(pre): %insserv_prereq Provides: scsi Provides: sg_utils Obsoletes: scsi <= 1.7_2.38_1.25_0.19_1.02_0.93 %description The sg3_utils package contains utilities that send SCSI commands to devices. As well as devices on transports traditionally associated with SCSI (e.g. Fibre Channel (FCP), Serial Attached SCSI (SAS) and the SCSI Parallel Interface(SPI)) many other devices use SCSI command sets. ATAPI cd/dvd drives and SATA disks that connect via a translation layer or a bridge device are examples of devices that use SCSI command sets. %package -n %lname Summary: Library to hold functions common to the SCSI utilities License: BSD-3-Clause Group: System/Libraries %description -n %lname The sg3_utils package contains utilities that send SCSI commands to devices. As well as devices on transports traditionally associated with SCSI (e.g. Fibre Channel (FCP), Serial Attached SCSI (SAS) and the SCSI Parallel Interface(SPI)) many other devices use SCSI command sets. ATAPI cd/dvd drives and SATA disks that connect via a translation layer or a bridge device are examples of devices that use SCSI command sets. This subpackage contains the library of common sg_utils code, such as SCSI error processing. %package -n libsgutils-devel Summary: A collection of tools that send SCSI commands to devices License: BSD-3-Clause Group: Development/Libraries/C and C++ Requires: %lname = %version # Added for 13.1 Obsoletes: %name-devel < %version-%release Provides: %name-devel = %version-%release %description -n libsgutils-devel The sg3_utils package contains utilities that send SCSI commands to devices. As well as devices on transports traditionally associated with SCSI (e.g. Fibre Channel (FCP), Serial Attached SCSI (SAS) and the SCSI Parallel Interface(SPI)) many other devices use SCSI command sets. ATAPI cd/dvd drives and SATA disks that connect via a translation layer or a bridge device are examples of devices that use SCSI command sets. This subpackage contains libraries and header files for developing applications that want to make use of libsgutils. %prep %setup -q -n %{name}-%{version} %patch1 -p1 %patch2 -p1 %patch3 -p1 %patch4 -p1 %patch5 -p1 %patch6 -p1 %patch7 -p1 %patch8 -p1 %patch9 -p1 %patch10 -p1 %patch11 -p1 %patch12 -p1 %patch13 -p1 %patch14 -p1 %patch15 -p1 %patch16 -p1 %patch17 -p1 %build %configure --disable-static --with-pic make %{?_smp_mflags} %install make install DESTDIR="%buildroot" install -m 755 scripts/scsi_logging_level $RPM_BUILD_ROOT%{_bindir} install -m 755 scripts/rescan-scsi-bus.sh $RPM_BUILD_ROOT%{_bindir} install -m 644 doc/rescan-scsi-bus.sh.8 $RPM_BUILD_ROOT%{_mandir}/man8 mkdir -p $RPM_BUILD_ROOT%{_udevrulesdir} install -m 644 scripts/55-scsi-sg3_id.rules $RPM_BUILD_ROOT%{_udevrulesdir} install -m 644 scripts/58-scsi-sg3_symlink.rules $RPM_BUILD_ROOT%{_udevrulesdir} %{__rm} -f %{buildroot}%{_libdir}/*.la %post -p /sbin/ldconfig -n %lname %postun -p /sbin/ldconfig -n %lname %files %defattr(-,root,root) %doc README README.sg_start %doc ChangeLog CREDITS NEWS %_bindir/sg_* %_bindir/scsi_* %_bindir/sginfo %_bindir/sgp_dd %_bindir/sgm_dd %_bindir/scsi_logging_level %_bindir/rescan-scsi-bus.sh %_mandir/man8/*.8* %{_udevrulesdir}/55-scsi-sg3_id.rules %{_udevrulesdir}/58-scsi-sg3_symlink.rules %files -n %lname %defattr(-,root,root) %_libdir/libsgutils2.so.2* %files -n libsgutils-devel %defattr(-,root,root) %_libdir/libsgutils2.so %_includedir/scsi/ %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor