From 00531b4c87f0a28cbffb5c7ef9915cab8abbfdcfe6a322e0170603b282a4b95f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 31 Oct 2024 09:25:44 +0000 Subject: [PATCH] - fix_shebang on the postscript driver rpmhook OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycups?expand=0&rev=24 --- python-pycups.changes | 5 +++++ python-pycups.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-pycups.changes b/python-pycups.changes index 794072d..74f65a2 100644 --- a/python-pycups.changes +++ b/python-pycups.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 31 09:25:25 UTC 2024 - Dirk Müller + +- fix_shebang on the postscript driver rpmhook + ------------------------------------------------------------------- Sat Apr 20 21:20:26 UTC 2024 - Dirk Müller diff --git a/python-pycups.spec b/python-pycups.spec index 3e2f3ad..497b686 100644 --- a/python-pycups.spec +++ b/python-pycups.spec @@ -64,6 +64,7 @@ export CFLAGS="%{optflags}" %pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitearch} make install-rpmhook DESTDIR=%{buildroot} +%python3_fix_shebang_path %{buildroot}%{_rpmconfigdir}/postscriptdriver.prov %files %{python_files} %doc NEWS README TODO