[packages/glusterfs] Version: 3.8.2

jajcus jajcus at pld-linux.org
Wed Aug 17 14:20:10 CEST 2016


commit 281c13998731cd85470fd498894e515eb8d3fb70
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date:   Wed Aug 17 14:19:57 2016 +0200

    Version: 3.8.2

 glusterfs.spec |  8 +++++---
 systemd.patch  | 12 ++++++++++++
 2 files changed, 17 insertions(+), 3 deletions(-)
---
diff --git a/glusterfs.spec b/glusterfs.spec
index 2c8cae6..549fc8d 100644
--- a/glusterfs.spec
+++ b/glusterfs.spec
@@ -15,16 +15,17 @@
 Summary:	Clustered File Storage that can scale to peta bytes
 Summary(pl.UTF-8):	Klastrowy system przechowywania plików skalujący się do petabajtów
 Name:		glusterfs
-Version:	3.8.1
+Version:	3.8.2
 Release:	1
 License:	LGPL v3+ or GPL v2 (libraries), GPL v3+ (programs)
 Group:		Applications/System
 Source0:	http://download.gluster.org/pub/gluster/glusterfs/3.8/LATEST/glusterfs-%{version}.tar.gz
-# Source0-md5:	91ea44c6138c74a743a04c16c3ac73d1
+# Source0-md5:	4e3609b6a9b7e0ff49adee6581e03d5c
 Source1:	glusterfsd.init
 Patch0:		%{name}-link.patch
 Patch1:		%{name}-noquiet.patch
 Patch2:		%{name}-python.patch
+Patch3:		systemd.patch
 URL:		http://www.gluster.org/
 BuildRequires:	acl-devel
 BuildRequires:	autoconf >= 2.50
@@ -231,6 +232,7 @@ Plik składni Vima do edycji konfiguracji GlusterFS-a.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %{__libtoolize}
@@ -456,7 +458,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %config(noreplace) %verify(not md5 mtime size) %{_var}/lib/glusterd/hooks/1/add-brick/pre/S28Quota-enable-root-xattr-heal.sh
 %dir %{_var}/lib/glusterd/hooks/1/delete
 %dir %{_var}/lib/glusterd/hooks/1/delete/post
-%attr(755,root,root) %config(noreplace) %verify(not md5 mtime size) %{_var}/lib/glusterd/hooks/1/delete/post/S57glusterfind-delete-post.py
+%attr(755,root,root) %config(noreplace) %verify(not md5 mtime size) %{_var}/lib/glusterd/hooks/1/delete/post/S57glusterfind-delete-post
 %dir %{_var}/lib/glusterd/hooks/1/gsync-create
 %dir %{_var}/lib/glusterd/hooks/1/gsync-create/post
 %attr(755,root,root) %config(noreplace) %verify(not md5 mtime size) %{_var}/lib/glusterd/hooks/1/gsync-create/post/S56glusterd-geo-rep-create-post.sh
diff --git a/systemd.patch b/systemd.patch
new file mode 100644
index 0000000..3d22a83
--- /dev/null
+++ b/systemd.patch
@@ -0,0 +1,12 @@
+diff -dur -x '*~' glusterfs-3.8.2.orig/configure.ac glusterfs-3.8.2/configure.ac
+--- glusterfs-3.8.2.orig/configure.ac	2016-08-17 13:51:16.000000000 +0200
++++ glusterfs-3.8.2/configure.ac	2016-08-17 13:52:42.000000000 +0200
+@@ -309,7 +309,7 @@
+             [systemddir=$withval],
+             [systemddir='${prefix}/lib/systemd/system'])
+ AC_SUBST(systemddir)
+-AM_CONDITIONAL([USE_SYSTEMD], test [ -d '/usr/lib/systemd/system' ])
++AM_CONDITIONAL([USE_SYSTEMD], true)
+ 
+ AC_ARG_WITH(initdir,
+             [  --with-initdir=DIR init.d scripts in DIR @<:@/etc/init.d@:>@],
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/glusterfs.git/commitdiff/281c13998731cd85470fd498894e515eb8d3fb70



More information about the pld-cvs-commit mailing list