Hello community,

here is the log from the commit of package glusterfs for openSUSE:Factory 
checked in at 2014-08-07 08:08:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glusterfs (Old)
 and      /work/SRC/openSUSE:Factory/.glusterfs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "glusterfs"

Changes:
--------
--- /work/SRC/openSUSE:Factory/glusterfs/glusterfs.changes      2014-05-13 
20:44:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.glusterfs.new/glusterfs.changes 2014-08-07 
08:08:25.000000000 +0200
@@ -1,0 +2,15 @@
+Tue Jul 29 19:48:39 UTC 2014 - [email protected]
+
+- 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  
+
+-------------------------------------------------------------------

Old:
----
  glusterfs-3.5.0.tar.gz

New:
----
  glusterfs-3.5.1.tar.gz

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

Other differences:
------------------
++++++ glusterfs.spec ++++++
--- /var/tmp/diff_new_pack.sJI3bZ/_old  2014-08-07 08:08:27.000000000 +0200
+++ /var/tmp/diff_new_pack.sJI3bZ/_new  2014-08-07 08:08:27.000000000 +0200
@@ -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 @@
 
 #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 @@
 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 @@
 %_libexecdir/%name/
 %_libdir/%name/
 %_sbindir/gluster*
+%_sbindir/glfsheal
 %_datadir/glusterfs/
 %_mandir/man*/*
 %_docdir/%name

++++++ glusterfs-3.5.0.tar.gz -> glusterfs-3.5.1.tar.gz ++++++
++++ 13391 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to