Hello community,

here is the log from the commit of package glusterfs for openSUSE:Factory 
checked in at 2020-01-12 23:18:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glusterfs (Old)
 and      /work/SRC/openSUSE:Factory/.glusterfs.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "glusterfs"

Sun Jan 12 23:18:55 2020 rev:26 rq:763706 version:7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/glusterfs/glusterfs.changes      2020-01-02 
14:40:34.324893553 +0100
+++ /work/SRC/openSUSE:Factory/.glusterfs.new.6675/glusterfs.changes    
2020-01-12 23:19:33.322708975 +0100
@@ -1,0 +2,10 @@
+Thu Jan  9 15:30:24 UTC 2020 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 7.1
+  * Fix rebalance causing IO Error - File descriptor in bad state
+  * Fix geo-replication sessions going faulty
+  * Fix memory leak in glusterfsd process
+  * Fix GlusterFS brick process crash
+- Add nocommon.patch [boo#1160392]
+
+-------------------------------------------------------------------

Old:
----
  glusterfs-7.0.tar.gz

New:
----
  glusterfs-7.1.tar.gz
  nocommon.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ glusterfs.spec ++++++
--- /var/tmp/diff_new_pack.yJ0XuC/_old  2020-01-12 23:19:34.362709359 +0100
+++ /var/tmp/diff_new_pack.yJ0XuC/_new  2020-01-12 23:19:34.366709360 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package glusterfs
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,17 @@
 
 
 Name:           glusterfs
-Version:        7.0
+Version:        7.1
 Release:        0
 Summary:        Aggregating distributed file system
 License:        GPL-2.0-only OR LGPL-3.0-or-later
 Group:          System/Filesystems
 URL:            http://www.gluster.org/
 
-#Git-Clone:    git://github.com/gluster/glusterfs
-#Git-Clone:    git://github.com/fvzwieten/lsgvt
-Source:         
https://download.gluster.org/pub/gluster/glusterfs/7/7.0/glusterfs-7.0.tar.gz
+#Git-Clone:    https://github.com/gluster/glusterfs
+#Git-Clone:    https://github.com/fvzwieten/lsgvt
+Source:         
https://download.gluster.org/pub/gluster/glusterfs/7/7.1/glusterfs-7.1.tar.gz
+Patch1:         nocommon.patch
 BuildRequires:  acl-devel
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -135,16 +136,13 @@
 links.
 
 %prep
-%setup -q
-#%patch -P 2 -p1
+%autosetup -p1
 >contrib/sunrpc/xdr_sizeof.c
 
 %build
-%define _lto_cflags %{nil}
+%define _lto_cflags %nil
 ./autogen.sh
-%configure \
-    --disable-static \
-    --disable-silent-rules
+%configure --disable-static
 make %{?_smp_mflags} V=0
 find . -name 'xdr_sizeof*' -type f -exec ls -lgo {} + || :
 

++++++ glusterfs-7.0.tar.gz -> glusterfs-7.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/glusterfs/glusterfs-7.0.tar.gz 
/work/SRC/openSUSE:Factory/.glusterfs.new.6675/glusterfs-7.1.tar.gz differ: 
char 5, line 1

++++++ nocommon.patch ++++++
References: https://bugzilla.suse.com/show_bug.cgi?id=1160382
---
 cli/src/cli.c |    1 +
 cli/src/cli.h |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

Index: glusterfs-7.1/cli/src/cli.c
===================================================================
--- glusterfs-7.1.orig/cli/src/cli.c
+++ glusterfs-7.1/cli/src/cli.c
@@ -61,6 +61,7 @@
 
 #include "xdr-generic.h"
 
+int cli_default_conn_timeout, cli_ten_minutes_timeout;
 extern int connected;
 /* using argp for command line parsing */
 
Index: glusterfs-7.1/cli/src/cli.h
===================================================================
--- glusterfs-7.1.orig/cli/src/cli.h
+++ glusterfs-7.1/cli/src/cli.h
@@ -39,8 +39,8 @@ enum argp_option_keys {
     ARGP_PORT_KEY = 'p',
 };
 
-int cli_default_conn_timeout;
-int cli_ten_minutes_timeout;
+extern int cli_default_conn_timeout;
+extern int cli_ten_minutes_timeout;
 
 typedef enum {
     COLD_BRICK_COUNT,

Reply via email to