- Update to version 1.47:
* sg_rep_zones: add support for REPORT ZONE DOMAINS and REPORT REALMS in this utility * sg_raw: fix prints of NVMe NVM command names * sg_logs: additions to Volume statistics lpage [ssc5r05c] - additions to Command duration limits statistics log page [spc6r06] * sg_vpd: fix do_hex type on some recent pages - zoned block dev char vpd: add zone alignment mode and zone starting LBA granularity [zbc2r11] * sg_read_buffer: fix --length= problem * sg_dd, sgm_dd, sgp_dd: don't close negative file descriptors * sg_dd: srand48_r() and mrand48_r() are GNU libc specific, put conditional in so non-reentrant version used otherwise - 'iflag=00,ff' places the 32 bit block address (big endian) into each block * sgp_dd: major rework, fix issue with error being ignored - new: --chkaddr which checks for block address in each block - add check for stdatomic.h presence in configure.ac * sg_xcopy: tweak CSCD identification descriptor * sg_get_elem_status: fix issue with '--maxlen=' option - add 2 depopulation revocation health attributes [sbc5r01] * transport error handling improved. To fix report of a BAD_TARGET transport error but the utility still continued. - introduce SG_LIB_TRANSPORT_ERROR [35] exit status * several utilities: override '--maxlen=LEN' when LEN is < 16 (or 4), take default (or 4) instead * scripts: 55-scsi-sg3_id.rules remove outdated rule (bsc#1189297) * sg_lib: add sg_scsi_status_is_good(), sg_scsi_status_is_bad() and sg_get_zone_type_str() OBS-URL: https://build.opensuse.org/package/show/Base:System/sg3_utils?expand=0&rev=89
This commit is contained in:
29
_service
29
_service
@@ -1,24 +1,19 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/openSUSE/sg3_utils.git</param>
|
||||
<param name="subdir"></param>
|
||||
<param name="url">https://github.com/doug-gilbert/sg3_utils</param>
|
||||
<param name="filename">sg3_utils</param>
|
||||
<!-- New versioning scheme for upstream pre-release:
|
||||
1.45 - upstream release target
|
||||
latest SVN release should be tagged "r<id>" in git -->
|
||||
<param name="versionformat">1.45@PARENT_TAG@+@TAG_OFFSET@.%h</param>
|
||||
<param name="match-tag">r[0-9]*</param>
|
||||
<!-- convert "rXYZ" to "~XYZ", convention for pre-release pkgs -->
|
||||
<param name="versionrewrite-pattern">(1\.[0-9]*)r([0-9]*)</param>
|
||||
<param name="versionrewrite-replacement">\1~\2</param>
|
||||
<param name="revision">factory</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@.%h</param>
|
||||
<param name="match-tag">r[0-9]\.[0-9]*</param>
|
||||
<param name="versionrewrite-pattern">r([^+]*)(\+[1-9\..*])?(\+0\..*)?</param>
|
||||
<param name="versionrewrite-replacement">\1\2</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*sg3_utils*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
<service name="set_version" mode="manual"/>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
</services>
|
||||
|
||||
|
Reference in New Issue
Block a user