]> git.pld-linux.org Git - packages/opensips.git/commitdiff
- fix python shebang auto/th/opensips-2.4.0-6
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 3 May 2020 10:45:48 +0000 (12:45 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 3 May 2020 10:45:48 +0000 (12:45 +0200)
- rel 6

opensips.spec

index 7be8c4896a01be1289227a0a8bd01fbfcf80d090..8c1023c06651c03747ecaa0c6fe32877baf6df72 100644 (file)
@@ -22,7 +22,7 @@ Summary:      SIP proxy, redirect and registrar server
 Summary(pl.UTF-8):     Serwer SIP przekazujący (proxy), przekierowujący i rejestrujący
 Name:          opensips
 Version:       2.4.0
-Release:       5
+Release:       6
 License:       GPL v2
 Group:         Networking/Daemons
 Source0:       http://opensips.org/pub/opensips/%{version}/%{name}-%{version}.tar.gz
@@ -337,6 +337,9 @@ Interfejs RabbitMQ do openSIPS.
 %patch1 -p1
 %patch2 -p1
 
+%{__sed} -E -i -e '1s,#!\s*/usr/bin/python(\s|$),#!%{__python}\1,' \
+      scripts/dbtextdb/dbtextdb.py
+
 %build
 exclude_modules="%{exclude_modules}"
 %if %{without redis}
This page took 0.160446 seconds and 4 git commands to generate.