diff options
Diffstat (limited to 'recipes-support/nss-pam-ldapd/files/0001-utils-Makefile.am-fix-shebang-for-chsh.py-and-getent.patch')
| -rw-r--r-- | recipes-support/nss-pam-ldapd/files/0001-utils-Makefile.am-fix-shebang-for-chsh.py-and-getent.patch | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/recipes-support/nss-pam-ldapd/files/0001-utils-Makefile.am-fix-shebang-for-chsh.py-and-getent.patch b/recipes-support/nss-pam-ldapd/files/0001-utils-Makefile.am-fix-shebang-for-chsh.py-and-getent.patch new file mode 100644 index 0000000..86e9f7b --- /dev/null +++ b/recipes-support/nss-pam-ldapd/files/0001-utils-Makefile.am-fix-shebang-for-chsh.py-and-getent.patch | |||
| @@ -0,0 +1,34 @@ | |||
| 1 | From fb9c5b955da462695e0a662aebfa13493eaf3978 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Yi Zhao <yi.zhao@windriver.com> | ||
| 3 | Date: Fri, 13 Oct 2023 22:28:25 +0800 | ||
| 4 | Subject: [PATCH] utils/Makefile.am: fix shebang for chsh.py and getent.py | ||
| 5 | |||
| 6 | Update shebang to python3 for chsh.py and getent.py to fix QA issue: | ||
| 7 | |||
| 8 | WARNING: nss-pam-ldapd-0.9.12-r0 do_package_qa: QA Issue: File | ||
| 9 | /usr/share/nslcd-utils/chsh.py in package nss-pam-ldapd contains | ||
| 10 | reference to TMPDIR | ||
| 11 | File /usr/share/nslcd-utils/getent.py in package nss-pam-ldapd contains | ||
| 12 | reference to TMPDIR [buildpaths] | ||
| 13 | |||
| 14 | Upstream-Status: Inappropriate [embedded specific] | ||
| 15 | |||
| 16 | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> | ||
| 17 | --- | ||
| 18 | utils/Makefile.am | 2 +- | ||
| 19 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 20 | |||
| 21 | diff --git a/utils/Makefile.am b/utils/Makefile.am | ||
| 22 | index a6bccd3..22a50d8 100644 | ||
| 23 | --- a/utils/Makefile.am | ||
| 24 | +++ b/utils/Makefile.am | ||
| 25 | @@ -39,5 +39,5 @@ install-data-hook: | ||
| 26 | set -ex; for cmd in getent chsh ; do \ | ||
| 27 | [ -L $(DESTDIR)$(bindir)/$$cmd.$(MODULE_NAME) ] || $(LN_S) $(utilsdir)/$$cmd.py $(DESTDIR)$(bindir)/$$cmd.$(MODULE_NAME) ; \ | ||
| 28 | chmod a+rx $(DESTDIR)$(utilsdir)/$$cmd.py ; \ | ||
| 29 | - sed -i -e '1 s|^#!.*|#! $(PYTHON)|;1 s|^#! \([^/].*\)|#! /usr/bin/env \1|' $(DESTDIR)$(utilsdir)/$$cmd.py ; \ | ||
| 30 | + sed -i -e '1 s|/usr/bin/env python|/usr/bin/env python3|' $(DESTDIR)$(utilsdir)/$$cmd.py ; \ | ||
| 31 | done | ||
| 32 | -- | ||
| 33 | 2.25.1 | ||
| 34 | |||
