Accepting request 943754 from Base:System

- Update to version 1.47+2.388b767:
  * rescan-scsi-bus.sh: apply fix for '-r' (boo#1194293)
  * _service: use openSUSE github repo again (with cherry-picks
    from upstream)
  * spec file: suppress commit ID in library version

OBS-URL: https://build.opensuse.org/request/show/943754
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sg3_utils?expand=0&rev=57
This commit is contained in:
Dominique Leuenberger 2022-01-05 12:39:39 +00:00 committed by Git OBS Bridge
commit 9dc2d17f03
7 changed files with 23 additions and 13 deletions

View File

@ -1,13 +1,13 @@
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/doug-gilbert/sg3_utils</param>
<param name="url">https://github.com/openSUSE/sg3_utils</param>
<param name="filename">sg3_utils</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="revision">factory</param>
<param name="changesgenerate">enable</param>
</service>
<service name="set_version" mode="manual"/>

View File

@ -3,4 +3,6 @@
<param name="url">https://github.com/openSUSE/sg3_utils.git</param>
<param name="changesrevision">6aa67ed94a6c135d6a462c55b3764732259b162e</param></service><service name="tar_scm">
<param name="url">https://github.com/doug-gilbert/sg3_utils</param>
<param name="changesrevision">ed556a52933d29309849dbb24ba49f8b829c1058</param></service></servicedata>
<param name="changesrevision">ed556a52933d29309849dbb24ba49f8b829c1058</param></service><service name="tar_scm">
<param name="url">https://github.com/openSUSE/sg3_utils</param>
<param name="changesrevision">388b7673ddb5f106a4420a50a764932b3e4082c9</param></service></servicedata>

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fe10244f2721c5caacdfd90b6b4d62a4ce33d9f637e0ae3a4e585264d0aba09f
size 7376909

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dcc4cf10ac5c91f95006c2384a9a76e25a0561c4aa6222bb909fdc65f5ba4af4
size 7372301

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Jan 04 11:47:02 UTC 2022 - mwilck@suse.com
- Update to version 1.47+2.388b767:
* rescan-scsi-bus.sh: apply fix for '-r' (boo#1194293)
* _service: use openSUSE github repo again (with cherry-picks
from upstream)
* spec file: suppress commit ID in library version
-------------------------------------------------------------------
Thu Nov 11 21:15:17 UTC 2021 - mwilck@suse.com

View File

@ -1,5 +1,4 @@
name: sg3_utils
version: 1.47
mtime: 1636576643
commit: ed556a52933d29309849dbb24ba49f8b829c1058
version: 1.47+2.388b767
mtime: 1641296136
commit: 388b7673ddb5f106a4420a50a764932b3e4082c9

View File

@ -1,7 +1,7 @@
#
# spec file for package sg3_utils
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,8 +17,8 @@
Name: sg3_utils
Version: 1.47
%global lname libsgutils2-%(echo %{version} | sed y/./_/)-2
Version: 1.47+2.388b767
%global lname libsgutils2-%(echo %{version} | sed 'y/./_/;s/+.*//')-2
Release: 0
Summary: A collection of tools that send SCSI commands to devices
License: BSD-3-Clause AND GPL-2.0-or-later