1
0
forked from pool/glusterfs

Accepting request 243788 from filesystems

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/243788
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glusterfs?expand=0&rev=11
This commit is contained in:
Stephan Kulow 2014-08-07 06:08:24 +00:00 committed by Git OBS Bridge
commit 15f323e148
4 changed files with 37 additions and 6 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eeff8399a1b83fc57f79bacccee8360845785bc67f1683bdbaff8d0493f5377b
size 4950607

View File

@ -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

View File

@ -17,9 +17,9 @@
Name: glusterfs
Version: 3.5.0
Version: 3.5.1
Release: 0
%define rversion 3.5.0
%define rversion 3.5.1
Summary: Aggregating distributed file system
License: GPL-2.0 or LGPL-3.0+
Group: System/Filesystems
@ -27,7 +27,7 @@ Url: http://gluster.org/
#Git-Clone: git://github.com/gluster/glusterfs
#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
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: autoconf
@ -184,17 +184,32 @@ rm -Rf "$b/%_initddir"
chmod u-s "$b/%_bindir/fusermount-glusterfs"
%fdupes %buildroot/%_prefix
%if 0%{?suse_version} >= 1210
%pre
%service_add_pre glusterd.service
%endif
%post
%if 0%{?suse_version} >= 1210
%service_add_post glusterd.service
%else
%fillup_and_insserv -f glusterd
%endif
%preun
%if 0%{?suse_version} >= 1210
%service_del_preun glusterd.service
%else
%stop_on_removal glusterd
%endif
%postun
%if 0%{?suse_version} >= 1210
%service_del_postun glusterd.service
%else
%insserv_cleanup
%restart_on_update glusterd
%endif
%post -n libgfapi0 -p /sbin/ldconfig
%postun -n libgfapi0 -p /sbin/ldconfig
@ -220,6 +235,7 @@ chmod u-s "$b/%_bindir/fusermount-glusterfs"
%_libexecdir/%name/
%_libdir/%name/
%_sbindir/gluster*
%_sbindir/glfsheal
%_datadir/glusterfs/
%_mandir/man*/*
%_docdir/%name