From 754b3ee86485238b88aae277fa324a8d880261eb Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Wed, 15 Feb 2023 23:54:29 +0100 Subject: [PATCH] - kill stderr output for getopts, fixes ksh specific warning --- glusterfs.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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} -- 2.44.0