Accepting request 1205287 from network
OBS-URL: https://build.opensuse.org/request/show/1205287 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-iscsi?expand=0&rev=133
This commit is contained in:
commit
2c83566fa8
6
_service
6
_service
@ -3,9 +3,9 @@
|
|||||||
<param name="url">https://github.com/openSUSE/open-iscsi.git</param>
|
<param name="url">https://github.com/openSUSE/open-iscsi.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="filename">open-iscsi</param>
|
<param name="filename">open-iscsi</param>
|
||||||
<param name="version">d557967bc9ae</param>
|
<param name="version">fea0fde82ed1</param>
|
||||||
<param name="versionformat">2.1.9.suse+@TAG_OFFSET@.%h</param>
|
<param name="versionformat">2.1.10.suse+@TAG_OFFSET@.%h</param>
|
||||||
<param name="match-tag">2.1.[0-9]</param>
|
<param name="match-tag">2.1.[0-9]*</param>
|
||||||
<param name="revision">openSUSE-Factory</param>
|
<param name="revision">openSUSE-Factory</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/openSUSE/open-iscsi.git</param>
|
<param name="url">https://github.com/openSUSE/open-iscsi.git</param>
|
||||||
<param name="changesrevision">d557967bc9aeaa9aa4f62b443c0aec48a8e8e046</param></service></servicedata>
|
<param name="changesrevision">fea0fde82ed1f2974839501bf68121d9ad0fc4b5</param></service></servicedata>
|
3
open-iscsi-2.1.10.suse+52.9a4cb8fdee02.tar.xz
Normal file
3
open-iscsi-2.1.10.suse+52.9a4cb8fdee02.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c0078e4d813f7148323adecfe8b78a3978d6076f5517e9d85fb01e3cbf8eff80
|
||||||
|
size 493308
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1e3d82c4285c1b85bfe1c118bf235cbeb34286bc17d209827eb3812667d8bfd1
|
|
||||||
size 491536
|
|
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 30 19:25:24 UTC 2024 - lduncan@suse.com
|
||||||
|
|
||||||
|
- Update to version 2.1.10.suse+51.fea0fde82ed1:
|
||||||
|
* Incudes upstream version 2.1.10 plus some fixes
|
||||||
|
* Fix firmware targets startup to always be "onboot" (#482)
|
||||||
|
(bsc#1228084)
|
||||||
|
* Change a discovery function to void return type (#481)
|
||||||
|
* Fix gcc issues (#480)
|
||||||
|
* Bugfix read specific sysfs value "off" of session attribute (#466)
|
||||||
|
* Fix bug where abort_tmo read failures were ignored. (#467)
|
||||||
|
* grammar nitpicks (#464)
|
||||||
|
* Fix memory leak in iscsi_check_session_use_count (#465)
|
||||||
|
* improve the comments in idbm_lock() (#458)
|
||||||
|
* Make it visible when memory allocation failure (#457)
|
||||||
|
* Better handle multiple iscsiadm commands (#453)
|
||||||
|
* iscsiadm: allow hostnames in node-mode commands (#451)
|
||||||
|
* Modify how workqueue priority is set (#445)
|
||||||
|
* Fix authmethod check by printing a warning message when CHAP used and authmethod=None (#443)
|
||||||
|
* iscsid: Rescan devices on relogin (#444)
|
||||||
|
* Adds missing characters in README. (#440)
|
||||||
|
* Turn off iSCSI NOP-Outs, by default.
|
||||||
|
* fix: add usr/iscsid_req.h missinig underline (#431) (#436)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 20 18:39:01 UTC 2023 - Lee Duncan <lduncan@suse.com>
|
Wed Dec 20 18:39:01 UTC 2023 - Lee Duncan <lduncan@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package open-iscsi
|
# spec file for package open-iscsi
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -46,13 +46,13 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define iscsi_minor_release 1
|
%define iscsi_minor_release 1
|
||||||
%define iscsi_patch_release 9
|
%define iscsi_patch_release 10
|
||||||
%define iscsi_patch_release_suse %{iscsi_patch_release}.suse
|
%define iscsi_patch_release_suse %{iscsi_patch_release}.suse
|
||||||
%define iscsi_service_tag 844.d557967bc9ae
|
%define iscsi_service_tag 52.9a4cb8fdee02
|
||||||
%define libname libopeniscsiusr0
|
%define libname libopeniscsiusr0
|
||||||
%define libversion 0.2.0
|
%define libversion 0.2.0
|
||||||
Name: open-iscsi
|
Name: open-iscsi
|
||||||
Version: 2.1.9
|
Version: 2.1.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Linux iSCSI Software Initiator
|
Summary: Linux iSCSI Software Initiator
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
Loading…
x
Reference in New Issue
Block a user