- Update to version 1.47+2.388b767:
* rescan-scsi-bus.sh: apply fix for '-r' (boo#1194293) OBS-URL: https://build.opensuse.org/package/show/Base:System/sg3_utils?expand=0&rev=91
This commit is contained in:
parent
aeb368e432
commit
957afd7b29
4
_service
4
_service
@ -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"/>
|
||||
|
@ -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>
|
3
sg3_utils-1.47+2.388b767.obscpio
Normal file
3
sg3_utils-1.47+2.388b767.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe10244f2721c5caacdfd90b6b4d62a4ce33d9f637e0ae3a4e585264d0aba09f
|
||||
size 7376909
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dcc4cf10ac5c91f95006c2384a9a76e25a0561c4aa6222bb909fdc65f5ba4af4
|
||||
size 7372301
|
3
sg3_utils-1.47.tar.gz
Normal file
3
sg3_utils-1.47.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8673c7faca849b6b34764332d2aa91f72db05bff7382bb836d0688795199c3e1
|
||||
size 1682084
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
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)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 11 21:15:17 UTC 2021 - mwilck@suse.com
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
name: sg3_utils
|
||||
version: 1.47
|
||||
mtime: 1636576643
|
||||
commit: ed556a52933d29309849dbb24ba49f8b829c1058
|
||||
|
||||
version: 1.47+2.388b767
|
||||
mtime: 1641296136
|
||||
commit: 388b7673ddb5f106a4420a50a764932b3e4082c9
|
||||
|
@ -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,7 +17,7 @@
|
||||
|
||||
|
||||
Name: sg3_utils
|
||||
Version: 1.47
|
||||
Version: 1.47+2.388b767
|
||||
%global lname libsgutils2-%(echo %{version} | sed y/./_/)-2
|
||||
Release: 0
|
||||
Summary: A collection of tools that send SCSI commands to devices
|
||||
|
Loading…
Reference in New Issue
Block a user