import UBI iscsi-initiator-utils-6.2.1.4-8.git095f59c.el8_8
This commit is contained in:
parent
34f917f70d
commit
61711c4abe
@ -155,7 +155,7 @@ index efdda75..307a01a 100644
|
|||||||
+
|
+
|
||||||
+ snprintf(portal, PATH_MAX, "%s", NODE_CONFIG_DIR);
|
+ snprintf(portal, PATH_MAX, "%s", NODE_CONFIG_DIR);
|
||||||
+ if (access(portal, F_OK) != 0) {
|
+ if (access(portal, F_OK) != 0) {
|
||||||
+ if (mkdir(portal, 0660) != 0) {
|
+ if (mkdir(portal, 0770) != 0) {
|
||||||
+ log_error("Could not make %s: %s", portal,
|
+ log_error("Could not make %s: %s", portal,
|
||||||
+ strerror(errno));
|
+ strerror(errno));
|
||||||
+ rc = ISCSI_ERR_IDBM;
|
+ rc = ISCSI_ERR_IDBM;
|
||||||
@ -165,7 +165,7 @@ index efdda75..307a01a 100644
|
|||||||
+
|
+
|
||||||
+ snprintf(portal, PATH_MAX, "%s/%s", NODE_CONFIG_DIR, rec->name);
|
+ snprintf(portal, PATH_MAX, "%s/%s", NODE_CONFIG_DIR, rec->name);
|
||||||
+ if (access(portal, F_OK) != 0) {
|
+ if (access(portal, F_OK) != 0) {
|
||||||
+ if (mkdir(portal, 0660) != 0) {
|
+ if (mkdir(portal, 0770) != 0) {
|
||||||
+ log_error("Could not make %s: %s", portal,
|
+ log_error("Could not make %s: %s", portal,
|
||||||
+ strerror(errno));
|
+ strerror(errno));
|
||||||
+ rc = ISCSI_ERR_IDBM;
|
+ rc = ISCSI_ERR_IDBM;
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
Summary: iSCSI daemon and utility programs
|
Summary: iSCSI daemon and utility programs
|
||||||
Name: iscsi-initiator-utils
|
Name: iscsi-initiator-utils
|
||||||
Version: 6.%{open_iscsi_version}.%{open_iscsi_build}
|
Version: 6.%{open_iscsi_version}.%{open_iscsi_build}
|
||||||
Release: 4.git%{shortcommit0}%{?dist}
|
Release: 8.git%{shortcommit0}%{?dist}
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.open-iscsi.org
|
URL: http://www.open-iscsi.org
|
||||||
@ -364,6 +364,18 @@ fi
|
|||||||
%{python3_sitearch}/*
|
%{python3_sitearch}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 15 2023 Chris Leech <cleech@redhat.com> - 6.2.1.4-8.git095f59c
|
||||||
|
- fix gating test
|
||||||
|
|
||||||
|
* Thu Jun 15 2023 Chris Leech <cleech@redhat.com> - 6.2.1.4-7.git095f59c
|
||||||
|
- move tests to tmt framework
|
||||||
|
|
||||||
|
* Tue Jun 13 2023 Chris Leech <cleech@redhat.com> - 6.2.1.4-6.git095f59c
|
||||||
|
- restore missing gating tests
|
||||||
|
|
||||||
|
* Wed Jun 07 2023 Chris Leech <cleech@redhat.com> - 6.2.1.4-5.git095f59c
|
||||||
|
- 2131090 fix idbm patch to not overwrite upstream changes in file mode
|
||||||
|
|
||||||
* Mon Aug 09 2021 Chris Leech <cleech@redhat.com> - 6.2.1.4-4.git095f59c
|
* Mon Aug 09 2021 Chris Leech <cleech@redhat.com> - 6.2.1.4-4.git095f59c
|
||||||
- 1755907 set proper attr in rpm db for lockfiles, fixes rpm verificiation warning
|
- 1755907 set proper attr in rpm db for lockfiles, fixes rpm verificiation warning
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user