update to 6.2.0.873-13

Resolves: #999241

Signed-off-by: Andy Grover <agrover@redhat.com>
This commit is contained in:
Andy Grover 2013-08-23 10:19:22 -07:00
parent dcd8879cb8
commit f9b971fb91
2 changed files with 5 additions and 2 deletions

View File

@ -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); + iscsi_sysfs_read_boot(iface, session);
+ +
if (!iface_kern_id) if (!iface_kern_id)

View File

@ -4,7 +4,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: 12%{?dist} Release: 13%{?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
@ -278,6 +278,9 @@ fi
%{_includedir}/libiscsi.h %{_includedir}/libiscsi.h
%changelog %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 * 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 - fix regression in last build, database records can't be accessed