Summary(pl.UTF-8): Klastrowy system przechowywania plików skalujący się do petabajtów
Name: glusterfs
Version: 10.3
-Release: 3
+Release: 4
License: LGPL v3+ or GPL v2 (libraries), GPL v3+ (programs)
Group: Applications/System
Source0: https://download.gluster.org/pub/gluster/glusterfs/10/%{version}/glusterfs-%{version}.tar.gz
%post libs -p /sbin/ldconfig
%postun libs -p /sbin/ldconfig
-# TODO: verify these scripts (see also included glusterfs.spec)
%post server
-# note: glusterfsd.init vs glusterd.service
/sbin/chkconfig --add glusterfsd
%service glusterfsd restart
-# TODO?
-#glusterd --xlator-option *.upgrade=on -N
%preun server
if [ "$1" = "0" ]; then