X-Git-Url: https://git.tld-linux.org/?p=packages%2Fglusterfs.git;a=blobdiff_plain;f=glusterfs.spec;h=d3dd361126c51d77e0e4a67849634672a1057319;hp=5b464cb0fc34c3a11fe63e8144b0d73f383cadaf;hb=HEAD;hpb=f03c98b774c72b877f73ac9a26804996b22558ed diff --git a/glusterfs.spec b/glusterfs.spec index 5b464cb..d3dd361 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -13,14 +13,15 @@ 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 +Version: 10.5 +Release: 1 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 -# Source0-md5: 9c795c8479f244e81bca5b2499a480cc +# Source0-md5: 8ac48f7b7f9afa0e5dfa9ad42589ee27 Source1: glusterfsd.init Patch0: ssl_paths.patch +Patch1: ksh_getopts.patch URL: https://www.gluster.org/ BuildRequires: acl-devel BuildRequires: autoconf >= 2.50 @@ -267,6 +268,7 @@ Plik składni Vima do edycji konfiguracji GlusterFS-a. %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %{__libtoolize} @@ -313,13 +315,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