update to 6.2.0.873-13
Resolves: #999241 Signed-off-by: Andy Grover <agrover@redhat.com>
This commit is contained in:
parent
dcd8879cb8
commit
f9b971fb91
@ -69,7 +69,7 @@ index aed10a3..79ec79d 100644
|
||||
}
|
||||
}
|
||||
|
||||
+ if (t->template->use_boot_info)
|
||||
+ if (t->template->use_boot_info && session)
|
||||
+ iscsi_sysfs_read_boot(iface, session);
|
||||
+
|
||||
if (!iface_kern_id)
|
||||
|
@ -4,7 +4,7 @@
|
||||
Summary: iSCSI daemon and utility programs
|
||||
Name: iscsi-initiator-utils
|
||||
Version: 6.%{open_iscsi_version}.%{open_iscsi_build}
|
||||
Release: 12%{?dist}
|
||||
Release: 13%{?dist}
|
||||
Group: System Environment/Daemons
|
||||
License: GPLv2+
|
||||
URL: http://www.open-iscsi.org
|
||||
@ -278,6 +278,9 @@ fi
|
||||
%{_includedir}/libiscsi.h
|
||||
|
||||
%changelog
|
||||
* Fri Aug 23 2013 Andy Grover <agrover@redhat.com> - 6.2.0.873-13
|
||||
- Fix patch 0041 to check session != NULL before calling iscsi_sysfs_read_boot()
|
||||
|
||||
* Tue Aug 20 2013 Chris Leech <cleech@redhat.com> - 6.2.0.873-12
|
||||
- fix regression in last build, database records can't be accessed
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user