]> TLD Linux GIT Repositories - packages/glusterfs.git/commitdiff
- kill stderr output for getopts, fixes ksh specific warning
authorMarcin Krol <hawk@tld-linux.org>
Wed, 15 Feb 2023 22:54:29 +0000 (23:54 +0100)
committerMarcin Krol <hawk@tld-linux.org>
Wed, 15 Feb 2023 22:54:29 +0000 (23:54 +0100)
glusterfs.spec

index b45ac5713cece0ba0fccac50861721ab67fda6c8..459c00c424766e1de5d54f7131d7c9ad372b6a78 100644 (file)
@@ -14,13 +14,14 @@ 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:       4
+Release:       5
 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
 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}