]> git.pld-linux.org Git - packages/ceph.git/commitdiff
- fix awk shebang, rel 2 auto/th/ceph-16.2.7-2
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 14 Feb 2022 22:28:58 +0000 (23:28 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 14 Feb 2022 22:28:58 +0000 (23:28 +0100)
ceph.spec

index 8eb006f0c5ed6d8c397493c39cea5cb8acee7a4b..bd1b0eff4bcb98ce6bd36304bfdfe9957d68cb4f 100644 (file)
--- 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
This page took 0.130075 seconds and 4 git commands to generate.