From 917e4d6ee7dc0dfb266585872e141c4816f40c2ad04b758b475be9dcc7c91062 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 20 May 2022 08:39:01 +0000 Subject: [PATCH] - Update to release 10.2 OBS-URL: https://build.opensuse.org/package/show/filesystems/glusterfs?expand=0&rev=84 --- glusterfs-10.2.tar.gz | 3 +++ glusterfs-9.3.tar.gz | 3 --- glusterfs.changes | 6 ++++++ glusterfs.spec | 5 +++-- 4 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 glusterfs-10.2.tar.gz delete mode 100644 glusterfs-9.3.tar.gz diff --git a/glusterfs-10.2.tar.gz b/glusterfs-10.2.tar.gz new file mode 100644 index 0000000..70a3337 --- /dev/null +++ b/glusterfs-10.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55215e947c1b209e52a0e2422891a127f74c95cb8673397b4a1938840df8816c +size 8278598 diff --git a/glusterfs-9.3.tar.gz b/glusterfs-9.3.tar.gz deleted file mode 100644 index 7b3449f..0000000 --- a/glusterfs-9.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f486390628cd02506b284a5b4baa396fb9f0e993021ac652eaa89b23e58c456 -size 8167846 diff --git a/glusterfs.changes b/glusterfs.changes index 77f783c..530c663 100644 --- a/glusterfs.changes +++ b/glusterfs.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri May 20 08:37:19 UTC 2022 - Jan Engelhardt + +- Update to release 10.2 + * Some 165 bugfixes with none particularly sticking out + ------------------------------------------------------------------- Wed Jan 19 00:00:00 CET 2022 - dsterba@suse.cz diff --git a/glusterfs.spec b/glusterfs.spec index 3bccb60..10766fb 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -17,7 +17,7 @@ Name: glusterfs -Version: 9.3 +Version: 10.2 Release: 0 Summary: Aggregating distributed file system License: GPL-2.0-only OR LGPL-3.0-or-later @@ -26,7 +26,7 @@ URL: https://www.gluster.org/ #Git-Clone: https://github.com/gluster/glusterfs #Git-Clone: https://github.com/fvzwieten/lsgvt -Source: https://download.gluster.org/pub/gluster/glusterfs/9/%version/glusterfs-%version.tar.gz +Source: https://download.gluster.org/pub/gluster/glusterfs/10/%version/glusterfs-%version.tar.gz BuildRequires: acl-devel BuildRequires: autoconf BuildRequires: automake @@ -154,6 +154,7 @@ links. %define _lto_cflags %nil ./autogen.sh %configure \ + --without-tcmalloc \ %if !(0%{?suse_version} >= 1550) --disable-linux-io_uring \ %else