- Update to new upstream release 1.41 * sg_zone: new utility for open, close and finish zone commands introduced in zbc-r02 * sg_rep_zones and sg_reset_wp: change opcodes as indicated in zbc-r02 * sg_read_buffer: add READ BUFFER(16) support (spc5r02) * sg_logs: add --enumerate and acronyms * allow decode from hex or binary in file * decode environmental reporting + limits lpages * sg_write_buffer: add --timeout=TO option * sg_lib interface: add sg_lib_pdt_decay(), TPROTO_PCIE plus support for zoning service actions * sg_lib: in Linux blocked devices yield ENXIO from ioctl(SG_IO), map to SG_LIB_CAT_NOT_READY * clean up sg_warnings_stream handling * sg_inq+sg_vpd: fix SCSI name string decoding in device identification VPD page (0x83) * increase sanity on Unit Serial number VPD page * improve rdac vpd page reporting (vendor) * sg_inq: improve NAA handling in dev_id VPD page * update version descriptor list to 20150126 OBS-URL: https://build.opensuse.org/request/show/315568 OBS-URL: https://build.opensuse.org/package/show/Base:System/sg3_utils?expand=0&rev=51
24 lines
729 B
Diff
24 lines
729 B
Diff
From: Jan Engelhardt <jengelh@inai.de>
|
|
Date: 2015-02-13 15:29:13.225224047 +0100
|
|
|
|
build: use unique SONAME for libsgutils
|
|
|
|
sg3_utils has added functions between (for example) 1.36 and 1.39
|
|
without tracking them (either by using a different SONAME,
|
|
or using ELF symbol versions).
|
|
---
|
|
lib/Makefile.am | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/lib/Makefile.am
|
|
+++ b/lib/Makefile.am
|
|
@@ -48,7 +48,7 @@ AM_CFLAGS = -Wall -W
|
|
|
|
lib_LTLIBRARIES = libsgutils2.la
|
|
|
|
-libsgutils2_la_LDFLAGS = -version-info 2:0:0 -no-undefined
|
|
+libsgutils2_la_LDFLAGS = -version-info 2:0:0 -no-undefined -release ${PACKAGE_VERSION}
|
|
|
|
libsgutils2_la_LIBADD = @GETOPT_O_FILES@ @os_libs@
|
|
libsgutils2_la_DEPENDENCIES = @GETOPT_O_FILES@
|