Hello community, here is the log from the commit of package open-iscsi for openSUSE:Factory checked in at Tue Jun 7 09:08:14 CEST 2011.
-------- --- open-iscsi/open-iscsi.changes 2010-03-12 18:10:54.000000000 +0100 +++ /mounts/work_src_done/STABLE/open-iscsi/open-iscsi.changes 2011-06-06 11:20:52.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Jun 6 09:20:29 UTC 2011 - [email protected] + +- Fix build with newer glibc. + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- open-iscsi-header.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ open-iscsi.spec ++++++ --- /var/tmp/diff_new_pack.uHjMie/_old 2011-06-07 09:07:29.000000000 +0200 +++ /var/tmp/diff_new_pack.uHjMie/_new 2011-06-07 09:07:29.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package open-iscsi (Version 2.0.870) +# spec file for package open-iscsi # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ PreReq: %fillup_prereq %insserv_prereq AutoReqProv: on Version: 2.0.870 -Release: 35 +Release: 39 Provides: linux-iscsi Obsoletes: linux-iscsi %define iscsi_release 865 @@ -62,6 +62,7 @@ Patch27: %{name}-load-ibft-before-reading-sys-firmware Patch28: %{name}-remove-trailing-tilde Patch29: open-iscsi-2.0-870-rc1-static.patch +Patch30: %{name}-header.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -120,6 +121,7 @@ %patch27 -p1 %patch28 -p1 %patch29 +%patch30 -p1 %build %{__make} OPTFLAGS="${RPM_OPT_FLAGS} -fno-strict-aliasing -DLOCK_DIR=\\\"/etc/iscsi\\\"" ++++++ open-iscsi-header.patch ++++++ Index: open-iscsi-2.0-870-rc1/usr/iscsi_sysfs.c =================================================================== --- open-iscsi-2.0-870-rc1.orig/usr/iscsi_sysfs.c +++ open-iscsi-2.0-870-rc1/usr/iscsi_sysfs.c @@ -22,6 +22,8 @@ #include <string.h> #include <errno.h> #include <dirent.h> +#include <sys/stat.h> + #include "log.h" #include "initiator.h" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
