forked from pool/glusterfs
Accepting request 242918 from home:scorot:branches:filesystems
- Update to new upstream release 3.5.1 * A new volume option server.manage-gids has been added. This option should be used when users of a volume are in more than approximately 93 groups (Bug 1096425). * Duplicate Request Cache for NFS has now been disabled by default, this may reduce performance for certain workloads, but improves the overall stability and memory footprint for most users. * Others changes are mostly bug fixes. - disable systemd pre an post scripts for old product and then fix build on SLE 11 OBS-URL: https://build.opensuse.org/request/show/242918 OBS-URL: https://build.opensuse.org/package/show/filesystems/glusterfs?expand=0&rev=26
This commit is contained in:
parent
7e700ceac0
commit
c0a0b04f34
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:39fe20beed23b2c90421255587a2cec1041b9223dc93589c54c2a5f0faa33235
|
|
||||||
size 4883901
|
|
3
glusterfs-3.5.1.tar.gz
Normal file
3
glusterfs-3.5.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:eeff8399a1b83fc57f79bacccee8360845785bc67f1683bdbaff8d0493f5377b
|
||||||
|
size 4950607
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 29 19:48:39 UTC 2014 - scorot@free.fr
|
||||||
|
|
||||||
|
- Update to new upstream release 3.5.1
|
||||||
|
* A new volume option server.manage-gids has been added.
|
||||||
|
This option should be used when users of a volume are in more
|
||||||
|
than approximately 93 groups (Bug 1096425).
|
||||||
|
* Duplicate Request Cache for NFS has now been disabled by
|
||||||
|
default, this may reduce performance for certain workloads,
|
||||||
|
but improves the overall stability and memory footprint for
|
||||||
|
most users.
|
||||||
|
* Others changes are mostly bug fixes.
|
||||||
|
- disable systemd pre an post scripts for old product and then fix
|
||||||
|
build on SLE 11
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 5 22:40:02 UTC 2014 - jengelh@inai.de
|
Mon May 5 22:40:02 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -17,9 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: glusterfs
|
Name: glusterfs
|
||||||
Version: 3.5.0
|
Version: 3.5.1
|
||||||
Release: 0
|
Release: 0
|
||||||
%define rversion 3.5.0
|
%define rversion 3.5.1
|
||||||
Summary: Aggregating distributed file system
|
Summary: Aggregating distributed file system
|
||||||
License: GPL-2.0 or LGPL-3.0+
|
License: GPL-2.0 or LGPL-3.0+
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
@ -27,7 +27,7 @@ Url: http://gluster.org/
|
|||||||
|
|
||||||
#Git-Clone: git://github.com/gluster/glusterfs
|
#Git-Clone: git://github.com/gluster/glusterfs
|
||||||
#Git-Clone: git://github.com/fvzwieten/lsgvt
|
#Git-Clone: git://github.com/fvzwieten/lsgvt
|
||||||
Source: http://download.gluster.org/pub/gluster/glusterfs/3.5/3.5.0/%name-%version.tar.gz
|
Source: http://download.gluster.org/pub/gluster/glusterfs/3.5/%version/%name-%version.tar.gz
|
||||||
Patch1: glusterfs-date.diff
|
Patch1: glusterfs-date.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
@ -184,17 +184,32 @@ rm -Rf "$b/%_initddir"
|
|||||||
chmod u-s "$b/%_bindir/fusermount-glusterfs"
|
chmod u-s "$b/%_bindir/fusermount-glusterfs"
|
||||||
%fdupes %buildroot/%_prefix
|
%fdupes %buildroot/%_prefix
|
||||||
|
|
||||||
|
%if 0%{?suse_version} >= 1210
|
||||||
%pre
|
%pre
|
||||||
%service_add_pre glusterd.service
|
%service_add_pre glusterd.service
|
||||||
|
%endif
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
%if 0%{?suse_version} >= 1210
|
||||||
%service_add_post glusterd.service
|
%service_add_post glusterd.service
|
||||||
|
%else
|
||||||
|
%fillup_and_insserv -f glusterd
|
||||||
|
%endif
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
|
%if 0%{?suse_version} >= 1210
|
||||||
%service_del_preun glusterd.service
|
%service_del_preun glusterd.service
|
||||||
|
%else
|
||||||
|
%stop_on_removal glusterd
|
||||||
|
%endif
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
|
%if 0%{?suse_version} >= 1210
|
||||||
%service_del_postun glusterd.service
|
%service_del_postun glusterd.service
|
||||||
|
%else
|
||||||
|
%insserv_cleanup
|
||||||
|
%restart_on_update glusterd
|
||||||
|
%endif
|
||||||
|
|
||||||
%post -n libgfapi0 -p /sbin/ldconfig
|
%post -n libgfapi0 -p /sbin/ldconfig
|
||||||
%postun -n libgfapi0 -p /sbin/ldconfig
|
%postun -n libgfapi0 -p /sbin/ldconfig
|
||||||
@ -220,6 +235,7 @@ chmod u-s "$b/%_bindir/fusermount-glusterfs"
|
|||||||
%_libexecdir/%name/
|
%_libexecdir/%name/
|
||||||
%_libdir/%name/
|
%_libdir/%name/
|
||||||
%_sbindir/gluster*
|
%_sbindir/gluster*
|
||||||
|
%_sbindir/glfsheal
|
||||||
%_datadir/glusterfs/
|
%_datadir/glusterfs/
|
||||||
%_mandir/man*/*
|
%_mandir/man*/*
|
||||||
%_docdir/%name
|
%_docdir/%name
|
||||||
|
Loading…
Reference in New Issue
Block a user