Hello community, here is the log from the commit of package glusterfs for openSUSE:Factory checked in at 2012-10-08 07:11:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/glusterfs (Old) and /work/SRC/openSUSE:Factory/.glusterfs.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "glusterfs", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/glusterfs/glusterfs.changes 2011-12-21 17:00:15.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.glusterfs.new/glusterfs.changes 2012-10-08 07:11:35.000000000 +0200 @@ -1,0 +2,9 @@ +Mon Sep 24 03:45:09 UTC 2012 - [email protected] + +- Update to new upstream release 3.3.0 +* New: Unified File & Object access +* New: Hadoop hooks - HDFS compatibility layer +* New volume type: Repstr - replicated + striped (+ distributed) + volumes + +------------------------------------------------------------------- Old: ---- glusterfs-3.2.4.tar.xz glusterfs-system-uuid.diff New: ---- glusterfs-3.3.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ glusterfs.spec ++++++ --- /var/tmp/diff_new_pack.Ip5iiG/_old 2012-10-08 07:11:36.000000000 +0200 +++ /var/tmp/diff_new_pack.Ip5iiG/_new 2012-10-08 07:11:36.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package glusterfs # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -15,34 +15,43 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: glusterfs %define lname_rpc libgfrpc0 %define lname_xdr libgfxdr0 %define lname_gf libglusterfs0 -Version: 3.2.4 +Version: 3.3.0 Release: 0 -Group: System/Filesystems Summary: Aggregating distributed file system License: GPL-2.0+ ; GPL-3.0 +Group: System/Filesystems Url: http://gluster.org/ +#Git-Clone: git://github.com/gluster/glusterfs Source: %name-%version.tar.xz Patch1: glusterfs-init.diff Patch2: glusterfs-date.diff -Patch3: glusterfs-system-uuid.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: automake BuildRequires: bison BuildRequires: fdupes BuildRequires: flex -BuildRequires: fuse-devel >= 2.6.5 BuildRequires: libtool BuildRequires: pkgconfig -BuildRequires: pkgconfig(libxml-2.0) -BuildRequires: pkgconfig(uuid) BuildRequires: python BuildRequires: readline-devel BuildRequires: xz +%if 0%{?sles_version} == 11 +BuildRequires: fuse-devel >= 2.6.5 +BuildRequires: libuuid-devel +BuildRequires: libxml2-devel +BuildRequires: openssl-devel +%else +BuildRequires: pkgconfig(fuse) >= 2.6.5 +BuildRequires: pkgconfig(libcrypto) +BuildRequires: pkgconfig(libxml-2.0) +BuildRequires: pkgconfig(uuid) +%endif Requires: python %description @@ -81,9 +90,10 @@ %package devel Summary: Development files for glusterfs Group: Development/Libraries/C and C++ -Requires: %name = %version -Requires: %lname_rpc = %version, %lname_xdr = %version Requires: %lname_gf = %version +Requires: %lname_rpc = %version +Requires: %lname_xdr = %version +Requires: %name = %version %description devel GlusterFS is a clustered file-system capable of scaling to several @@ -94,7 +104,7 @@ %prep %setup -q -%patch -P 1 -P 2 -P 3 -p1 +%patch -P 1 -P 2 -p1 %build ./autogen.sh; @@ -171,12 +181,12 @@ %_initrddir/glusterd %dir %_sysconfdir/%name %config(noreplace) %_sysconfdir/%name/glusterd.vol -%config %_sysconfdir/%name/*.sample +#%config %_sysconfdir/%name/*.sample /sbin/mount.%name %_libexecdir/%name %_libdir/%name %_sbindir/gluster* -%_mandir/man*/* +#%_mandir/man*/* %_docdir/%name %_localstatedir/lib/glusterd %_localstatedir/log/%name ++++++ glusterfs-date.diff ++++++ --- /var/tmp/diff_new_pack.Ip5iiG/_old 2012-10-08 07:11:36.000000000 +0200 +++ /var/tmp/diff_new_pack.Ip5iiG/_new 2012-10-08 07:11:36.000000000 +0200 @@ -15,12 +15,12 @@ libglusterfs/src/graph.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) -Index: glusterfs-3.2.4/cli/src/cli.c +Index: glusterfs-3.3.0/cli/src/cli.c =================================================================== ---- glusterfs-3.2.4.orig/cli/src/cli.c -+++ glusterfs-3.2.4/cli/src/cli.c -@@ -81,7 +81,7 @@ static char gf_doc[] = ""; - static char argp_doc[] = ""; +--- glusterfs-3.3.0.orig/cli/src/cli.c ++++ glusterfs-3.3.0/cli/src/cli.c +@@ -80,7 +80,7 @@ extern int connected; + /* using argp for command line parsing */ const char *argp_program_version = "" \ - PACKAGE_NAME" "PACKAGE_VERSION" built on "__DATE__" "__TIME__ \ @@ -28,11 +28,11 @@ "\nRepository revision: " GLUSTERFS_REPOSITORY_REVISION "\n" \ "Copyright (c) 2006-2011 Gluster Inc. " \ "<http://www.gluster.com>\n" \ -Index: glusterfs-3.2.4/glusterfsd/src/glusterfsd.c +Index: glusterfs-3.3.0/glusterfsd/src/glusterfsd.c =================================================================== ---- glusterfs-3.2.4.orig/glusterfsd/src/glusterfsd.c -+++ glusterfs-3.2.4/glusterfsd/src/glusterfsd.c -@@ -87,7 +87,7 @@ static char gf_doc[] = ""; +--- glusterfs-3.3.0.orig/glusterfsd/src/glusterfsd.c ++++ glusterfs-3.3.0/glusterfsd/src/glusterfsd.c +@@ -90,7 +90,7 @@ static char gf_doc[] = ""; static char argp_doc[] = "--volfile-server=SERVER [MOUNT-POINT]\n" \ "--volfile=VOLFILE [MOUNT-POINT]"; const char *argp_program_version = "" \ @@ -41,11 +41,11 @@ "\nRepository revision: " GLUSTERFS_REPOSITORY_REVISION "\n" \ "Copyright (c) 2006-2011 Gluster Inc. " \ "<http://www.gluster.com>\n" \ -Index: glusterfs-3.2.4/libglusterfs/src/graph.c +Index: glusterfs-3.3.0/libglusterfs/src/graph.c =================================================================== ---- glusterfs-3.2.4.orig/libglusterfs/src/graph.c -+++ glusterfs-3.2.4/libglusterfs/src/graph.c -@@ -54,8 +54,8 @@ _gf_dump_details (int argc, char **argv) +--- glusterfs-3.3.0.orig/libglusterfs/src/graph.c ++++ glusterfs-3.3.0/libglusterfs/src/graph.c +@@ -45,8 +45,8 @@ _gf_dump_details (int argc, char **argv) fprintf (gf_log_logfile, "========================================" "========================================\n"); -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
