From: Marcin Krol <hawk@tld-linux.org>
Date: Wed, 15 Feb 2023 22:54:29 +0000 (+0100)
Subject: - kill stderr output for getopts, fixes ksh specific warning
X-Git-Url: https://git.tld-linux.org/?a=commitdiff_plain;h=754b3ee86485238b88aae277fa324a8d880261eb;p=packages%2Fglusterfs.git

- kill stderr output for getopts, fixes ksh specific warning
---

diff --git a/glusterfs.spec b/glusterfs.spec
index b45ac57..459c00c 100644
--- a/glusterfs.spec
+++ b/glusterfs.spec
@@ -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}