- Update to 3.5+1679292226.g8769429:

+ rbd-target-api: don't ignore controls on disk create (bsc#1208820)
- checkin.sh: default to ses7 branch

OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph-iscsi?expand=0&rev=66
This commit is contained in:
Tim Serong 2023-03-20 06:07:08 +00:00 committed by Git OBS Bridge
parent 2cd98b63ac
commit 04dc810f99
5 changed files with 12 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Mar 20 06:04:33 UTC 2023 - Tim Serong <tserong@suse.com>
- Update to 3.5+1679292226.g8769429:
+ rbd-target-api: don't ignore controls on disk create (bsc#1208820)
- checkin.sh: default to ses7 branch
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 16 20:30:47 UTC 2022 - Stefen Allen <stefen.allen@suse.com> Thu Jun 16 20:30:47 UTC 2022 - Stefen Allen <stefen.allen@suse.com>

View File

@ -19,7 +19,7 @@
%endif %endif
Name: ceph-iscsi Name: ceph-iscsi
Version: 3.5+1655410541.gf482c7a Version: 3.5+1679292226.g8769429
Release: 1%{?dist} Release: 1%{?dist}
Group: System/Filesystems Group: System/Filesystems
Summary: Python modules for Ceph iSCSI gateway configuration management Summary: Python modules for Ceph iSCSI gateway configuration management

View File

@ -11,7 +11,7 @@ set -x
PROJECT="ceph-iscsi" PROJECT="ceph-iscsi"
DEFAULT_REPO="https://github.com/SUSE/$PROJECT.git" DEFAULT_REPO="https://github.com/SUSE/$PROJECT.git"
DEFAULT_BRANCH="ses6" DEFAULT_BRANCH="ses7"
BASEDIR=$(pwd) BASEDIR=$(pwd)
function usage { function usage {