From: Marcin Krol Date: Wed, 15 Feb 2023 20:24:09 +0000 (+0100) Subject: - fix post(un) X-Git-Url: https://git.tld-linux.org/?p=packages%2Fglusterfs.git;a=commitdiff_plain;h=f6fa835f95b7da4e527a097867093a9470f3cffc - fix post(un) --- diff --git a/glusterfs.spec b/glusterfs.spec index 5b464cb..b45ac57 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -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