[packages/ceph] - fix awk shebang, rel 2

baggins baggins at pld-linux.org
Mon Feb 14 23:29:25 CET 2022


commit 370f7446fa9c09a2e4723acfb74c98a5d609b859
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Mon Feb 14 23:28:58 2022 +0100

    - fix awk shebang, rel 2

 ceph.spec | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/ceph.spec b/ceph.spec
index 8eb006f..bd1b0ef 100644
--- a/ceph.spec
+++ b/ceph.spec
@@ -35,7 +35,7 @@ Summary:	User space components of the Ceph file system
 Summary(pl.UTF-8):	Działające w przestrzeni użytkownika elementy systemu plików Ceph
 Name:		ceph
 Version:	16.2.7
-Release:	1
+Release:	2
 License:	LGPL v2.1 (libraries), GPL v2 (some programs)
 Group:		Base
 Source0:	http://download.ceph.com/tarballs/%{name}-%{version}.tar.gz
@@ -286,6 +286,9 @@ uruchamiania demonów.
 %endif
 %patch10 -p1
 
+%{__sed} -E -i -e '1s,#!\s*/usr/bin/awk(\s|$),#!/bin/awk\1,' \
+	src/rgw/rgw-gap-list-comparator
+
 %build
 install -d build
 cd build
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ceph.git/commitdiff/370f7446fa9c09a2e4723acfb74c98a5d609b859



More information about the pld-cvs-commit mailing list