Hello community, here is the log from the commit of package ocfs2-tools checked in at Wed May 3 13:05:46 CEST 2006. -------- --- ocfs2-tools/ocfs2-tools.changes 2006-04-26 13:37:40.000000000 +0200 +++ STABLE/ocfs2-tools/ocfs2-tools.changes 2006-05-03 10:24:12.000000000 +0200 @@ -1,0 +2,5 @@ +Wed May 3 10:24:04 CEST 2006 - kukuk@suse.de + +- Fix compile with new glibc + +------------------------------------------------------------------- New: ---- offsetof.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ocfs2-tools.spec ++++++ --- /var/tmp/diff_new_pack.LKDwst/_old 2006-05-03 13:04:20.000000000 +0200 +++ /var/tmp/diff_new_pack.LKDwst/_new 2006-05-03 13:04:20.000000000 +0200 @@ -14,12 +14,13 @@ BuildRequires: e2fsprogs-devel glib2-devel gnutls-devel libglade2-devel libgnomeprintui-devel libgnomeui-devel libwnck-devel mDNSResponder-devel python-devel python-gtk readline-devel update-desktop-files vte Summary: Oracle Cluster File System 2 Core Tools Version: 1.2.1 -Release: 2 +Release: 3 License: GPL Group: System/Filesystems Source: ocfs2-tools-%{version}.tar.bz2 Patch0: ocfs2-tools-suse.diff Patch1: blkid.m4.diff +Patch2: offsetof.diff URL: http://oss.oracle.com/projects/ocfs2-tools/ Requires: coreutils, net-tools, modutils, e2fsprogs, /sbin/chkconfig, glib2 >= 2.2.3 PreReq: %insserv_prereq %fillup_prereq @@ -62,6 +63,7 @@ %setup -n ocfs2-tools-%{version} %patch0 -p1 %patch1 -p1 +%patch2 %{?suse_update_config:%{suse_update_config -f}} %build @@ -143,6 +145,8 @@ /usr/share/man/man8/ocfs2console.8* %changelog -n ocfs2-tools +* Wed May 03 2006 - kukuk@suse.de +- Fix compile with new glibc * Wed Apr 26 2006 - lmb@suse.de - Update to 1.2.1 to match in-kernel version. * Mon Apr 24 2006 - lmb@suse.de ++++++ offsetof.diff ++++++ --- libocfs2/include/ocfs2.h +++ libocfs2/include/ocfs2.h 2006/05/03 07:47:12 @@ -43,6 +43,7 @@ #include <limits.h> #include <linux/types.h> +#include <linux/stddef.h> #include <et/com_err.h> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de