]> TLD Linux GIT Repositories - packages/glusterfs.git/commitdiff
- fix post(un)
authorMarcin Krol <hawk@tld-linux.org>
Wed, 15 Feb 2023 20:24:09 +0000 (21:24 +0100)
committerMarcin Krol <hawk@tld-linux.org>
Wed, 15 Feb 2023 20:24:09 +0000 (21:24 +0100)
glusterfs.spec

index 5b464cb0fc34c3a11fe63e8144b0d73f383cadaf..b45ac5713cece0ba0fccac50861721ab67fda6c8 100644 (file)
@@ -14,7 +14,7 @@ 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:       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
@@ -313,13 +313,9 @@ rm -rf $RPM_BUILD_ROOT
 %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